I want to display sequence numbers in a list displayed in catalog item.

KS18
Giga Guru

I want to display sequence numbers in a list displayed in catalog item.
Is it possible to automatically display sequence numbers when I add a list in variableSet?

 

find_real_file.png

6 REPLIES 6

Chetan Mahajan
Kilo Sage
Kilo Sage

Hi,

        There is no any OOB functionality for this but you can try this logic MRVS auto populate Number in sequence

Community Alums
Not applicable

Hi KS,

You cannot actually display the sequence numbers but Within the sys_choice table, there is a "Sequence" field. If this is specified, then the order in which those selections would appear, would be per the sequence field. If it's not specified, then by default, it'll use the Label.

However, if you're using a lookup select-box for example...and trying to get the values to show up in sequence order, you'd need to add this statement to your reference qualifier:

ORDERBY=sequence

More discussion here: https://community.servicenow.com/community?id=community_question&sys_id=f260cb34db3ad0104aa5d9d96896...

 

Mark my answer correct & Helpful, if Applicable.

Thanks,
Sandeep

Community Alums
Not applicable

Hi KS,

Any update to this ?Any follow-up required? if not

Kindly mark the answer as Correct & Helpful both such that others can get help.

Thanks,
Sandeep

Hitoshi Ozawa
Giga Sage
Giga Sage

Hi KS,

I think this can be done but deleting row will leave skipped sequence number.