Latest posts

Notes on code and the things I build.

.NET , Architecture , Azure , dynamics-crm , powerautomate , powerplatform

Dataverse: Send WhatsApp Messages using Azure Communication Service (Preview)

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...

.NET , Architecture , C# , dynamics-crm , powerplatform

Learn how to use Dataverse Background operations (preview)

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...

.NET , Architecture , Azure , powerplatform , tips

Dataverse + Azure Service Bus Queue + Azure Function for processing long operation

Aug 6, 2023

As you all know, in Dataverse, there is a hard 2-minute time limit for an operation to complete that you can read here. And most of the time, we stumble into a scenario where we must bypass this limitation. If your project is on the cloud, we can do it using Azure Service Bus...