Remove field from personalize list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2024 11:48 AM
Hi All,
I have a requirement of removing field from personalize list, without deleting that field.
Example: SC Task table having two fields one is "request_item.item" and "item" field both will be seen as item only on list view so I want to remove "request_item.item" field for all the users, so that they can see only one "item" field on list.
Please help me with this.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2024 11:51 AM - edited 06-19-2024 11:52 AM
Go to your desired table you want to change the list layout for, right click the column, then click List Layout like this
This will take you to a screen similar to what you linked above, but this is controlling the default list layout for ALL users. Ensure you change the fields on the view you wish to make changes for.
Also, side note, this will NOT reset user's personalized lists, this will just change the default. They will need to revert to default to see the changes, or you'd have to go delete their user preference records to force a reset back to default.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2024 12:15 PM - edited 06-19-2024 12:18 PM
Hey Zach,
I dont even want that field to be displayed on personalize list its just removed from the list so that no one should be able to see the field neither left-side nor right-side of personalize list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2024 12:25 PM
You cant remove any column which is default available on table [ sc_task ].
like item colunm is part of sc_task table either its filled or emtpy it will show on available side.
Here, we can't remote Item from available but we can remove Request Item.item so user can't select in list ( personalized ) view.
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2024 12:31 PM
Hey Ashish,
I dont want to remove "item" field ,I just want to remove "request_item.item" field.
Ca you please help me with removing "request_item.item" field.