ReferencesUseVersionSeriesId
Determines how the connector constructs document references, and as a result whether old versions of a document are replaced in the IDOL index.
- To use the version series ID when generating the reference for a document, set this parameter to
true
. This means that theDREREFERENCE
is a working link to the file in FileNet. When a new version of a document is created, it will have the same reference as any previously indexed version and replace it in the IDOL index. The IDOL index will therefore contain only the latest major version of each document (or if there are no major versions, the latest minor version). -
To use the version ID when generating the reference, set this parameter to
false
. This means that each version of each document will have a unique reference. The synchronize action will only index the latest major version of any document (or if there are no major versions, the latest minor version), but any previously indexed old versions will remain in the IDOL index.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | ReferencesUseVersionSeriesId=True
|
See Also: |