
Dynamics365… here we go
My blog about the interesting, powerful and varied world of Dynamics365; Microsoft’s flagship CRM, Service and Marketing management platform
How to create new Dynamics record using JSCRIPT and WebAPI (with example)
Recently we had the need to allow the system to create a record in Dynamics 365, from another record. And it was decided to use JSCRIPT to enhance the user-experience.
How to trigger a Power Automate flow on a Dynamics 365 Many to Many (N:N) relationship
Power Automate doesn’t natively allow you to assign triggers to records attached using many-to-many or N:N relationships. Here’s how you can use a HTTP response to accomplish the same functionality
Calculated Field Commands/Syntax
In Microsoft Dynamics 365, calculated fields let you automate manual calculations used in your business processes. The following options are available to you;
How to preserve line breaks using a CDS with Dynamics
I have a Multiline Text field in Dynamics365 that I want to use in my Power Automate Flow. I also want to ensure that the line breaks or carriage returns are preserved and I don’t get a blob of text to use.
Get count of CDS Records Returned from LIST RECORDS Step
Quick reference to common Power Automate code samples for working with Dynamics 365