Resolved! ui action overriding submit button
Hi Experts,i have created a UI Action that is supposed to reset all the fields in the form while creation .below is the codeif(current.isNewRecord()){current.setWorkflow(false);current.autoSysFields(false);current.u_phone="";current.u_type="";action....
