
I have a phonecall activity form, after filling some data 'Mark Complete' button is clicked. This will save the info. and will close the phonecall form.
Similarly if the close button of browser window is clicked the window closes without saving any thing.
How to hook this form close event' via 'Mark Complete' button / browser close button, and perform some action on this event i.e. showing an alert?
*This post is locked for comments
I have the same question (0)There are event handlers which execute required functionality when 'onSave' event is fired.
There can be different subtype of onSave event like Save & Close, Save, Save & Complete etc. which are identified by there codes. In this way these events can be captured and managed as per requirements. Following MSDN links contain details of these methods;
msdn.microsoft.com/.../gg334720.aspx