How to copy attachment from service request to sysapproval record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2024 03:50 AM
Hi,
I have order guide and using variable type as attachment. After submitting the request based on number of RITM attachment is also attaching in the sys_attachment table. Now I want to copy only one attachment from service request to approval record. How we can do this. Could anyone help me on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2024 03:52 AM - edited ‎02-27-2024 03:53 AM
Hi,
This article explains and has examples that you can use to copy attachment
Copying Attachment from one record to another reco... - ServiceNow Community
Copy Attachment from one table to another | Attach... - ServiceNow Community
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2024 03:56 AM
I tried this but it is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2024 03:57 AM
Hi @Arun91 ,
Did you try this approach : https://dev.to/23thom/copy-specific-attachment-from-request-items-to-approvals-and-vice-versa-44ag
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2024 03:57 AM
Can you show what you have tried.