Sections not visible in the incident form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2017 02:47 AM
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
when i went to System UI----> Form Sections my sections were there but i cannot see them as shown above
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 11:37 AM
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.