Dataverse: ExecuteMultipleRequest vs CreateMultipleRequest Benchmark
This is another benchmark post; this time, we need to compare ExecuteMultipleRequest vs CreateMultipleRequest. For those who don’t know ...
This is another benchmark post; this time, we need to compare ExecuteMultipleRequest vs CreateMultipleRequest. For those who don’t know ...
I just realized creating ServiceClient is an expensive operation during performance tests (I found one blog post that confirmed this problem e...
Have you ever wondered why we can’t change the default view when clicking Add Existing in the Subgrid area on Model Driven Apps and at t...
On the default mechanism of Lookup control on Model Driven Apps, once the user clicks the value, it will navigate to the record form. And sinc...
Based on part 1 which you can read here, I realized that creating a plugin to automate the approval process will be easier compared to creatin...
Someone asked me about an interesting scenario which I think is also very common when we want to implement ALM (Application Lifecycle Manageme...
Quick tips for today if you ever import CSV with huge records to Dataverse. By default, once the System processes the CSV and there are failed...
In a world where integration is common to do. Especially, because clouds is a common term, for sure, there are requests to integrate Dataverse...
In some scenarios, we sometimes need to add a middleware (in this case .NET WebAPI) that connects Dataverse to other applications for integrat...
Lately, I’ve been exploring “not-so-new” requirements where I want to download SSRS reports from Dataverse and use them else...