- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2018 03:27 AM
The requirement is to create a catalog item with a new workflow..Can anyone please guide me on attaching a document to the catalog task through workflow script? It is an urgent requirement. Also please suggest if there is any other way.
Thanks
Muktha
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2018 03:35 AM
Hi Muktha,
You want to attach attachment to catalog task from workflow script? This is fine but where is the attachment stored i.e. on what table. Do you want attachment from RITM to get copied to catalog task.
Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2018 04:46 AM
Hi Muktha,
Any update on this?
Can you mark my answer as correct, helpful if you were able to achieve the requirement. This helps in removing this question from unanswered list and helps users to learn from your thread. Thanks in advance.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2018 12:59 AM
Hi Muktha,
You can achieve this using workflow and Business rule.
use run script in workflow to run below query.
Copy Attachments from Record to Record
GlideSysAttachment.copy('sourcetable','sys_id','destinationtable','sys_id');
reference:
https://docs.servicenow.com/bundle/jakarta-servicenow-platform/page/script/useful-scripts/reference/r_UsefulAttachmentScripts.html
Mark Correct/Helpful if this solves your issue
Thanks
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2020 08:32 AM
Hope you are doing good.
Let me know if I have answered your question.
I would encourage to close the thread as answered by marking appropriate response as correct & helpful so others can be benefited by this.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader