I want to display sequence numbers in a list displayed in catalog item.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 09:22 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 09:26 PM
Hi,
There is no any OOB functionality for this but you can try this logic MRVS auto populate Number in sequence
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 09:28 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2022 12:29 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2022 01:14 AM
Hi KS,
I think this can be done but deleting row will leave skipped sequence number.