Sections not visible in the incident form

sasidhar3
Kilo Contributor

Hi ,

form sections not visible in the incident form even though they are present in the section table

when i click on configure form layout here i am not getting the sections but when i went and checked in the form section tables sections are there i can 't find the issue could you please help   me in this

find_real_file.png

when i went to System UI----> Form Sections my sections were there but i cannot see them as shown above

find_real_file.png

Thanks in advance

5 REPLIES 5

ankita_deore
Tera Contributor

Hey @sasidhar3 ,

 

You can create a UI policy where, in the script section under 'Execute if true,' you use the code

 

g_form.setSectionDisplay("section_name", true); 

to show a specific section on the form when the conditions are met.