Sort list of records alphabetically

Sonu Parab
Mega Sage
Mega Sage

Hello All,

1] We have one list type field  'Goal' on the Demand table. This field refer to Goal[goal_list] table.
2] We have created few record in the above table. (added below values in the Short Description field)  
e.g. E1 TEST GOAL

       C1  TEST GOAL
When we click on the list type field 'Goal' we want to display all the records in the alphabetical order.
like, C1 TEST GOAL
        E1 TEST GOAL

SonuParab_0-1704802296225.png

existing attribute

SonuParab_1-1704802416757.png

 


Any help appreciated,
Thank you.



3 REPLIES 3

udaysingh16
Tera Contributor

In attributes please add - ref_ac_order_by=version

 

udaysingh16_0-1704802652937.png

 

 

WR,

Uday

Ankur Bawiskar
Tera Patron
Tera Patron

@Sonu Parab 

you can add this attribute on that field along with other attributes

ref_ac_order_by=short_description

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Dr Atul G- LNG
Tera Patron
Tera Patron

ref_ac_order_by is the key here @Sonu Parab 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************