- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2017 10:15 AM
To all experts,
I have looked into the wiki and community posts about Service catalog variable type of Lookup Select Box.
I followed along with the Product Document to implement a variable, Time Zone.
But I could not get it to work.
I want to get the active time zone and I set up the Type Specifications as below.
It returns the whole list of labels from the Choice table.
I also tried many other combinations to the Lookup value field, Lookup label field(s), and Reference qual.
They returned nothing or the whole choices records.
Please advise how I fix the problem.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2017 12:25 PM
Thank you. The query is copied from the list filter and the column Table is really 'name'.
I changed my design to make the variable as a reference and use few simple conditions to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2017 10:27 AM
not the name, i guess it is table.
Reference Qul condition:
javascript: element = time_zone^table=sys_user^inactive!=true;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2017 12:25 PM
Thank you. The query is copied from the list filter and the column Table is really 'name'.
I changed my design to make the variable as a reference and use few simple conditions to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2017 12:31 PM
Happy that your issue was closed.