
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Conditionally expand or collapse a section on a form
Hi,
Does anyone know of a way to conditionally expand or collapse a section on a form? I know there is no OOB option to add a conditional expression in the form properties, but if you look at the Frame properties through Format Details, the property when expanded is "isExpanded=1", so I wondered if anyone has figured out a way to use this in an expressin somehow to expand a section in a form, only under certain conditions.
Audrey


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
No. You can set a default, but there is not a method to expand/collapse sections based on a condition.
Kudos - what, where, how, and why
Want Good Answers? Ask Good Questions...


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi All,
I have two groups on a form. 1st group is expanded by default and i want the second group to be expanded when the fields in the 1st group are populated via a fill button.
Can this be possible ?
Thanks
Indu


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
No. There is not a way to conditionally expand/collapse a section. You could submit an enhancement request with support.
I've confirmed that no additional properties have been added to the group object in 9.31 Patch 3 (released last month) or in Process Designer Content Pack 4 (9.30.3).
Kudos - what, where, how, and why
Want Good Answers? Ask Good Questions...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi John,
Thanks for the reply. I think submitting an enhancement request is probably the best idea, so I will probably do that. Thanks.
Audrey


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi John,
Thanks for the confirmation.
Regards,
Indu


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Actually, you can. You need to implement some new logic to "ExpandebleDynamicPanelNew.jsp" and "ExpandebleDynamicSectionNew.jsp" and also update logic at java-class files. That's it.
Ieroglif.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Oh, just forgot, you also should create database table for collapse\expand settings..
Ieroglif.