How to copy a single attachment?
I'm trying to copy a single attachment. Why is my code not working?//Create copy of attachmentvar gsa = new GlideSysAttachment();var fileName = attachment.getValue('file_name');var contentType = attachment.getValue('content_type');var content = gsa.g...
