how to limit available columns
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2022 10:48 PM
2 REPLIES 2

Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2022 11:00 PM
Hi,
Looks like the 'add_to_list' ACL operation is what you're looking for. You'll need to create an ACL to limit these fields.
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2022 11:01 PM
The only option I know is creating a database view with only one table (the one from your screenshot).
In database views you can restrict the available columns. The downside is that you cannot create new records from on a database view.
Kind regards
Maik