How to set up sub category based on category in incodent form. ex - sub-category should be displayed based on specific category
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2021 06:11 AM
When you select category as Hardware - it should only display sub category related to Hardware.
if you select category as Software - it should only display sub category related to Software.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2021 06:16 AM
There is a 'dependent' column within sys_choice that can house the value of the category, so that the sub-category will only display when that category is selected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2021 06:59 AM
Thank you very much for sharing the article Ashley.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2021 06:21 AM
Hello Amit,
As Ashley already suggested, use the dependent field option.
Right click your subcategory field and configure dictionary. Then go to dependent and put category there. Then your subcategory field will only show values which matches the category.
Mark the comment as correct/helpful if it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2021 07:00 AM
Thanks Asif