#dynamicscrm
Posts tagged with this topic.
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 19, 2023
Hi Folks! This time, we will learn about Elastic Table. Before we begin, I need to credit the great Mark Carrington for his blog post (about Elastic Table too) that you can read here. Elastic Table is the new way to store data in Azure Cosmos DB for heavier workloads with...
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 28, 2023
UPDATED: Carina M Claesson DM-ing me that this feature is already in GA based on this article (but in my tenant, the label naming is still in Preview). Sorry for the confusion guys 😊. Work queues is a feature based on Dataverse, that simplifies the process for creating queue...
Oct 22, 2023
I think you guys mostly notice. When faced with low-code features (Power FX or Power Automate), it took me longer than creating the same solution using code 😭. So to make myself smarter, today, we will learn how to implement email reminders to close the Dataverse record....
Oct 14, 2023
I just read this article that makes me want to try it so bad because it has lots of possibilities for sending WhatsApp messages with many opportunities to be implemented in the Business Apps. So, the idea is to use this feature inside Dataverse (using Custom API - for reusability...
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 23, 2023
Let's learn how to use Dataverse Background operations (preview). For those who don't know, this is a way to call our custom API via background task (system job). Unfortunately, this method is not a way to bypass a two-minute execution time-out. For me, this feature is more of a...
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...
Aug 26, 2023
I am always curious to try SSIS (as mostly my experience is on customizing CRM CE/Dataverse side) as people are always telling me how fast it is to process large data. So today, we will learn and compare ExecuteMultipleRequest vs. SSIS. In the SSIS part, we will be using...