#dynamics365crm

Posts tagged with this topic.

Dynamics CRM: ExecuteBatch vs ExecuteMultipleRequest

Dec 17, 2021

When working with CrmServiceClient (creating integration custom app to CRM), I always pass this object as IOrganizationService. But when I try to inspect the difference between interface IOrganizationService vs CrmServiceClient class (indeed CrmServiceClient is inherited from...