Need to add additional reference fields on Modal in UI builder

apurvab
Tera Contributor

Hi,

 

1. On security incident record in security incident response workspace when we click on "create incident", a modal pops up. In this we want to add "assignment group" reference field with list similar to available on incident table.  We found a related records page on UI builder but not able to add "assignment group" reference field. How can this be achieved?

 

 

Thanks

1 ACCEPTED SOLUTION

Ranjane_Omkar
Kilo Sage

@apurvab,

 

You can add "Input" or "Select" or "Dropdown" component. In all cases, you will be required to perform additional configuration to fetch the list of assignment groups. In both cases you can refer the existing pages.

1) For an "Input" component, you need add a modal to display the list of assignment groups so the user can make a selection. 

2) For "Select" or "Dropdown" components, you need to create a data resource to fetch and populate the group list.

 

Regards

----

If this response was helpful, please select "Accept as Solution" and "Helpful." This helps both the community and me.

View solution in original post

1 REPLY 1

Ranjane_Omkar
Kilo Sage

@apurvab,

 

You can add "Input" or "Select" or "Dropdown" component. In all cases, you will be required to perform additional configuration to fetch the list of assignment groups. In both cases you can refer the existing pages.

1) For an "Input" component, you need add a modal to display the list of assignment groups so the user can make a selection. 

2) For "Select" or "Dropdown" components, you need to create a data resource to fetch and populate the group list.

 

Regards

----

If this response was helpful, please select "Accept as Solution" and "Helpful." This helps both the community and me.