- 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 11:13 PM
- 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-05-2022 04:59 AM
This works, Thank you Sagar .