How to Convert of bytes to Base64
var gsa = new GlideSysAttachment(); var fileBytes = gsa.getBytes( attachment ); var pdfBase64 = GlideStringUtil.base64Encode(file Bytes); //Here i am getting error as: Cannot find default value for object. i am using this code to convert attachment t...
