Px to add Approvers on Change status (Approvers need to be visible in Routing slip)

Hi All,

I have set of multiple conditions which needs to be validated and depending on results, different Approvers need to be added.

I have written event based groovy which is adding the approvers but those approvers are not visible on the routing slip while changing the status to review.

After status is changed, approvers are seen in the workflow table. I need the approvers to be visible in the routing slip while changing status.

Please help.

Thanks
Raju

Agile User Asked on August 16, 2018 in Software Development Kit (API).
Add Comment
1 Answer(s)

I’ve experienced that too.  It’s because your script is triggering when moving statuses and Agile won’t trigger that script until you hit the ‘Finish’ button.
What I’ve done is gone a workflow back a step, i.e., from Pending to Submitted, then after that Agile will add the reviewers before I go to Review/CCB.  If that doesn’t work for you (like you’re changing values in Submitted status that will affect what users are added), try an Extend Actions menu button, a scheduled event, or update Title Block event, whichever works best for you.

Agile Angel Answered on August 16, 2018.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.