Hi all,
How to get the "Save&Close" button in CRM 2013.
Suppose if i add new custom button for save and close the form. will it close main form...?
Please let me know about this button..
Regards,
Gangadhar G
Gangadhar
Hi, I have not tried this but you could create a button and call JavaScript function write below code inside JS function.
Xrm.Page.data.entity.save('saveandclose');
Hope this helps. If you get answer of your question, please mark the response as an answer and vote as helpful ! Vikram !