- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 09:25 AM
Hey everyone,
I need to create a button on an incident form that when clicked, opens up a new window that displays the incident table. I know I have to create a UI Action and a UI Page, but I'm confused about how to link them. Any help in the right direction would be appreciated.
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 09:28 AM
Hi @Rae Khan,
Could you please first explain your use case for this?
I'm not sure, but I think there will be better ways than what you're trying to do.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 09:49 AM
Ah that makes more sense already. I think you mistyped in your original post, because you said, you wanted to show the incident list from an incident.
But still, I think better methods are available. You could for example just use the compose email function to send an email related to an incident and select users from there, or add users to the watchlist.
If you don't want to send every update to all these users, I would prefer to add a new list field field referencing the user table, and build the logic from there.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 09:28 AM
Hi @Rae Khan,
Could you please first explain your use case for this?
I'm not sure, but I think there will be better ways than what you're trying to do.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 09:39 AM
Hi Peter,
The complete purpose of this is for the user to select other Users from the table so they could send an email to them.
Ex: The button on the incident form would read 'Send Email to Users'. You'd click the button and then a list of users from the user table would show up. You could click on those users and send an email to them regarding the incident.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 09:49 AM
Ah that makes more sense already. I think you mistyped in your original post, because you said, you wanted to show the incident list from an incident.
But still, I think better methods are available. You could for example just use the compose email function to send an email related to an incident and select users from there, or add users to the watchlist.
If you don't want to send every update to all these users, I would prefer to add a new list field field referencing the user table, and build the logic from there.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 10:26 AM
Thank you for the answer, I will definitely explore those potential solutions!