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

How to exclude business service class from configuration item field reference qualifier on INC form?

HARI KISHAN GVS
Mega Sage

Hi Team,

I have a requirement that we need to exclude Business Service (cmdb_ci_service) class from Configuration item reference qaulifer on icident form.

why we need this is we have already "Service" field which reference to Business Service class is available in OOB, and customer is asking, if we already using business service field why we need to see service class ci's in Configuration Item field?

so, we suggested to remove Business service ci's from the filtered list.

and, i thought we can acheive this via reference qualifier change, But i can't able to do it.

can anyone please post the required reference qualifier to acheive this? or is there any other way?

Thanks in advance,

Hari Kishan.

HARIKISHANGVS_0-1696924324862.png

 

1 ACCEPTED SOLUTION

Raghav Sharma24
Giga Patron

Since configuration item field is present on task table you will need a dictionary override here to exclude service CIs so that it does not affect other tables.

 

1. Open dictionary of cmdb_ci field.

2. Go to dictionary override of incident table.

3. Add the below condition. I have added the condition to already existing OOB condition.

Screenshot 2023-10-10 at 1.35.41 PM.pngScreenshot 2023-10-10 at 1.33.57 PM.png

 


Please mark the answer correct/helpful accordingly.

View solution in original post

1 REPLY 1

Raghav Sharma24
Giga Patron

Since configuration item field is present on task table you will need a dictionary override here to exclude service CIs so that it does not affect other tables.

 

1. Open dictionary of cmdb_ci field.

2. Go to dictionary override of incident table.

3. Add the below condition. I have added the condition to already existing OOB condition.

Screenshot 2023-10-10 at 1.35.41 PM.pngScreenshot 2023-10-10 at 1.33.57 PM.png

 


Please mark the answer correct/helpful accordingly.