How to hide/show section in demand when UI action is clicked.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 07:58 AM
I have created a section called 'Cancel Information' on Demand table, and a UI action 'Cancel Demand'.
Section 'Cancel information' need to be visible when clicked on cancel demand button, how can I achieve this?
UI action code:
quick help would be really appreciated.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 09:48 AM
Hi @prash4 I'm not sure UI Action but you can create an onChange() client script on state field. when State == 5, show form section and make fields mandatory. From Cancel Demand UI Action move state field to 5. Try this