Making a field Visible based on an option selected on another field on the form

MU1
Tera Contributor

Hi All,

I'm trying to make a field appear based on an option selected for the field "Disciplinary issue reasons" which is a reference field.

find_real_file.png

 

Referring to the above screenshot, "Please provide more information" is a custom string field, that I want to display only when the "Disciplinary issue reasons" contains Other.

 

One of the ways I'm trying to implement this, is by creating a UI Policy that runs on when the field "Disciplinary issue reasons" contains "Other" with the Script below.

 

find_real_file.png

 

 

find_real_file.png

I also tried creating a Client Script but didn't work as well.

Will appreciate any help. Thanks!

1 ACCEPTED SOLUTION

Ishita Shrivast
Kilo Guru

Hi there,

Try to create a onChange UI Policy Action ,setting "Please provide more information" field as visible true and enable the "Reverse if False" true.

I hope this will resolve your issue. If so, then please mark it as correct and helpful.

Thanks and Regards,

Ishita Shrivastava.

View solution in original post

5 REPLIES 5

Ishita Shrivast
Kilo Guru

Hi there,

Try to create a onChange UI Policy Action ,setting "Please provide more information" field as visible true and enable the "Reverse if False" true.

I hope this will resolve your issue. If so, then please mark it as correct and helpful.

Thanks and Regards,

Ishita Shrivastava.

Thanks Ishita. It works perfectly now. Legend!

Ankush Jangle1
Kilo Guru

Hi MU,

 

1) For this you can write the UI Policy.

2) In condtion you can write "Disciplinary issuse reason" is other.

3)Then write UI Policy Action "PLEASE PROVIDE More Info" field as visible

 

 

If it is help you then mark it is Correct/Helpful

 

Regards

Ankush

 

The "Reverse if False" needed to be true to hide it if the "Please provide more information" field was not populated.

Thanks for your help!