XrmContext icon indicating copy to clipboard operation
XrmContext copied to clipboard

Generate simple context model without SDK deps, supporting calling CRM from Azure Functions

Open mkholt opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. XrmContext generates API models that depend on the OrganizationService and Entity base-classes. This is fine for Plugins / Workflows.

However, MS has not released a .NET Core compatible library for the OrganizationService, locking Azure Functions on version ~1 and .NET Framework.

Describe the solution you'd like Use the context generator to create a "dependency-free" version of the context, and helper functions, allowing us to call the WebAPI directly.

mkholt avatar Aug 17 '21 07:08 mkholt