Hello,
I've a requirement to display a popup before the activity is saved and complete to ask the user if he is sure.
So i started to implement my function on my OnSave event.
I read here : https://msdn.microsoft.com/en-us/library/gg509060.aspx#BKMK_GetSaveMode that the SaveMode 58 is dedicated to the activity so i know that the user clicked on the button.
On CRM 2016 (v8.1), this works like a charm.
On Dynamics 365 (V9), the getSaveMode always return 1.
Anyone knows if it's a bug or the way to know that the save come from this button in the ribbon is different ?
Thanks a lot,
Clément
*This post is locked for comments