Latest posts

Notes on code and the things I build.

Dynamics CRM: Implement Virtual Entity - Part 2

Mar 12, 2021

Last week, we already learned how to build a simple code to get data from Web-API to project the result in RetriveMultiple message that you can access here. Now we will continue to implement advanced scenarios for filtering, sorting, and paginating the data. Filtering + Sorting...

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