Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to change sequence of variable in drop-down in catalog item

indrasengupta
Tera Guru

indrasengupta_0-1714130925372.png

I am working with catalog item how can i change the sequence. id should come first, than name, both the field are in same table.
field name are id & name.
i have also set variable attribute

indrasengupta_1-1714131254448.png

 

1 ACCEPTED SOLUTION

indrasengupta
Tera Guru

Solved,
display value for all the field in table was false, made id display value true and set the variable attribute in catalog item to ref_ac_columns=name;ref_order_by=id

View solution in original post

7 REPLIES 7

Dr Atul G- LNG
Tera Patron
Tera Patron

I think it is OOTB, but try to change the sequence of attribute, in the related list. Not sure but give a try 

*************************************************************************************************************
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]

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

Tried changing the sequence of attribute, in the related list did not work.

Then I think it is some core code, may be log a case with Now Support.

*************************************************************************************************************
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]

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

Hi @indrasengupta ,

 

I believe you have to configure list layout. Only personalizing wont' help.

Untitled.png

 

If this solution resolves your query, kindly mark it as the accepted solution and give it a thumbs up.

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.