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)?

  • If there is a fixed number of members it's easy. Set the number of approvers to the number of members.
  • I got the same idea but number of members in this role could change in time so it should be dynamically
  • 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.