CRM 2011 – Save and Close function in javascript
Views (2824)
We can explain the way to save and close entity in Javascript:
Save function
Xrm.Page.data.entity.save();
Save and Close function
Xrm.Page.data.entity.save(“saveandclose”);
Save and New function
Xrm.Page.data.entity.save(“saveandnew”);
Close function
Xrm.Page.ui.close();
Archiviato in:Microsoft Dynamics Crm Tagged: CRM, javascript, Microsoft Dynamics CRM
This was originally posted here.

Like
Report
*This post is locked for comments