Hi everyone,
I have a request to disable users to change the status of a request to Resolved 'RE' (not Closed) if all of request workflow tasks are not in status Complete.
Anyone have maybe a solution how to accomplish this or maybe a macro code that will prevent this?
Many thanks,
Domagoj
Hi,
I have similar logic I built to stop change orders from transitioning to Implemented if all workflow tasks are not complete. I re-wrote this for request workflow and have not tested it. Please try this in a test env first.
Create a file named z_cr_wf.mod and place in nx_root/site/mods/magic with the following contents.
Create a file named z_cr_wf.spl and place in nx_root/site/mods/magic with the following contents.
Test and let me know if it works.