Resolved! How to use startWith() .
Hi All, var wsOptions4 = 'BR'; var identifer = g_form.getValue('current_shift_identifier'); if (wsOptions4.indexOf(identifer) >= 0) { g_form.setVisiable('test');} I want to use startWith() to search starting BR in the identifier 'var', can you guide ...
