Hide Workspace Form Section
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday - last edited Thursday
Hi
I have a form in workspace. I want to hide this section, I was not able to find section name in UI policy. How can I hide the form section that works in workspace? Kindly assist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Greetings @THDR. Have you tried looking into the GlideForm methods .getSectionNames() and .setSectionDisplay()? I'll include screenshots down below that will provide more information. You can still use a UI Policy if you use the Script field(s) or you could write this as an onLoad Client Script.
getSectionNames() method:
getSections() method:
setSectionDisplay() method:
