Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

How to add reference qualifier in list collector

Ashwini8
Tera Contributor

Hi All,

We have a field called "affected CI" this is a list collector. I have added CMDB table in the reference field. now i have to add 2 child tables of cmdb called "networ" and "circuit" using reference qualifier. In network table when i do group by class i have total 7 clases so i have to include all class and one more table is circuit. Please help how can i add reference qualifier here.

Regards,

tejaswini

1 ACCEPTED SOLUTION

Brad Bowman
Mega Patron

Navigate to cmdb_ci.list, then filter the list by the criteria you want, then copy the query and paste it in the list collector reference qualifier, so something like

sys_class_name=cmdb_ci_network_adapter^ORsys_class_name=cmdb_ci_endpoint_network

View solution in original post

7 REPLIES 7

For mine, it is not working as expected 

I have copy the query of the filter 

javascript:name!=NULL^install_statusIN1^support_group=7098a20f1b3618d0fa13dca39b4bcbea

 

Is it the correct way ?

 

Regards,

S Keerthi Lakshmi

 

 

The filter that you paste from the list needs to be in quotes, so yours would look like this

BradBowman_0-1705502438186.png

 

Saurabh singh4
Kilo Guru

Hi

The best way I would suggest is to go to the list where these options are and use list filtering to create the reference qualifier.   For example, if I wanted all catalog items with category Peripherals, I would go to the parent list (sc_cat_item):

 

Go to the list view of whatever table you are referencing and create your filter.  Then right click on the filter and copy query.  This will give you a reference qualifier you can use. 

 

Please mark my answer correct and helpful, If this helps you in any way

Saurabh