How to show fields only for selected option?

SNOW39
Tera Expert

We have a variable, "Repeat" of type reference to table sys_choice. it has 9 option as shown in below image

find_real_file.png

 

If i select option, daily.. then a new text field should show up to set number of days. How to do this?

1 ACCEPTED SOLUTION

Alikutty A
Tera Sage

Hi,

You can write a UI policy with condition as Repeat is Daily.

On your UI Policy Actions, add the field number of days and mark it as Visible to True and Mandatory = True.

Also make sure you have checked reverse if false in your UI policy.

Please try it out.

Thanks!

View solution in original post

1 REPLY 1

Alikutty A
Tera Sage

Hi,

You can write a UI policy with condition as Repeat is Daily.

On your UI Policy Actions, add the field number of days and mark it as Visible to True and Mandatory = True.

Also make sure you have checked reverse if false in your UI policy.

Please try it out.

Thanks!