New record attachments are not sent from Portal
var attachments;
attachments = new GlideRecord('sys_attachment');
attachments.addQuery('table_sys_id', '=', current.sys_id);
attachments.query();
while (attachments.next()) {
attachments.setForceUpdate(true);
attachments.update();
}gs.eventQueue('unifi.send.portal.attachments.on.create', source, '', '');PreviousInbound SOAP/Base64 attachments stopped workingNextSpecial characters in attachment file names
Last updated
Was this helpful?
