How to set up sub category based on category in incodent form. ex - sub-category should be displayed based on specific category

Amit95
Kilo Contributor

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.

15 REPLIES 15

Hello Amit,

Create a ui policy and select your table

Filter conditions:

category is empty

Save

Then create a new ui action which is visible under the same ui policy (after you save)

in that select your variable sub category and make it readonly

Mark the comment as correct answer if this has answered your question.