Need ACL help, condition is not working

chaitanya2948
Tera Contributor

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.

3 REPLIES 3

OlaN
Giga Sage
Giga Sage

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"

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. 

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.