Sample Plugin code to run on Reactivate Case (Incident) in Dynamics 365 – Nishant Rana’s Weblog
Just sharing a sample code that runs on the Activation of case (incident) record and updates one field in it.
We need to register the plugin in both SetState and SetStateDynamicEntity message. Interestingly what we found was the plugin runs perfectly even if it is registered only for SetStateDynamicEntity. It triggers properly either we update it from CRM UI or through the CRM SDK for SetStateDynamicEntity message.
protected override void ExecuteCrmPlugin(LocalPluginContext...
Continue Reading Nishant Rana’s Article on their blog
Sample Plugin code to run on Reactivate Case (Incident) in Dynamics 365 – Nishant Rana’s Weblog
Blog Syndicated with Nishant Rana’s Permission
More About This Author
Array
- Dyn365CE10 September 2024Sample Code to create and associate Folder / SharePoint Document Location (Dataverse /Dynamics 365 / SharePoint Online)
- Dyn365CE9 September 2024Fixed – The attempted operation is prohibited because it exceeds the list view threshold error– SharePoint Online
- Dyn365CE3 September 2024Fixed – “The relative url contains invalid characters. Please use a different name. Valid relative url names cannot ends with the following strings: .aspx, .ashx, .asmx, .svc , cannot begin or end with a dot, cannot contain consecutive dots and cannot contain any of the following characters: ~ ” # % & * : ? / \ { | }. “ error while creating SharePoint Document Location – Dynamics 365 / Dataverse
- Dyn365CE2 September 2024Data Migration of Quote and Quote Product – few key points (Dataverse/Dynamics 365/ SSIS)