Connecting UI Action and UI Page

Rae Khan
Tera Contributor

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

2 ACCEPTED SOLUTIONS

Peter Bodelier
Giga Sage

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.

View solution in original post

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.

View solution in original post

4 REPLIES 4

Peter Bodelier
Giga Sage

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.

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. 

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.

Thank you for the answer, I will definitely explore those potential solutions!