sort by created date
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2022 05:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2022 06:01 AM
Hi @siva
Probably your requirement might be related to generating a URL that should show the records in descending order of Created By.
To do so, you need to append "^ORDERBYDESCsys_created_on" at the end of the URL.
For example: To show all the System Properties whose name contains Polaris and list should show the latest record on top
https://<instance_name>.service-now.com/sys_properties_list.do?sysparm_query=nameLIKEpolaris^ORDERBYDESCsys_created_on
Please mark my answer as correct if this solves your issues!
If it helped you in any way then please mark helpful!
Thanks and regards,
Kartik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2022 07:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2022 08:21 AM
Hi
Create 2 entries in User Preference as provided below:
Remark: User should be empty and incident.db.order.direction preference value has to be set from the List view.
Please mark my answer as correct if this solves your issues!
If it helped you in any way then please mark helpful!
Thanks and regards,
Kartik