Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to enable personalize list columns access for users with snc_read_only role

Rajak Shaik
Kilo Contributor

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

michaeljacobsz
Tera Contributor

I recommend the following:

  1. As mentioned above, add the snc_read_only to the glide.ui.personalize_form.role property
  2. 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:
    1. glide.security.snc_read_only_role.tables.exempt_write
    2. glide.security.snc_read_only_role.tables.exempt_delete
    3. 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.