Hi Everyone, My below code is not working in the page...can someone help me with the error in the
var act = g_form.getValue('u_active'); if (act == true){ g_form.setMandatory('u_location',true); } else if(act == false){ g_form.setMandatory('u_location',false); }
