User Activity

Try to use writeBase64 function of GlideSysAttachment class to save a binary file (base64 string) as an attachment of an sc_req_item record.I tried the following:var base64String = "...."var attachement = new GlideSysAttachment();var gr = new GlideRe...