- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2022 10:28 AM
Need the VDI name that should be auto populate we select user.
i used cmdb table and added the dynamic query but it is only working if user is submitting the request.
please find the below screenshot for refrence
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2022 03:32 AM
Hi,
since it's a lookup select box did you give variable attributes as this
ref_qual_elements=requested_for
I assume requested_for is the name of the variable and give this in advanced ref qualifier
javascript: "manufacturer=817bc8a3db5c7200dfe57dfdae96190a^sys_class_name=cmdb_ci_computer^assigned_to" + current.variables.requested_for;
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2022 08:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2022 08:51 AM
ohk it got resolved it should be single quotes. rest all are same
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2022 08:30 PM
@sierra
Glad to know.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader