how to hide custom section ?

eyal abu hamad
Mega Sage

hey, I want to hide a custom section in project form, my problem is that I cannot find the name of the section
tried with sys_id but didnt work

g_form.setSectionDisplay('fa05ec91c3003100f67cb2c712d3ae35', false);
5 REPLIES 5

Chaitanya ILCR
Kilo Patron

Hi @eyal abu hamad ,

you have to use the name of the section as a first parameter.

name of the section typically follow snake case (Ex:Section Name -> section_name)

if that doesn't work you can go to sections and find the name of the section from there and use setSectionDisplay to hide it

ChaitanyaILCR_0-1740654380869.png

 

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya