Help with variable type Lookup Select Box

yltsai
Mega Guru

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.

find_real_file.png

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.

1 ACCEPTED SOLUTION

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.


View solution in original post

3 REPLIES 3

BALAJI40
Mega Sage

not the name, i guess it is table.


Reference Qul condition:


javascript: element = time_zone^table=sys_user^inactive!=true;


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.


Happy that your issue was closed.