Modal window on ui builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2024 12:11 AM
How to create a modal window on UI builder for incident form.
On incident form, We have a button called Site Allocation,On click of the Site Allocation ,it will open the dialog window and it will list out the sites related CI Service.
Please suggest how to build the modal window on ui builder and how to pass data from Incident to Modal window
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2024 12:28 AM
Hi @Ketan Pandey ,
You can create new modal and on that modal you can give a list component and gives the filter
Add one button and in that button event call the modal that contains table
You can give the filter in the list to render specific records
Result
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 12:26 AM
could you please share the sys_ux_addon_event_mapping , event mapping , declarative action configuration on this
Thanks