Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Adding attachment to a RITM that is created through catalog item?

Not applicable

I have a spreadsheet that my end user wants attached on the RITM that is created from a catalog item available on our service portal.

Not really sure how to do that as I haven't come across that request before. Looking for ideas and direction if anyone has any advice to offer.

Can I accomplish this via the workflow? Or is it something else that I would need to do?

Thank you!

5 REPLIES 5

danpatino
Tera Expert

Hi Kris,



Are you using the Ticket Attachments widget on your catalog item page?



-Dan


Not applicable

Yes we use that widget.


Not applicable

Let me explain better...my end users want a certain spreadsheet attached to every RITM that is created by this catalog item, not just a one time attachment.


Sorry Kris, I misunderstood.



I'm sure there's a way to run a server script in the workflow to find the attachment (maybe stored on the catalog item record) and insert the sys_attachment and sys_attachment_doc records with their new identifiers.   This would require a mess of scripting but is absolutely possible.



As a simpler solution, have you thought about providing a URL to a KB article containing the attachment?   You can store the URL as a catalog variable and only display that variable on RITMs and SCTASKs (using a UI Policy).   Make sense?