Thursday, 9 August 2012

Save and Close function in javascript for CRM 2011

In this article , I am going to explain javascript save and close functions

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();


No comments:

Post a Comment

Note: only a member of this blog may post a comment.