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