- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2023 11:26 AM
I need to create an ACL that will only allow users in a certain group see the RITM records when a certain catalog item is submitted. I put a screen shot of the how the ACL that I created is setup. However it is not working. I cannot figure out what I'm doing wrong. The ACL has one condition and one line of code in the script. I tried using the group name and the group sysID in the code. Any help on this would be appreciated.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2023 11:30 AM - edited 02-15-2023 11:30 AM
Hi Sharon,
I believe you need to set the "answer" of your script to the line of code you have, meaning:
answer = gs.getUser().isMemberOf('name of group');
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2023 11:30 AM - edited 02-15-2023 11:30 AM
Hi Sharon,
I believe you need to set the "answer" of your script to the line of code you have, meaning:
answer = gs.getUser().isMemberOf('name of group');
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!