Resolved! UI Action, check mandatory fields.
Hi I have a UI Action in change with a script that checks mandatory fields. But it only checks one fields at the times.How do i set the UI Action to check for all fields onClick.function approval(){ if(g_form.getValue('short_description') == ''){ ...