Possible to regulate multiple fields w/ one ACL?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2022 05:10 PM
I know this might be a n00b question (well, I am a n00b), but is it possible to create one ACL that regulates multiple fields at the same time? For example: I need to make multiple fields read-only for ordinary users, and only open to modifications by admins. Do I have to create an ACL for each one of these fields? Or can I regulate all these fields with just one ACL?
Thank you in advance!
- Labels:
-
Scripting and Coding
-
Studio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2022 05:25 PM
Hi, you can apply the ACL to all the fields in a table using wildcard IE
tablename.*
But if you require specific fields within the table then you will need individual records for each field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2022 05:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2022 09:23 AM
Hello,
Just checking if you still require some help with this. If not, would you mind marking my answer as correct/helpful so that it will be marked as solved for others who may share this question in the future?
Please mark my answer as correct/helpful if it has helped you.
Thanks,
Logan