Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

UI Action copy incident details to specific Catalog Item?

alex2410
Tera Contributor

Hi All,

 

I need to copy incident details to a specific catalog item via a UI action.

 

The UI action should only appear when a certain incident resolution sub code is chosen (u_resolution_sub_code).

 

And need to copy details from the incident e.g. caller, company, email to variables on the catalog item.

 

How can I achieve this? 

 

Thank you!

Alex

1 REPLY 1

Mr_X
Mega Guru

Hi @alex2410 ,

 

Create a UI action and specify in condition u_resolution_sub_code with the required resolution sub code.

On click of this give the catalog item page and open the URL & pass the required details in the URL & parse those details in the onLoad client script of that catalog item.
Please mark this as helpful if it resolves your issue and don't forget to hit thumbs up button!