- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2022 04:47 AM
I tried using Read ACL with 'Assignment Group' - is (Dynamic) - One of my groups, but I am able to view all the records of the incident table.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2022 06:27 AM
HI,
Remove condition and click on advance and under script write the below code.
answer=false;
if(gs.getUser().isMemberOf(current.assignment_group) && current.assignment_group!='')
{
answer=true;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2022 12:11 AM
I Hope my solution helps you, if it helps please mark my response as correct and helpful so that it will be helpful for the future readers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2022 12:44 AM
It helped me. Thanks, Raghu Ram. Sorry for the delayed reply.