This blog post will provide instructions on retrieving or removing the metadata of an Option Set or Multi-Select Option Set using the Web API.
1.1 Get Option Set/Multi-Select Option Set metadata from Web API
In MSCRM, the String Map table c...
In Dynamics 365, Xrm.Navigation (Client API reference) is used to provide navigation-related methods while writing custom scripts. One of the methods called “navigateTo” is used to navigate to the specified table list, table record, HTML web reso...
In this Blog, we will learn how we can use fetchxml with link-entity in Web API.
What is Link-Entity
To combine data from different records in your query you need to use the <link-entity> element.
2. Each <link-entity&...
Introduction: In this Blog, we will learn how to use filter in expand of OData.
Example:
Let’s say we have an account with multiple contacts, and we want to filter out only the contacts who have their contact method listed as ‘...
Introduction:
This issue occurs when the sales order is integrated with the third-party application.when the Back office processing integration is enabled then create invoice and fulfill order button will not be visible and the new submit...
Introduction: -In this blog we are going to see how to call cloud flow from JavaScript.
Use Case-: On clicking the ‘Call Flow’ button, we update the name field of the Accounts table in the dataverse.
Steps: –
Creating...
Summary :
In this blog we will discuss how to create case in Dynamics 365 automatically when an email is received using Automatic record creation and update rules(ARC) in Dynamics Customer Service Hub.
Step 1:
Go to https://make.powerapp...
Introduction:
Recently I got a situation where I need to lock the fields in editable grid. I tried to find the solution on internet. I found a suggestion as to use business rule having scope to “Entity”. But it did not worked as it was locking the...