How to Hide Fields on the form?

karishma shaik
Tera Contributor

Hi ,

 

I have a Requirement,  to have a Custom table in that custom table have drop down field (choice) ,drop down field have two (x and y)choices, choice field is empty related fields are should not be visible, when i am selected (x or y) in choice related fields are should be visible on the form 

related field are (a & b & C & d &e)

please help me

 

 

 

 

 

1 ACCEPTED SOLUTION

Hardik2109
Tera Guru

Hi @karishma shaik,

You can write a UI policy on the Table with condition as Choice is None Or Choice is In Progress and add 2 new UI policy actions for the other fields. On the UI policy action for 2 fields, set "Visible to false".

Please Hit like, Helpful or Correct depending on the impact of the response. Thanks!

View solution in original post

2 REPLIES 2

Hardik2109
Tera Guru

Hi @karishma shaik,

You can write a UI policy on the Table with condition as Choice is None Or Choice is In Progress and add 2 new UI policy actions for the other fields. On the UI policy action for 2 fields, set "Visible to false".

Please Hit like, Helpful or Correct depending on the impact of the response. Thanks!

OlaN
Giga Sage
Giga Sage

Hi,

Some images would help to understand your issue, but as Hardik2109 already mentioned, creating a UI policy is probably easier and more maintainable than working with a Client script.