sort by created date

siva58
Tera Contributor

find_real_file.png

by default the latest record should be at the top.

how to di this?

3 REPLIES 3

Kartik Sethi
Tera Guru
Tera Guru

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

@Kartik Sethi  my requiremnt was when i open the table list, by default the latested created list should be at top 

 

Hi @siva 

Create 2 entries in User Preference as provided below:

find_real_file.png


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