- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 05:19 PM
Hello everyone,
I have created a custom field with type List in the table HR Case[sn_hr_core_case] and I have created an ACL to set if the logged in user in the List can read the Record. but it doesn't work.
Please someone help me.
Thank you so much.
Here is my ACL:
Here is Script of ACL;
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2024 07:52 PM
Hi @Omkar Mone ,
Thanks for helping me and sorry for the late response.
I found a Business Rule that affects List display is "Restrict query". I have added the code from row 17 to 19 as the image below:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 06:28 PM
Hello
Try to add toString(); here
current.u_read_user_list.toString();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 07:05 PM
Hi @Omkar Mone,
I tried it but it still doesn't work. It can access the table but cannot see the Record it was added to.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 07:10 PM
Hello,
Is there an ACL which first gives access to the field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 07:18 PM
Hi @Omkar Mone ,
There are only 50 available ACLs of the HR Case table and 1 additional ACL I created.
For my custom ACL, I have posted the information.