Hi All
I would like to know if i can implement the right permissions for this case;
I have a form/List with : title,Requestor and Manager;
Requestor: the User who submit the form : Type is a person/group field.
Manager : selected by the requestor; Type is a person/group
i would like to achieve both conditions at same time:
1- Requestor : this user can Read/Edit only the Items that he submit.
2- Manager : this user can Read/Edit only the items where he was selected as Manager.
If I update List setting as below, i can only achieve Condition 1. Condition 2 is invalid since manager does not create the Item
If i keep the default (Read All items/Create and Edit All items) and use the Action Office 365 update item permission to give Read/Write to the Manager when ItemID= Current ItemID. Condition 2 is working fine, but not Condition 1. (Requestor will Read/Edit all Items.)
Please note that the requestor has Contribute permission on the List, so he can Add an item.
Please let me know if there is a way how to achieve Condition 1 and condition 2 at same time.
Thank you in advance for your help.