IntegrationHub: Upload File to Windows Server
Allow the end users to upload files to a Windows Server throughout Service Request using Integration Hub and PowerShell. Script Step - Base64 Encoding (Global Scope) /* Get file attachement */ var att = new GlideRecord("sys_attachment"); att.addQu...