Resolved! How to create incident from a business rule?
Hi All,I am trying to create an incident if CI is not found on a particulate table. Below is the business rule code that looks for CI's. When: beforeInsert: Checkedvar circuit = new GlideRecord('cmdb_ci_ip_network');circuit.addQuery('u_circuit_refere...
