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