Many times, we get requirement to show/hide a button based on certain condition for which we define Enable Rule in Ribbon Workbench. If we need javaScript code for evaluation then we use Custom Enable Rule mentioning library, method to execute, passing PrimaryControl CRM parameter and additional parameters if necessary. Sometimes, the evaluation is done real … Continue reading D365: Enable Rule for button with asynchronous API request using promise
Month: December 2019
D365: Post custom message to Azure Service Bus Queue C#
In this post, we'll see how we can post custom message to Azure Service Bus Queue. Let's go to Azure portal and Create a Service Bus Namespace. Search for Service Bus Click Create Give a Name and Click on Create After creating Service Bus Namespace, Browse through it and go to Shared Access Policies. Click … Continue reading D365: Post custom message to Azure Service Bus Queue C#
D365: “The user is not a member of the organization” error while connecting to CE
Recently, we were working on connecting to CE to do some CRUD operation using Azure function. We were using Client ID(Application ID) and Client Secret of the app registered on Azure Active Directory. We had provided the necessary API(Dynamics CRM) Permission (delegated "user_impersonation") to the app. While running the Azure function, we were getting the … Continue reading D365: “The user is not a member of the organization” error while connecting to CE