Latest posts

Notes on code and the things I build.

devops , dynamics-crm , Javascript , tips , typescript

Model-Driven-Apps: setup deployment Angular files to Dev using spkl

Feb 5, 2023

Last week, we already learn how to build Angular WebResources to be shown in the side pane. In that blog post, I deploy all the files manually which of course took time to do. Today, we will learn how to optimize it in order to boost productivity. We will learn how to use spkl...

devops , dynamics-crm , powerplatform , tips

Create solution's setting file for export-import purposes (Power Automate + Dataverse)

Dec 3, 2022

When I published this blog post about Power Automate Deployment (manual), the great - Bill Blancett gave suggestions regarding the solution's import setting file that we can use if we want to import the solution using CI/CD or using Power Platform Tools CLI (you need to make sure...

.NET , C# , Clean Code , dynamics-crm , powerplatform , tips

Dataverse: Make use of INotifyPropertyChanged to get the latest state of Entity

Nov 26, 2022

Before we continue, this blog post will only work if you using Early-Bound on your plugin project (for Late-Bound, you can follow this blog post). The scenario that we will cover is to get rid of the hassle of the below method (I will show you using the code to make it easier):...