A query to Content Manager that identifies documents to update. Documents are usually updated when only their metadata has changed. Set this parameter only if you want to update documents identified by a custom query.
synchronize
fetch action issues an ingest-update command for each document that is returned by the query.Updating a document updates only the document metadata. To ingest new or modified content, use the parameter ReplaceRecords.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | UpdateRecords=createdOn:this week and assignee:me
|
See Also: |
|