FieldQueryValueN
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 FieldQueryValueN
parameter specifies the value that must be present in the field for a document to be retrieved. You can use the wildcard characters * and ? in the value.
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: | FieldQueryValue0=*doc*
|
See Also: |