Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Configuration Item on Incident

John Vo1
Tera Guru

When I click on the magnifying glass under incident for configuration item the list comes up, but pulls in everything from software to application.   How do I get it to just pull in the parent CIs of computers and servers only?  

find_real_file.png

1 ACCEPTED SOLUTION

Steven1
Tera Expert

1. Right click the configuration item field and select "Configure dictionary"


2. Under "Dictionary overrides" related list click "New"


3. Select -- > Table : Incident


4. Check "Override reference qualifier"


5. add this --- > sys_class_name=cmdb_ci_computer^ORsys_class_name=cmdb_ci_server


View solution in original post

7 REPLIES 7

1. Navigate to the CMDB_CI table


Build your condition and copy the query


Encoded Query Strings - ServiceNow Wiki



Configuration_Items___ServiceNow.jpg


Configuration_Items___ServiceNow.jpg


Steven1
Tera Expert

CMDB CI 2 - YouTube



Thanks again for your help on this Steven... Much appreciated....



John