- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2023 02:23 AM - edited ‎11-14-2023 10:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2023 04:21 AM
Hi, Create a Write ACL, with field Assignment group , so that would be table.assignment_group.
In that click advanced as true and in the script write.
if(gs.getUser().isMemberOf(current.assignment_group)){
return true;}
else{
return false;}
Regards,
Piyush Sain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2023 04:21 AM
Hi, Create a Write ACL, with field Assignment group , so that would be table.assignment_group.
In that click advanced as true and in the script write.
if(gs.getUser().isMemberOf(current.assignment_group)){
return true;}
else{
return false;}
Regards,
Piyush Sain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2023 07:31 AM
What in the beginning when Assignment Group is empty? Who should have access then?
Thanks
Anubhav Ritolia
ServiceNow Rising Star 2023