powerplatform

Posts in this category.

Dynamics CRM: Implement Virtual Entity - Part 1

Mar 5, 2021

Have you ever heard about Virtual Entity? In short, the Virtual Entity is read-only data. We can pull the data from any other data-source to Dynamics CRM to let users view the data. So now we will be experimenting create Virtual Entity and setup the code until we can see it in...

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...

Dynamics CRM: Simplify Development with Custom API for Reusability

Feb 5, 2021

Dynamics CRM introduced a preview feature (Custom API) for developers to make code reusability easier. For instance, the function that I used a lot is to take the current user's Teams. I always have a requirement if the User is under team "A", then some attributes need to be...

Dynamics CRM 365 Tips: Easy Way to Get AliasedValue

Jan 29, 2021

Have you ever joined multiple tables when retrieving your data in the plugin? If so, most likely you already know what AliasedValue is all about. This post will describe when and how you can use AliasedValue. But the objective of this post is to make a simple extension to consume...