Resolved! How to insert record to the sys_template table?
Hi!How can I insert a template record into the sys_template table via script?Data is coming from a Service Catalog request. I've started but not sure how to proceed to insert template information.var rec = new GlideRecord('sys_template');rec.initiali...

