How to Filter Configuration Item Values Based on Selected Service Offering in Record Producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Everyone,
I have a Record Producer for creating an Incident. In this form, I have two reference fields:
- Service Offering (
service_offering) - 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
so what reference qualifier did you add and where are you stuck?
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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.
