Resolved! Is there an alternative for g_form.isNewRecord()?
Hi I want a similar method as g_form.isNewRecord() to return true on the submit of a form to be used as a condition for changing a field value using:"g_form.setValue('u_customer_state', 'Assigned');" as this work everytime when i use it in the else p...
