How to add sent attachments in the Service now .
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 03:55 AM
Hello,
We are doing an integration of an external platform with Service now. Attachments will be sent from external platform to service now and it should be added to the Requested Item table.
Following is the code, this is how adding the attachment in requested item record but it is not working
Any kind of help will be appreciated.
Thank you.
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 03:59 AM
Hi @rohit_murli
In line 38 your first parameter is reqItem. Shouldn't it be reqItemId as shown in line 33?
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.