Hello, I have 3 Boolean fields (checkboxes) called 'Approved' that become sequentially visible after checking them one after the other (after checking 1st checkbox, the second becomes visible, then after the second is checked, the 3rd becomes visible) in a custom entity "Proposed Member".
What I'm trying to achieve are 2 conditions:
1) Not allowing the user who created the record (Proposed Member) to see and click/check any of the Approved checkboxes (he'll be approving his own proposal which is not right)
2) Not allowing the user who approved (clicked one of the checkboxes) of seeing and approving the checkbox that appears after approving the one before.
Note: Only the users belonging to team 'Committee' can see this panel/those 3 checkboxes. I just don't want the users mentioned above (in that team) of doing the approvals (as mentioned).
Is there any way I can implement this? I also have the workflow package if needed.
Thanks in advance.
What I'm trying to achieve are 2 conditions:
1) Not allowing the user who created the record (Proposed Member) to see and click/check any of the Approved checkboxes (he'll be approving his own proposal which is not right)
2) Not allowing the user who approved (clicked one of the checkboxes) of seeing and approving the checkbox that appears after approving the one before.
Note: Only the users belonging to team 'Committee' can see this panel/those 3 checkboxes. I just don't want the users mentioned above (in that team) of doing the approvals (as mentioned).
Is there any way I can implement this? I also have the workflow package if needed.
Thanks in advance.
Comment