Hi All,
I encountered an unusual bug when I was debugging some JavaScript and realized that a custom entity which is related to contacts, gives a save mode of 1 (Standard save) instead of 6 (Reactivation). I tested this in the contacts entity and no problems were found, it gives a save mode of 6 when I reactivate it.
Currently using Microsoft CRM 2016.
I am using the following code:
function alertSaveMode(execObj) {
var savemode = execObj.getEventArgs().getSaveMode();
alert(savemode);
}
It seems to affect only custom entities. I would gladly appreciate some insight on this or if anyone else has had this problem before?
*This post is locked for comments