Client script
Prevent user from changing the state to closed in the List edit - use the Custom table. Write client script but code is not working . function onSubmit() { if (g_form.getValue('state') == 'Closed') { alert('You are not allowed to change the stat...
