Create incident from scheduled job
Hiyesterday Chuck started me ok with this script:var rec = new GlideRecord('u_infrastructure_certificates');rec.query();while (rec.next()) { var now = new GlideDateTime(); var gdt = new GlideDateTime(); gdt.setValue(rec.getValue('u_cert_exp...
