Tag Archives: Web API in Dynamics 365

Retrieval of Many-to-Many (N:N) Relationship Records using Web API in Dynamics 365

Introduction In this blog we will learn to retrieve Dynamic CRM entity records in respect of Many to Many relationships between two Dynamic CRM entities (OOB/Custom). So let’s take a look at the following example: In the below screeshot, there is one Many-to-Many relationship present between Account and Territory Entity of Dynamic CRM. One Territory… Read More »

Fixed – Executing Action with Complex Output Parameters through Web API in Dynamics 365 v9.0

Introduction:        While working on Dynamics 365, we get a chance to work on lot many things. At times you work on C# or JavaScript or SSRS or SSIS. Having knowledge of so many languages, frameworks, or technologies could be taxing. Sometimes we face errors while developing something and don’t have control over how it could… Read More »