Popup confirm message from Server Script
[Requirement]
1. Popup a message "Do you wish to create another activity?" with confirmation (OK/Cancel) after user close a specific on-going activity.
2. If user select OK - then do the rest, create a new activity
3. If user select Cancel - do nothing.
[Info Need to Confirm]
We know in Browser Script, by using confirm("Do you want to ...? ") function, it can popup message with UI interaction with user. However, due to some system limitation, we were expected to write this function in BC server script SetFieldValue or WriteRecord function. Is there a way to achive this so that we can avoid modify browser script in applet?