Write access for assigned to user from parent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2024 12:45 AM
Hi all,
Description: Parent Assignee can write state while active
Condition: Active = true AND (user is in parent records “assigned to” field OR User is a member of the parent records “assigned group”)
can we achieve this by using condition i tried but not working, pls assist me.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2024 06:28 AM - edited 09-09-2024 06:29 AM
Hi @shaik17 ,
I hope your condition is built like this ,( (current.parent.assigned_to = gs.getUserID()) && ( gs.getUserID().isMemberOf('current.parent.assignment_group.getDisplayValue()'))
Please mark helpful/correct if my response helped you.