ACL on Security Incident table(sn_si_incident)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2017 09:37 PM
I tried creating acl with read operation , added customised role .
The User can see the list of records in a list view but when the user opens any record, no field shows up on the form but only the buttons.
I have added the role to OOB ACL as well for sn_si_incident.* ACL with read operation

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2017 09:47 PM
What exactly you want to restict with ACL?
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2017 09:51 PM
We have OOB ACLs which restricts read for the users without OOB role
I have created a customised role and ACL to allow read for user with customised role

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2017 10:05 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2017 10:16 PM
I would recommend using the security debugger. As an admin go to System Diagnostics > Session Debug > Debug Security. After you click that, impersonate one of the users with your customized role, and go to the form view again. At the bottom you will see exactly which ACL is causing you to not see those fields.
My guess is that one of the following things is wrong:
1. There is a more exact ACL on the fields denying access. For that you will have to create a more specific ACL, possibly at the field level.
2. Your form layout or view is not working properly. unlikely, but possible.
I noticed there are already ACLs setup for specific fields on that table granting read access to sn_si.read role. Why not just make sn_si.read role a child role of your custom role and then they will all get the role they need?