Each Workbasket will have roles
If the user has the roles specified in Workbasket, he will be able to access the items in workbasket
Now for User and Manager , say workbaset is -> ApprovalWB
For the User . the role is
| Org:User |
For the Manager , the role is
| Org:Manager |
Now , if the provide the ApprovalWB with role (Org:Manager)
Then the User will not be able to access the items in ApprovalWB But he will be able to push the item to ApprovalWB

Post a Comment