Call C# Code from Ribbon JScript CRM Online 2011

前端 未结 5 1821
醉梦人生
醉梦人生 2020-12-05 21:14

I need to have some code execute on the click of the ribbon button on an entity that updates some related data from CRM Online 2011. I would prefer not to have to write all

5条回答
  •  北海茫月
    2020-12-05 21:25

    There is another way, insert a two options in the form, when you click custom button which you created in the ribbon make the two options value true then run the save method of the form, in the plugin which you created for the entity check if the two options value is true then run your codes, after that make the two options value to false again. also in the form you can make the two options invisible.

提交回复
热议问题