|Required Parameter NEW | Name of required SIP parameter to create a new record (r=0), separated by comma. '#' as comment delimiter. See `form-requiredParameter`_ |
|Required Parameter EDIT | Name of required SIP parameter to edit an existing record (r>0), separated by comma. '#' as comment delimiter. See `form-requiredParameter`_ |
$tableVars=$this->dbArray[$this->dbIndexQfq]->sql("SELECT tableName, dirtyMode, recordLockTimeoutSeconds FROM Form AS f WHERE f.name=?",ROW_EXPECT_1,[$sipVars[SIP_FORM]],"Form not found: '".$sipVars[SIP_FORM]."'");
$tableVars=$this->dbArray[$this->dbIndexQfq]->sql("SELECT tableName, primaryKey, dirtyMode, recordLockTimeoutSeconds FROM Form WHERE name=?",ROW_EXPECT_1,[$sipVars[SIP_FORM]],"Form not found: '".$sipVars[SIP_FORM]."'");
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.'];
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.'];
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.'];