- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
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.