how to hide custom section ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2025 02:51 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2025 03:09 AM
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
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya