Dependency between category and subcategory fields in widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 06:31 AM
I have requirement to make Dependency between category and subcategory fields. Those two fields are in same table. What the code i put in server side in widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 01:13 PM
Hi @Bhavani3 ,
What do you mean by dependency? Can you please try to elaborate according to the business requirement?
What is it exactly that you would like to configure?
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 06:40 AM
On widget we have two fields Category and Subcategory ,on based on category choice subcategory choice is displaying the choice. Ex: if category field we select as "Hardware " then subcategory field only shown as "hardware related choice". This both fields are in same table.
Please help me on what the scripting functionality on this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2023 12:21 AM
Hi @Bhavani3
Category and subcategory dependency is configured through the sys_choice.list:
As you see above, when hardware is selected in category, the shown values is available in subcategory.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 03:34 PM