Dynamics 365 WebAPI and C# – Configuring Sample Code

…https://code.msdn.microsoft.com/CRM-Web-API-Functions-and-a44416bb, with the code walkthrough at https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/webapi/web-api-functions-actions-sample-csharp. In this post we will configure the code to run with Dynamics 365. First, click to download: You will see: Open the solution…

PowerApps Landing Page Tour

…Design Mode – Canvas or Model-Driven: Settings Connections Custom Connectors Gateways Admin Center Redirects to https://admin.powerapps.com/home: Plans Advanced Customizations Help Guided Learning Documentation Support Community Blogs Legal Privacy    …

Introduction to Azure Logic Apps

…the image, create a new record in your CRM system such as Salesforce, and send an email to the customer as an acknowledgement. Logic apps come with several templates to…

How to Access Customer Service Hub in Dynamics 365

To access Customer Service Hub, go to https://home.dynamics.com/ or select from your applications Dynamics.com: You will see the Customer Service Hub app: Alternatively, go to your Dynamics 365 instance and…

Understanding StateCode, StatusCode, Status and Status Reason in Dynamics 365

…get these option set labels, we can use the Web API and access EntityDefinitions. For state: https://yourorg.api.crm.dynamics.com/api/data/v9.1/EntityDefinitions(LogicalName=’opportunity’)/Attributes/Microsoft.Dynamics.CRM.StateAttributeMetadata?$expand=OptionSet Here we can see Won, Lost, Open states: For status: https://yourorg.api.crm.dynamics.com/api/data/v9.1/EntityDefinitions(LogicalName=’opportunity’)/Attributes/Microsoft.Dynamics.CRM.StatusAttributeMetadata?$expand=OptionSet Here we…

Latest Comments

I encourage a community spirit on this website! Feel free to ask and answer questions on each blog post. Below are some recent comments. GutOptim reviews September 19, 2024 at…

How to Access the Dynamics 365 Login

There are several ways to log into Dynamics 365 / D365. To log into the Home portal, go to https://home.dynamics.com. This takes the user to the various Dynamics 365 apps…