Restrict personalizing list layout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2013 10:41 PM
Hi,
I want to restrict the selection of fields for end user when he/she personalize the list layout on any form .As Out of the Box user can select any field in the "personalize list columns" from available to selected but i want to show only 4-5 fields to end user which can be selected.
Please suggest.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2013 05:38 AM
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.
http://wiki.servicenow.com/index.php?title=Using_Access_Control_Rules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2016 10:01 PM
Thanks Mark!
This is exactly, what I was looking for one of the items I was working. Such a simple solution.