web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

CRM 2011 – Save and Close function in javascript

Alessandro Graps Profile Picture Alessandro Graps 2,664

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.

Comments

*This post is locked for comments