javascript: "manufacturer=817bc8a3db5c7200dfe57dfdae96190a^sys_class_name=cmdb_ci_computer^assigned_to" + current.variables.requested_for;

 

 

 this is showing the whole list.

The query is alright, what you need to do is to add

ref_qual_elements=Requested_For

Can you refer to below article:

https://community.servicenow.com/community?id=community_question&sys_id=f7918769db98dbc01dcaf3231f961998

Best Regards
Aman Kumar

Ankur Bawiskar
Tera Patron

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

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

yes i gave variable attribute as ref_qual_elements=requested_for

find_real_file.png

ohk it got resolved it should be single quotes. rest all are same