how to add Sorting in the Related list in table
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 08:08 PM - edited 10-12-2022 08:08 PM
1 REPLY 1

Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 08:52 PM
HI @servicenow lath ,
- Navigate to the related list (example, Incidents on a problem record).
- Create the desired filter using the condition builder (example, [Active] [is] [true]).
- Click Set as Default Filter.
You shouldn't need to use a script as you can control the default sort order for a list through the ui. The user will be able to override it with their own preference, though.