How to open form with close section by default in Service Operation workspace
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 09:47 PM
Hi,
In SOW Incident form, we have the 'Incident' Section OOB. We also have the option to either close/open the section using the arrow:
Is there any change using onLoad client script to make this section to be close (not hidden just close) if some condition is met?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Did you find a solution for this?
I tried with the client script:
api.data.formController.form.sections.forEach(s=>s.expanded=true)This always opens the form with all the sections closed but the problem is that then they cannot be opened again, they are permanently closed.
