Build a Draft Button for a form with many mandatory Fields (checkMandatory)
We have a form with 25+ mandatory Fields.We wannt to have a Draft Option.i tried this in a ui action: function save_draft() { g_form.checkMandatory = false; //override mandatory fields gsftSubmit(null, g_form.getFormElement(), 'save_draft_se...