Latest posts

Notes on code and the things I build.

Architecture , Azure , dynamics-crm , low-code , powerplatform

Consume Virtual Table (SQL Table) Data in Dataverse and apply business logic

Jan 13, 2024

What we will learn in this blog post is about retrieving data in SQL Table (outside of Dataverse - via Virtual Table mechanism) and creating the simplest business logic possible (in my opinion). For example, we want to build a point-based system where we can Add and Deduct the...

Architecture , C# , dynamics-crm , powerplatform , tips

Dataverse: How to call Custom API in classic Workflow

Jan 6, 2024

In architecting a solution, we have lots of ways to do it. Specifically, in the Power Platform world, we can combine Dataverse (Dynamics CRM) with Power Platform to do integration/whatever scenarios that we need. But, what if we want to implement the generic integration with only...

dynamics-crm , Javascript , low-code , powerplatform

MDA: Use AI Copilot Control (Preview) and show it when clicking the command button

Dec 9, 2023

Today's demonstration will show AI Copilot Control (Preview) on the Model Driven App. The scenario I can think of is when a user clicks the command/ribbon button on selected tables, we will let the user interact with AI Copilot Control for that table. Initially, I want to use the...