Dependent Choice List in Catalog Item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2021 12:47 AM
Hi,
I am having a requirement to populate a choice based on other field selection. In this case, I have more than 100 choices which I couldn't use add or remove options in catalog client script and also couldn't use dependent value, because for other choices there is no dependency.
If A is selected, only 'A' from other field should be populated,
If other than A is selected, all other choices from field should be populated.
Please help with the solution.
- Labels:
-
Finance Service Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2021 07:21 AM
Hello,
As there are more than 100 choices. The client script option will work but the efficiency will be decreased.
The solution can be, Create a custom table for all the choices & use that custom table as a reference in your field type(Select box/reference) & Use the conditions in the reference qualifier to restrict the choices to be populated.
I hope the above answer will help you:)