Before Dynamics 365, we should use “SetStateRequest” to change the status of any record through plugin. Since Dynamics 365, this request is deprecated and we have to use normal “Update” request to change the status of any record.
Before Dynamics 365, we should use “SetStateRequest” to change the status of any record through plugin. Since Dynamics 365, this request is deprecated and we have to use normal “Update” request to change the status of any record.
Is there an option from the new web api to deactivate a workflow (process) that is active?