#msdyncrm365

Posts tagged with this topic.

Dynamics CRM Entity Relationship Behavior Explained

Aug 3, 2021

Let's talk about Dynamics CRM Entity Relationship behavior! There are several behaviors in Dynamics CRM that we can apply to fit our requirements. With this blog post, I hope we can learn together about those options. Creating a lookup will automatically create a relationship But...

Dynamics CRM: Create Plugin Project Easier + Faster!

Apr 24, 2021

Creating plugin projects in the past is not a simple task. You need to remember a lot of steps to make it. From what I remember the steps are: Create .csproj, set .NET Framework 4.6.2, and Install Microsoft.CrmSdk.CoreAssemblies, etc. You can follow this link for the detailed...

Dynamics CRM: Integrate to Other Source System Easier using Power Automate

Feb 20, 2021

I have a lot of experience integrating Dynamics CRM with the other source systems that required a lot of code to be built in the plugin. We need to connect to Web API > parse the response > mapping the response > then verify the result. If you ask me to do it in the code, sure it...