#C#
Posts tagged with this topic.
Jul 20, 2024
In a world where integration is common to do. Especially, because clouds is a common term, for sure, there are requests to integrate Dataverse with another DB (for reporting, or other system process purposes). Today, we will learn how to create Dataverse Plugins to do CUD...
Jun 29, 2024
Lately, I've been exploring "not-so-new" requirements where I want to download SSRS reports from Dataverse and use them elsewhere (if you want to use the low-code method, you also can read Nick Hance's blog post that implements the same thing. The difference here is I'm using...
Jun 16, 2024
Today, we will learn how to use AIReply in action. For those who don't know AIReply is one of Dataverse AI functions that focus on replying to user answers similar to what GPT has. With this uniqueness, we can ask AI to cut steps in feedback creation. In this demonstration, the...
May 18, 2024
Hello everyone! I'm sharing my observation regarding Dataverse Date time (again). Previously, I updated several DateTime attributes from Time zone adjustment "User Local" (which is the default value) to "Time zone independent". Then, my functional reported that the Date Time...
May 11, 2024
Hello! For today's scenario, we will learn how to automate the process of creating a Vendor Invoice record in Dataverse using an uploaded Vendor Invoice PDF file that comes to OneDrive's company folder. To be exact, we will learn how to utilize Power Automate to simplify the...
May 4, 2024
Today, I'll share a quick tip on converting the UTC date to the User's Timezone settings in the Plugin (once you read the logic, you can also implement this logic into Power Automate/Custom API). In Dataverse, we can set our timezone in the below UI (go to Settings > Personalized...
Apr 6, 2024
Lately, my mind has traveled a lot on designing a plugin that can handle concurrency issues. Even though the framework itself has UpdateRequest and we can pass the RowVersion, I found the implementation does not always fit with some of the scenarios especially if you want to...
Mar 9, 2024
Last week we learned how the RelatedEntity's performance compares to normal creation. We will create plugins for today's blog post and inspect how it works. For the side topic, we will also cover CreateMultiple and see if we can make the customizations better in terms of...
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...
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...