Field ACL is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 07:20 AM
Hi All,
We have one table 'ABC' we have existing table level read ACL with 'PQR' role, Now I want to create one field level write ACL on ABC table can I use same role which is there in read ACL or do I need to use the different role foe field level write ACL.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 08:36 AM
We have one existing read ACL on table with one role, Now I want to give user edit access for one field on that table.
For that I have written one field level write ACL with same role but it is not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2023 10:18 PM
Can somebody help me here.
We have one existing read ACL on table with one role, Now I want to give user edit access for one field on that table and for that I have written one field level write ACL with same role but it is not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2023 05:09 AM
1. Verify that the field name and table name are correct in your ACL script.
2. Check that the order of your ACLs is correct. Make sure the field level write ACL with the same role is listed after the table level read ACL.
3. Check that the user has been assigned to the role specified in your ACL script.
4. Ensure that there are no conflicting conditions between your read and write ACLs for this role on this table.
5. Check if there are any other security restrictions on the field or record, such as a UI policy or client script that may be preventing edits.
6. Review logs and audit trails to identify any errors or issues related to your field level write ACL.