|
Parameter Name
|
Description
|
Base Type
|
|---|---|---|
|
tags
|
Data Tags to be filtered.
|
TAGS
|
|
location
|
Location of the entry (optional).
|
LOCATION
|
|
source
|
Source of the entry (optional).
|
STRING
|
|
sourceType
|
Source type (optional).
|
STRING
|
|
values
|
Data values to search for updating the entries.
|
INFOTABLE
|
|
query
|
Query definition.
|
QUERY
|
|
updateValues
|
Data values to be updated.
|
INFOTABLE
|
me.UpdateDataTableEntriesWithQuery({
sourceType: undefined /* STRING */,
query: undefined /* QUERY */,
values: undefined /* INFOTABLE */,
location: undefined /* LOCATION */,
source: undefined /* STRING */,
updateValues: undefined /* INFOTABLE */,
tags: undefined /* TAGS */
});