Lookup Select Box - how use more "variable attribute" ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2018 09:00 AM
Hi ServiceNow Community,
I've a bug on ServiceNow. When I define a service catalog variable type "Lookup Select box" and set two variable attribute in this way:
variable attribute --> ref_qual_elements=u_variable_name2,is_searchable_choice=true
In the form, the field is duplicated (see screeshot below)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2018 09:05 AM
What are you trying to archive by doing this? For lookup select boxes you should only need to pint to the table that has your values and then choose the filed you want to display under the Type Specifications tab.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2018 09:07 AM
Just looking at ServiceNow docs you should only need is_searchable_choice=true.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2018 09:08 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2018 09:14 AM
So one variable affects what is available in the other? I have always just scripted it to clear the 2nd variable and reload the option using a client script.