formContext.data.save(saveOptions).then(successCallback, errorCallback);
We have triggered a function on change of name, once the name is changed javascript will try to force save the form using below client API
formContext.data.save().then(function() { alert("Successfully Saved "); }, function() { alert("Something Went Wrong"); });
The post Best Way to use Force Save JavaScript client API in Microsoft dynamics CRM appeared first on Microsoft Dynamics 365 Blog.
]]>