Lookup select box
The lookup select box variable creates a choice list using data queried from a table. Its functionality is similar to the lookup multiple choice variable, which creates radio buttons from queried data.
For attributes supported by this variable, see variable attributes.
To create the lookup select box, enter the following values when creating the variable:
- Lookup from table:
Incident [incident] - Lookup value field:
Sys ID - Lookup label field:
number, category, priority - Reference qual:
caller_id=javascript:gs.getUserID()^active=true
注:
- Table with large data causes performance issues when loading the page. Use reference qualifiers to reduce data or use the reference type variable.
- You cannot add more than 10,000 choices.