We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Disabling sort by fields on lists

lukejames1uk
Kilo Explorer

Good Afternoon everyone,

I'm currently trying to disable the sort by option on a specific field. Is there anyway of doing this?

Kind Regards,

Luke

1 REPLY 1

Bharath Prathip
ServiceNow Employee

Hi Luke,
You can add 'no_sort=true' to the Attributes field in the column's Dictionary record, that'll disable sorting for that one column.

Hope this helps.