Resolved! If you change screens after saving with "g_form.save()", the form is not saved.
g_form.save(); g_navigation.open('incident_list.do');I implemented the above script in a client checked UI action and tried to move the screen after saving the record.However, the record was not saved and the screen moved forward. If you just use "g_...

