Reference field color change based a certain CI selected
Hello! I have onChange client script for all CIs in the Affected CI field when selected will change the field background color. var c = g_form.getDisplayBox('cmdb_ci');c.style.backgroundColor = 'yellow'; How to do one for only certain CIs that has a ...
