return[API_STATUS=>API_ANSWER_STATUS_CONFLICT,API_MESSAGE=>'The record has been modified in the meantime. Please reload the form, edit and save again.'];
}
// Uncommentent as long as '#4127 /Record Locking: save() impliziert 'release'' is open
// if (false == $this->checkModified($tableName, $recordId, $recordDirty[DIRTY_RECORD_MODIFIED])) {
// return [API_STATUS => API_ANSWER_STATUS_CONFLICT, API_MESSAGE => 'The record has been modified in the meantime. Please reload the form, edit and save again.'];