- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2019 02:13 AM
Hi Experts,
I have selected select box as variable type in a catalog item and under type specification i have given table and the filed but on item page nothing is coming in the select box. can someone tell what am I doing wrong ?
Solved! Go to Solution.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2019 02:55 AM
select box will display the choices as a list. For ex - like the state field of incident table.
Does your asset_tag have choices?
How exactly do you want to show the asset tag in the catalog item?
If like a dropdown with all the asset tags, try using a lookup select box.
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2019 02:55 AM
select box will display the choices as a list. For ex - like the state field of incident table.
Does your asset_tag have choices?
How exactly do you want to show the asset tag in the catalog item?
If like a dropdown with all the asset tags, try using a lookup select box.
Hope this helps!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2019 03:19 AM
Hi there,
It's like Rad describes. Select box will display choices. Asset tag is by default not a choice field (maybe in your instance it's customized, i don't know, but looking at out-of-the-box). What you are trying to achieve, will not work thru this chosen path.
To get a better feeling/understanding on how this works, for example selecting install_status [state], this will work.
For what you are trying to achieve. Have you also tried a type Reference?
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
---
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2019 05:36 AM
Hi,
Please follow these steps:
- In the form, right-click the field and select Configure Dictionary.
- Change the type to 'Refrence' from 'choice'
- In the Choice List Specification section, select one of the following options in the Choice field.
- Dropdown with --None--
- Dropdown without --None--
- Right-click the form header and click Save.
- Under Related Links, click Advanced view.
- In the Attributes field, add the following attribute, separated from other attributes by a comma.
ref_auto_completer=AJAXReferenceChoice
- Click Update.
Regards,
Munender