I have function1 and function2. Function1 is triggered when save button is click (Xrm.Page.data.entity.addOnSave(function1). Function2 is being called from Function1.
Now, i need to pass "ExecutionContext" to function2 because i have to check for the "Save Event Mode (Save/SaveAndClose/SaveAndew)". Is this possible? Or are there any way to check for the Save Event Mode on function2?
*This post is locked for comments