variables hide

nameisnani
Mega Sage

Hi Team , 

 

can anyone please help me here , 

 

when ever form loads below highlighted variables should be hide . 

 

NOTE - Please provide me the client script , UI plocy conflict is there .

 

nameisnani_0-1712896847414.png

 

Thanks in advance 

 

6 REPLIES 6

@nameisnani  Please check if that isolate script checkbox on the client script is set to “True”. If so, uncheck it.

Please mark this as helpful and accept it as a solution if this resolves your query.

Thanks,

Sujatha V.M.

Please mark this as helpful and accept it as a solution if this resolves your query.
Sujatha V.M.

Community Alums
Not applicable

Hi @nameisnani 

I tried your problem in my PDI and I hope this helps you.

Please create a "OnLoad" client script and add below code 

g_form.setDisplay('variable_name', false);

For example: g_form.setDisplay('nd_option', false);

 

Please mark my answer correct and helpful if this works for you

 

Thanks and Regards 

Sarthak