"documentManagement" section
Configure the Document Management. See also: Document Tracker Configurations.
"documentManagement": {
"enabled": true,
"maxFileCountForSingleUpload": 100,
"maxFileSizeBytes": 5000,
"showDocumentsInDownstreams": true
},
Parameter
Default 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"
100000000
The provided value limits the maximum size of a document in bytes.
"showDocumentsInDownstreams"
false
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?