Business rule present on cmdb_ci table is affecting alm_hardware
Hi All, We have a custom business rule (On Before - Insert and Update) on cmdb_ci table to check the CI name duplication. (function executeRule(current, previous /*null when async*/) { var name = current.getValue("name"); var cmdbCI = new Glide...