UI POLICIES


Change Manager

changeMGRcantRequestChange.js
function onCondition() {
	g_form.addErrorMessage("The change manager cannot be the same person requesting the change.");
	g_form.clearValue('u_change_manager');
}