Ermittelt die höchste vorhandene ID einer Untertabelle.
Parameter |
Typ |
Beschreibung |
---|---|---|
$subtable |
string |
Name der Untertabelle |
Im Fehlerfall wirft die Funktion eine JobRouterException.
Beispiel:
$maxIdFromSubtable = $this->getMaxSubtableRowId('mySubtableName');