Resolved! In the list view, i want to clear the Assigned to field if the Assignment group changes
Hi All, In the list view, i want to clear the Assigned to field if the Assignment group changes. Can anyone please correct my below code :onCellEdit : if(newvalue) { g_form.setValue('assigned_to',''); saveAndClose = true; /...
