Tag Archives: Custom API

Create Custom Function using Custom API in Dynamics 365 CRM

Introduction In the last blog, we saw how we could execute all available data types in Custom API. In this blog, we will be creating Custom Function using Custom API. Let’s create a custom API similarly to retrieve multiple as we have in Dynamics 365. However, we will extend the limit of 5000 records per… Read More: Create Custom Function using Custom API in Dynamics 365 CRM »

Work with all available parameter types in Custom API

Introduction In our previous blog, we have shown brief of custom API and have executed one Custom API request. In this blog, we will be discussing about the different data types available for the Custom API. We will also be explaining to you each one of them, and how we can incorporate it into our… Read More: Work with all available parameter types in Custom API »

Introducing Custom API – The New Way of Creating Custom Actions in Dataverse

Custom Actions are one of the most useful methods of creating custom messages in Dynamics 365 CRM. Custom Actions enables us to create our own messages where we could register the plugin step the same way we register the Plugin step on Create, Update, Qualify Lead, etc. messages. Microsoft has now brought an extension for… Read More: Introducing Custom API – The New Way of Creating Custom… »