Using JavaScript we can initiate the save operation in CRM 2011.
The Xrm.Page.data.entity attribute collection has inbuilt method Save() to achieve this particular action. With respect to the parameter passed via this method we can achieve save the form action, save and close the form, save and open a new form actions easily.
Below are the examples to achieve this,
{
Xrm.Page.data.entity.save();
{
}
{
}
No comments:
Post a Comment