"documentManagement" section
Configure the Document Management. See also: Document Tracker Configurations.
"documentManagement": {
"enabled": true,
"maxFileCountForSingleUpload": 100,
"maxFileSizeBytes": 5000,
"showDocumentsInDownstreams": true
},
Parameter
Example Value
Description
"enabled"
true
If set to true, document type trackers are available and new document type trackers can be created. Proper license is required.
"maxFileCountForSingleUpload"
100
The provided value limits the maximum number of files per document upload sessions.
"maxFileSizeBytes"
5000
The provided value limits the maximum size of a document in bytes.
"showDocumentsInDownstreams"
true
Configures whether items from Document-type trackers are included when evaluating downstream relationships.
If enabled, Document items are considered when checking the Has Downstream Reference condition.
Was this helpful?