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 value to the correct data type, which is a tedious task. Hence, to make things easier, you can use this … Continue reading "Dataverse: C# extension to simplify how to get Custom API Input"
Published on:
Learn more