FieldQueryNameN
The FieldQueryNameN
and FieldQueryValueN
parameters are used in pairs to filter the documents that are returned from the Documentum repository. The SQL LIKE operator is used to compare values.
The FieldQueryNameN
parameter specifies the name of the field to use to filter documents.
For example, you might set the following parameters:
FieldQueryName0=object_name FieldQueryValue0=my_object
This would result in a clause being added to the default query, for example:
... AND object_name LIKE '%my_object%'
If you use the configuration parameter SelectStatement
to specify a custom query to retrieve documents, this parameter is ignored.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | FieldQueryName0=object_name
|
See Also: |