Latest posts

Notes on code and the things I build.

Dynamics CRM: Query Hierarchical Data

Jan 7, 2022

Just browsing the Microsoft Documentation and am interested to know more about this post. Usually, as a Developer, I always have a requirement to take related data (parent-child) and then do something with it. To fulfill that requirement, I create a method that receives the...

Azure-MSAL: Implement loginRedirect In Angular+Call CRM Action

Dec 31, 2021

In this blog post, we learn how to display CRM data in SPA (Vue.js). For that purpose, we are using @azure/msal-browser and calling the loginPopup method whereby as you can see in the demonstration section, it will pop up a form to do the login process. Today, we will learn how...