ACL requirement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2023 12:45 AM
Hi All,
Need help for the below requirement.
we have custom table which is global and inherited from the task. here our requirement is we need to give access to field 1 and field 2 for an approver group. that means the approver group can be able to update the fields and can see the fields. and other groups member only can see the fields and should be read only access not editable.
for this how many ACLs are required and what are those?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2023 05:29 AM
script is wrong
update as this
answer = gs.getUser().isMemberOf('Approver Group');
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2023 05:38 AM
Thanks for the reply.
i have updated the script even though the Apporver Group member cannot be able to edit the field it read only. it should be editable for Apporver Group members not others group members.