Need ACL help, condition is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 12:22 AM
Hi Team,
I have requirement for abc role users should able to see the hr incidents(it is custom field true or false), when abc role users should see only number and short description in list view and global search
-I created the ACL Read field is "Number"
-condtion is Hr is true
script : Answer =true
-But abc role users not able see the records and main non hr records number is not showing.
-Any suggestions would help full.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 12:26 AM
Hi,
Check if the role has access at table level.
If the role only has access to fields, and not table, then the field ACL will not be evaluated.
Also, there is no need to do a script, if the script only contains "answer=true"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 12:44 AM
yes role has the table level even user can able to see the HR incidents now, but requirement I need to show only number and short description, remaining fields should hide.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 12:58 AM
In that case you will need to set up read ACLs on all the other fields, and connect that access to other roles, so that this role is no longer permitted read access.