- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2025 06:02 AM
Hi
i have a service catalog which has a variable Request type, now i need that variable to display the text rather than the value while being displayed in list view also when i edit the list view it should pop up a reference to the variable text how to do this?
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2025 06:49 AM
If it is select box, then scroll down to the bottom of the form to the choices related list and change value from 'duplicate_request' to Duplicate Request.
And in list view if you try to edit, you cant get reference type of option or dropdown. If you want it to be a reference field the you have to change the type of variable to reference and refer them to sys_choice table and store the values there.
Accept the solution and mark as helpful if it does, to benefit future readers.
Regards,
Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2025 06:06 AM
sorry your question is not clear.
please explain with screenshots.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2025 06:23 AM
Please check my reply thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2025 06:07 AM
@Abdul Your question is not clear. Can you please rephrase it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2025 06:23 AM
Hi ,
The form in list view displays the value like the below.
but the value should be displayed as Duplicate Request. How can i do that?
Also when i am editing in the list view it should be a reference field rather than a text field. Like below. How can i do that?
The backend type of the variable is a select box