Posts in this category.
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...
Nov 26, 2023
It's been a long time since I wanted to try the offline capability of Dataverse in the Canvas App (You can learn more in this official documentation). Again, the one that makes me curious is how the system behaves (in terms of managing concurrency and how we enforce strict...
Nov 11, 2023
In Dataverse, we have lots of Data Types that we can use. But, there are two Data Types that seem similar (in terms of functionality -I skip the rollup columns as this type has a period of time/manual to be refreshed). We know the great Calculated Columns that have already been...
Oct 7, 2023
SLA (Service Level Agreement) is a feature where you can define the satisfaction level of your service or support based on certain measurable metrics. For example, if someone sends a complaint to you, you need to respond to the complaint in 2 hours. We can apply this logic using...
Sep 2, 2023
Today we will learn how to create a command bar to clone a record with many-to-many relationships. For those who don't know, in Model-Driven-Apps, we can create a command bar (previously known as "ribbon button") that uses PowerFX (low code) query. First, I created 2 tables for...