R
Ruben Dröge
Guest
I was able to achieve what I wanted by creating an extra field in my source object called 'Workflow status old' that is being filled with the previous workflow status by a before update trigger (of type object script). Next to that I created after update triggers (of type Change workflow status) that fire conditionally based on 'Workflow status old' and 'Workflow status' (=Approved) to update the Workflow status field with my custom status.
Continue reading...
Continue reading...