How to make dependency value from the choice table on Catalog ITEM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2023 04:31 AM - edited 11-29-2023 04:32 AM
Hi Team,
I have created two Elements : ElementA and ElementB with choice list.
Note : Field names : u_element_a , u_element_b
I need to populate only B1, B2 when selected A1, and Populated B2,B3 when selected A2 like wise.
Created below Catalog Client Script can't fix this issue. Can some one please help with script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2023 04:40 AM
Hi @B Ashok,
You need to use the advanced reference qualifier with conditions so that required values will be visible in ElementB as per need.
If my response helps you resolve your issue. Kindly mark it as helpful & correct. It will be helpful to future readers! 👍🏻
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2023 05:06 AM
@Sagar Pagar This didn't helped me