How to enable personalize list columns access for users with snc_read_only role
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2018 10:42 PM
As an snc_read_only user, I would like to personalize the column list on any list screen. Can you please suggest on how it can be achieved.
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2020 08:38 AM
I recommend the following:
- As mentioned above, add the snc_read_only to the glide.ui.personalize_form.role property
- Add the 'sys_ui_list' & 'sys_ui_list_element' to the following properties used to be able to store and change the new list sections and list section elements:
- glide.security.snc_read_only_role.tables.exempt_write
- glide.security.snc_read_only_role.tables.exempt_delete
- glide.security.snc_read_only_role.tables.exempt_create
As a result users with the snc_read_only role can use the persenolize list button without the need of any ACL creation.