Hello,
Xrm.Page.data.save() on an entity form does not call the message for create entity. Is it the expected beaviour?
https://msdn.microsoft.com/en-us/library/gg334720.aspx#BKMK_save mentions that it is equivalent of save on the entity.
Calling the Xrm.Page.data.save() generates a GUID for the entity also. Shouldn't it have gotten it through publishing the create message?
Is there a way that i can call my plugin which is registered on create message using Xrm.Page.data.save() from javascript.
*This post is locked for comments