#integration

Posts tagged with this topic.

Let's try Power Apps Test Studio

Jan 28, 2024

Before we begin, we need to know what is Power Apps Test Studio. Based on the documentation definition "Build end-to-end UI tests for your canvas app using Test Studio. Maintain your app quality by continually validating that your app works as expected when new changes or updates...

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...