Issue
Symptoms
UI action with current.update() not saving the record
Release
ALL
Cause
Client Checked in the UI action
Resolution
The reason current.update() is not working is because this is a server side operation and when client is checked this API will not work use g_form.submit() instead.