Skip to main content

Posts

Showing posts from August, 2021

How to call a Action(Process) using JavaScript in Dynamics 365

 Hi everyone, In this blog, I am going to demonstrated how to call action and pass input parameters and receive result data. Xrm . WebApi . online . execute ({      entity :  {          id :   "Record_Id" ,          entityType :   "new_EntitySchimaName"     },      getMetadata :   function  () {          return  {              boundParameter :   "entity" ,              parameterTypes :  {                  entity :  {                      "typeName" :   "CRM...