how to write ACL make two fields editable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2024 09:14 AM
Hi,
How to make name, parent fields editable when state is published in the policy[sn_compliance_control] table only for 'GRC Business Users' group. One ACL is written to make all fields editable for admins. I wrote ACL for particularly these two fields editable but it is not working.
i wrote ACL on name field but it is not working.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2024 09:59 AM
Looks like your ACL is saying that they must be a member of a group and have snc_internal role. In order to grant write to a specific field you must grant wright to the entire table first. You may need a similar ACL that grants write to the entire table. Then this ACL should work and restrict write access to only the 1 field.