- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 01:58 AM
Hello All,
In Virtual Agent I have created a topic, in which I should update an Incident with Attachment provided by end user in Chat Bot. I am using File Picker to Attach the file. I have tried using 'vaSystem.attacheRecord' and tried using script action and GlideRecord the 'sys_attachement' table. But it didn't worked. Can anyone suggest me how to update the Incident Record with provided Attachment in Virtual Agent.
Thanks & Regards,
S.Swaroop.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 02:40 AM - edited 02-23-2023 02:40 AM
hi @swaroop ,
After the file picker use the script action as :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 02:40 AM - edited 02-23-2023 02:40 AM
hi @swaroop ,
After the file picker use the script action as :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 03:23 AM
Hello Akash,
I have tried giving Incident sys_id in the place of 'vaInputs.select_incident' and it's not working.
Thanks & Regards,
S.Swaroop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 03:27 AM
hi @swaroop ,
You don't need to give Sys ID.
just provide the variable which is used to select incident.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2023 08:26 AM
Hey @Community Alums
I am implementing this logic but it doesn't seem to work. I used your code but after uploading the image in virtual agent it is not attaching the image. I am getting an error saying : having technical issues can't move forward. " can you guide me a little where I might be wrong