- 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 08:41 PM
I feel the previous read acl is blocking it, can you try to add a read.none on your condition.
Debug ACLs to see which one Is blocking so you can apply it likewise.
- 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-20-2024 08:31 PM
That's good but why edit OOB code? It will skippd during the upgrade and you might miss updates that come in newer releases. Suggest you to write a new one with same conditions. Hope this helps.