Issue with Read ACL

davilu
Mega Sage

Our team is trying to implement a Read ACL rule for a new role (sn_hr_core.rh_operations_user) on the Workforce Admin Case table.  Users with this role should be able to view (and eventually update) the record.  We understand we will need another Write ACL, but wanted to get the Read one working first.  

Below is a screenshot of our ACL, seems pretty standard.  User must have that role and the case must be flagged as a specific case:

find_real_file.png

The count of 2 records is correct, however when we log in with our fictitious user who has that role and access the portal, he cannot see any of the records.  

find_real_file.png

Any thoughts or suggestions?  Thanks!

1 ACCEPTED SOLUTION

Can you check whether there is a BR rule where query = true that is assigned to this table?

E.g. for incident there is rule that only shows incidents to specific roles. So if you want to add read rules you also need to add the role to this BR, seems there might be something similar to your table

find_real_file.png

View solution in original post

5 REPLIES 5

Yes, example:

incident -none- gives you access to table but not to a particular field

incident.short_description gives you access to Short description so you are able to see only this particular field

incident.* gives you access to all fields

There is a nice course about ACLs in developer learning portal if you are interested in this topic, particularly this part