Automate Dynamics 365 Deployment using Azure DevOps CI/CD (Build & Release Pipeline)
In this blog, I will show you how to implement CI/CD for Dynamics 365 CE and how can we deploy the solution from one source (in my case it is Dev) environment to multiples CE environments.We Have one Dev and two target environments where I will be deploying the managed build from Dev. Build Pipeline…
Send HTML Emails Using MS Flow From Dynamics 365 CE
Introduction In this blog, I will create a MS Flow and Send the Order related Details to the Customer through the HTML formatted Email from Dynamics 365 CE. Steps Here I’m retrieving the Order and Order Lines from Dynamics 365 CE. Initializing the string variable to create a HTML table ( with basic Inline CSS)…
Set Lookup Field Disable/Enable in Dynamics 365 CE Portal
Here is the snippet which helps to set the lookup field as Disable(Read-only) in the dynamics portal. Here is the snippet which helps to Enable the lookup field in the dynamics portal.