Modal window on ui builder

Ketan Pandey
Tera Expert

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

2 REPLIES 2

Community Alums
Not applicable

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 

 

SarthakKashyap_1-1720509992881.png

 

SarthakKashyap_2-1720510032771.png

You can give the filter in the list to render specific records 

 

Result 

SarthakKashyap_3-1720510070656.png

SarthakKashyap_4-1720510084842.png

 

Please mark my answer correct and helpful if this works for you

Thanks and Regards 

Sarthak

 

 

 

 

could you please share the sys_ux_addon_event_mapping  , event mapping   , declarative action configuration on this 
Thanks