Previously attached attachment not getting ebonded to 3rd party ServicNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2024 09:34 PM
Dear Team,
I am able to send attachment to 3rd party, for this I have written a After BR on Insert on the sys_attachment table.
But my issue is, we get incident from internal teams with attached attachment, now if we try to ebond the same incident to 3rd party Servicenow the previously attached attachments do not pass, but there is no issue if attachment is added to the ticket after the ticket is saved to ebonded trigger group.
How can we ebond previously attached attachments OR during the ebond insert?
Any help would be highly appreciated.
MY BR SCRIPT:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2024 12:10 AM
Do you run this on insert of an attachment?
Maybe use the script to also include attachments when the incident integration itself is triggered? Query to the attachment table from the incident and sent the attachments at that moment.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark