This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ITShop - All members of a role required in single approval step

We've some users in bussiness role i.e.:

  • Employee A
  • Employee B
  • Employee C

This role is selected in approval step:

Is it possible to enforce acceptance for all members (some variable in Number of approver field)?

Parents
  • I would suggest to create a custom process with event insert in personinorg (you should activate generate by envent in the table personinorg) that with an insert it modifies PWODecisionStep (handleobject component update) table in column CountApprover and introduce countapprover= (select count(*) uid_person from personinorg where uid_org=$uid_org$). The where clause should have something relatid to the PWODecisionSubmethod.
Reply
  • I would suggest to create a custom process with event insert in personinorg (you should activate generate by envent in the table personinorg) that with an insert it modifies PWODecisionStep (handleobject component update) table in column CountApprover and introduce countapprover= (select count(*) uid_person from personinorg where uid_org=$uid_org$). The where clause should have something relatid to the PWODecisionSubmethod.
Children
No Data