Apply template to inc using Scheduled Jobs
Hi AllSo I have this running every 20secs var templateGr = new GlideRecord('sys_template'); templateGr.get('93114dcec3250210c6b0bbec050131d3'); if (templateGr.isValidRecord()) { var targetRecord = new GlideRecord('incident'); targetRecord.ge...
