|
Parametername
|
Beschreibung
|
Basistyp
|
|---|---|---|
|
tags
|
Die zu filternden Daten-Tags
|
TAGS
|
|
location
|
Position des Eintrags (optional)
|
LOCATION
|
|
source
|
Quelle des Eintrags (optional)
|
STRING
|
|
sourceType
|
Quelltyp (optional)
|
STRING
|
|
values
|
Datenwerte, die zum Aktualisieren der Einträge gesucht werden sollen
|
INFOTABLE
|
|
query
|
Abfragedefinition
|
QUERY
|
|
updateValues
|
Die zu aktualisierenden Datenwerte
|
INFOTABLE
|
me.UpdateDataTableEntriesWithQuery({
sourceType: undefined /* STRING */,
query: undefined /* QUERY */,
values: undefined /* INFOTABLE */,
location: undefined /* LOCATION */,
source: undefined /* STRING */,
updateValues: undefined /* INFOTABLE */,
tags: undefined /* TAGS */
});