- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2017 03:05 PM
I am trying to use a lookup select box to display options based on the user using a reference qualifier. I have seen many references to it should work it won't work and am looking for if this can work and how. I am using as my ref qual javascript:'u_user_uuid='+current.variables.vm_user; . This works when I am using a Reference table perfectly but this just seems to show the first entry in the table when the form loads and doesn't change with the user. With the reference field it will work but shows only the sysid even though I have a different field set to show set to display true (that is a separate issue). So should this work or is there something else I have to add?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2017 06:11 PM
You need to add attribute ref_qual_elements=vm_user as it has to query again to the server with update value of referring field.
http://wiki.servicenow.com/index.php?title=Variable_Types#Lookup_Select_Box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2018 05:54 AM
you need to add it to the variable attributes input field, e.g ref_qual_elements=requested_for