how can i hide or show formatter field in a table

mishra007
Tera Contributor

there is a requirement where i want to hide or show formatter field in a form, without document.getElementById or jquery because as per the client it is not the best preactice, is there any glideform method or anything apart from this i can use, also document.getELementById and jquery is causing healthscan finding issue.Any idea ??

2 REPLIES 2

SanketLandge1
Kilo Guru

Hello @mishra007 ,

 

You can use: try catch for DOM

try

{

document.getElementById

}

catch(e){

}

 

Mark helpful if you think this helped

Maddysunil
Kilo Sage

@mishra007 

can you share screenshot of your field on the form