We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Write access for assigned to user from parent

shaik17
Tera Contributor

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

1 REPLY 1

Anubhav24
Mega Sage

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.