Save event arguments (client-side reference) Applies To: Dynamics CRM 2016, Dynamics CRM Online In the save event you can use the execution context object getEventArgs method to retrieve an object that contains methods you can use to manage the sav…
CRM 2013 界面会自动保存了..在系统设置中默认“是”,如果不需要可以调整. CRM实体记录在新建时会有出现“保存”按钮,非新建状态下,没有“保存”按钮只有“新建”按钮,系统将会自动为你保存最后一次修改的结果. 说到保存,SDK中多了新方法,前期版本经常会用save(),新版本可以用Xrm.Page.data.entity.save(),多了些参数选择. Both Xrm.Page.data.save and Xrm.Page.data.entity.save will save the…