- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2022 10:37 PM
Hi All,
Service Offering is dependent field on service. So when I select --none-- as service then all service offering should be visible in dropdown.
How can we achieve this.
Thanks in advance for response.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2022 11:20 PM - edited 12-04-2022 11:22 PM
Hi @Deepika Gangra1,
Try this updated R/f qualifier as -
javascript: if (current.u_service != '') {
"parent=" + current.u_service;
}
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2022 10:55 PM
is it OOB service offering field or custom one? if it is custom one can you share the screenshot of configuration you have done?
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2022 11:08 PM
It is OOB. Service field is a custom one which refer cmdb_ci_service table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2022 11:10 PM
what is your reference qualifier on service offering field?
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2022 11:12 PM
javascript:'parent='+current.u_service;