We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

How to Filter Configuration Item Values Based on Selected Service Offering in Record Producer

shraddhajay
Tera Contributor

Hi Everyone,

I have a Record Producer for creating an Incident. In this form, I have two reference fields:

  1. Service Offering (service_offering)
  2. Configuration Item (cmdb_ci)

My requirement is:
When the user selects a Service Offering, the Configuration Item field should show only the CIs linked to that selected Service Offering.

I want to make the CI reference field dynamically filter based on the selected Service Offering.

2 REPLIES 2

Ankur Bawiskar
Tera Patron

@shraddhajay 

so what reference qualifier did you add and where are you stuck?

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

 

getESCCi function in P4M_IncidentRPAjax_ServerUtils-3.pnggetESCCi function in P4M_IncidentRPAjax_ServerUtils-2.pnggetESCCi function in P4M_IncidentRPAjax_ServerUtils-1.pnggetESCCi function in P4M_IncidentRPAjax.pngcmdb.png

 

I have added a reference qualifier on the configuration item field and also created a script include. My Requirement is that when a specific service offering ' America' is selected, only one specific value 'BRT' should be visible in the configuration item field.