Base classes and library for developing Microsoft Dataverse Plugins and Custom Workflow Activities.
NuGet |
---|
- Versions 2.x supports CRM 2011+
- Versions 3.x supports CRM 2016+
- Configure RegisteredEvent your plugin should execute for
- Specify which method each RegisteredEvent should execute
- Expanded IPluginExecutionContext with many useful features
- IPluginExecutionContext implements IOrganizationService
- Create IOrganizationService for any user
- Expanded IWorkflowContext with many useful features
- IWorkflowContext implements IOrganizationService
- Create IOrganizationService for any user
MoneyExtensions methods
- Add
- Subtract
- Multiply
- Divide
- Fluent builder class for FetchXML queries
- Extension method to convert FilterExpression to a FilterBuilder
- Overloads for Create, Update, Delete, Retrieve, RetrieveMultiple, Associate and Disassociate
- Clone entity
- Get Aliased Values
- Serialize object to JSON string
- Deserialize JSON string to object
Other Extension methods
- Convert EntityReference to Entity
- Get EnvironmentVariable
- Check if UserHasRole
- Convert RecordUrl to EntityReference