Hi experts,
In CRM 2016 (ver 8.00), I have a workflow that is ran when after stageid of a custom entity is modified through move stage buttons, this work perfectly, but after upgrading to 365 it no longer work. Looks like the stageid of the custom entity doesn't fire when its value is changed.
So I opened SSMS and run a select statement to query the record that I am working, mark down the stageid, switch back to CRM web app, move stage of the record, rerun the previous query and the stageid changes to new one. But why doesn't it trigger the workflow? is it by design or a bug?
I also have a post update plugin that captures PreUpdateImage and PostUpdateImage then compare the 2 stageid values and they are the same and storing the old values which PostUpdateImage supposes to have a new value. However running the query above, I can see the value is changed
If this is a bug, is there a fix or work around? This is breaking our process.
Sam
*This post is locked for comments