UI Action copy incident details to specific Catalog Item?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2024 03:07 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2024 04:44 AM
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!