Creating a new incident form field with drop down options that's dependent on another choice

stephenjsmith
Tera Contributor

Let me know if this would be better in another forum:

I've had a look at several tutorials but they seem to be more about Categories and Sub-Categories and I suspect this is fairly straightforward once you know how:

I would like to create a new mandatory field for Agents on the incident form that presents 2 options and then a new drop down list appears for each option, depending on which option is chosen.

I'm fine creating new string fields but trying to work out how to make them appear dependent on a choice list.

e.g.

1. Choose from a new field - option A or Option B

2. Choose option A - new list appears below with option A choices - 1,2,3

3. Choose option B - new list appears below with option B choices - 1,2,3

 

The result will be an incident form recording failure demand and value demand and the type , separate from category and subcategory. Any advice is much appreciated

1 ACCEPTED SOLUTION

Hi @stephenjsmith ,

It is not possible by form design. If we don't want to write the script then we can create 3 Ui polices to achieve this.

From Filter navigation go to system ui> select ui policies> click new

1:

Screenshot 2023-01-20 at 7.14.26 PM.png

2:

Screenshot 2023-01-20 at 7.14.55 PM.png

3:

Screenshot 2023-01-20 at 7.15.29 PM.png

View solution in original post

9 REPLIES 9

Hi @stephenjsmith ,

It is not possible by form design. If we don't want to write the script then we can create 3 Ui polices to achieve this.

From Filter navigation go to system ui> select ui policies> click new

1:

Screenshot 2023-01-20 at 7.14.26 PM.png

2:

Screenshot 2023-01-20 at 7.14.55 PM.png

3:

Screenshot 2023-01-20 at 7.15.29 PM.png

Thank you again, that's something I will look into

Steve

I have updated the comment above please check it will helpful 

Please mark as correct if it solves your issue.

 

Regards,

Kalyan

That's fantastic , thanks!

 

stephenjsmith
Tera Contributor

Thanks everyone for their contributions!