0 votes
2.4k views
in Coach Views by

1 Answer

+1 vote
by (2.1k points)

1) Triggering a boundary event when window is closed.

- In order to achieve this first you need to create a coach view which fires a boundary event.

Within this coach view add below in line java script code

var _this = this

window.onbeforeunload = function(){
   this.context.trigger()
}
above piece of code will fire a boundary event on window close.
2) Fire a boundary event , when user navigates from the page.
- If user is navigating from the page using out of the box bpm control (i.e button), boundary event will get fired by default.
- If user is navigating from the page using custom control (i.e link), this.context.trigger() will required to be fired (i.e on click of link)

Related questions

0 votes
2 answers 3.8k views
0 votes
1 answer 3.3k views
0 votes
0 answers 616 views
0 votes
1 answer 768 views
+1 vote
1 answer 4.5k views
0 votes
1 answer 2.9k views
0 votes
2 answers 8.7k views
0 votes
1 answer 1.2k views
0 votes
0 answers 828 views
+1 vote
0 answers 2.5k views
0 votes
0 answers 750 views

635 questions

495 answers

98 comments

4.3k users

Join BPM Community Discord Channel

Welcome to BPM Tips Q&A, Community wiki/forum where you can ask questions and receive answers from other IBM BPM experts and members of the community. Users with 2000 points will automatically be promoted to expert level.
Created by Dosvak LLC
Our Youtube Channel
...