0 votes
1.3k 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 1.8k views
0 votes
1 answer 2.2k views
0 votes
0 answers 254 views
0 votes
1 answer 293 views
+1 vote
1 answer 2.4k views
0 votes
1 answer 1.9k views
0 votes
2 answers 4.0k views
0 votes
1 answer 474 views
0 votes
0 answers 411 views
+1 vote
0 answers 1.5k views
0 votes
0 answers 257 views

634 questions

495 answers

97 comments

2.7k 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
...