Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Dataverse: C# extension to simplify how to get Custom API Input

I’m fairly certain that all of us agree that we are performing mundane code to obtain input parameters when developing custom APIs. For populating the context.PluginExecutionContext.InputParameters, we need to extract each parameter and cast the v...

Temmy Wahyu Raharjo 2,914
Like (0)
Dataverse: Learn How to Implement Azure Durable Functions – Payment Scenario

Azure Durable Functions is an extension of Azure Functions that offers specialized capabilities, including statefulness, orchestration, handling retries, and support for running long-running operations. The orchestration functions can help us grou...

Temmy Wahyu Raharjo 2,914
Like (0)
Using Azure Service Bus Queue to simplify Dataverse Concurrency

Have you ever faced a challenge where you needed to process bulk data that would update a single record? For example, you processed receipts for a single customer, and the program failed to update the correct data because the processing happened a...

Temmy Wahyu Raharjo 2,914
Like (0)
Dataverse: Learn how to create .NET MCP

With the hype of Model Context Protocol – it’s kinda a plugin for LLM (Large Language Model) to interact with the external tool(s), I always wonder how to create one. For my field, which is Power Platform – Dataverse, I saw the great Natraj’s GitH...

Temmy Wahyu Raharjo 2,914
Like (0)
Dataverse: Create reusable C# Code/Custom API to bypass specific plugin steps

As a (lazy) Developer, I always find a way to implement something as simply as possible. The more experience that we are gaining over the years will eventually show us certain language features/components that can support it. For example, in today...

Temmy Wahyu Raharjo 2,914
Like (0)
Debunking: Dynamics CRM Destination – How Text Lookup Works

When we want to push data to Dataverse/Dynamics CRM using SSIS – KingswaySoft, usually there are relationships (lookup) that we need to settle. In KingswaySoft, there are multiple ways to handle the Lookup: Let’s inspect how things work using Fidd...

Temmy Wahyu Raharjo 2,914
Like (0)
Debunking: KingswaySoft Dynamics CRM Source- Output Timezone

Hi! I’m back after so a long hiatus (probably I’ll write the reason for this later 🤣). As [lazy] Developers, we’re most likely to interact with a “wrapper” (can be components, services, etc) that hides all the complexity needed. But, I believe at...

Temmy Wahyu Raharjo 2,914
Like (0)
Dataverse: Benchmark ExecuteMultiple Request SDK vs WebApi call

In the PowerApps-Samples repo, I found interesting sample code to execute Dataverse messages using WebAPIs call. For those who ask why there is this option, it is because not so many organizations let you install NuGet Packages freely without havi...

Temmy Wahyu Raharjo 2,914