Add Attach UI action agent assist Interaction table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi All,
I have a requirement add "Attach" UI action agent assist in Interaction table for Service Operation Workspace.
It will populate the "Linked Knowledge Article" reference field with the selected KB in Interaction table that is Searching .
How can we Build the above requirement ? Any suggestion will be appreciable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hi @abirakundu23 ,
Hereās a suggested approach:
Create a client UI Action on the Interaction table (visible in SOW).
In the script, use:
var kbSysId = g_aw.getAgentAssist().getSelectedRecordSysId();to fetch the selected Knowledge Article.
Call a GlideAjax to a Script Include to update the Linked Knowledge Article field on the Interaction record.
The Script Include should validate input, enforce ACLs, and perform the update().
šFor your convenience, here are useful references that cover similar UI Action customizations within Service Operations Workspace and Interaction table:
Thanks & Regards,
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hi @M Iftikhar/ @Musab Rasheed @Ankur Bawiskar
I want to build similar functionality in Interaction table which is present in Incident table OOB.
could you please guide where to navigate and how to build ?
If open SOW, incident record agent assist if we search KB aritcle and attach option there, same try to build in Interaction.
Once click agent assist, below window will be visible "Attach" option there. Once click KB attached in notes and populate the number in field which refer KB_Knowledge table.
Please help.