ACL write Access only for particular field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2022 11:16 PM
I have created a custom checkbox in test table and also added ACL for that field but only the sn_vulc_write role access to it but still i was not able to edit the checkbox i was getting security constraint error message, Then I have edited table level ACL where I changed role from Nobody to sn_vulc_write but now I am having issue like all the fields or editable but I required only the custom field to be editable. What could be the possible issue and how can I achieve this.
Thanks in advance,
- Labels:
-
Configuration Compliance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2022 04:24 AM
Not yet let me try check it once
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2022 03:35 AM
Hello Kruthik,
You need to create 3 ACL for the same.
1) Read -> table.none -> give the role(sn_vulc_write)
2) Write -> table.none -> give the role(sn_vulc_write)
3) write -> table.field(custom checkbox) -> give the role(sn_vulc_write)
I hope this will help you.
Mark ✅ Correct if this solves your issue and also mark ???? Helpful if applicable.
Thanks,
Saurabh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2022 04:31 AM