Document creation and document management parameters

Guidewire provides configuration parameters in the config.xml file that relate to document creation and management.

See also

DisplayDocumentEditUploadButtons

Whether the Documents list displays Edit and Upload buttons. Set this parameter to false if the IDocumentContentSource integration mechanism does not support it.

Default: true

DocumentContentDispositionMode

The Content-Disposition header setting to use when PolicyCenter returns document content directly to the browser. Supported settings are inline and attachment.

Default: inline

DocumentTemplateDescriptorXSDLocation

The path to the XSD file that PolicyCenter uses to validate document template descriptor XML files. Specify this location relative to the following directory:

modules/configuration/config/resources/doctemplates

FinalDocumentsNotEditable

Indicates whether documents with Final status can be transferred by using the Asynchronous implementation of the IDocumentContentSource plugin. A value of false indicates that documents with Final status can be transferred. A value of true indicates that documents with Final status cannot be transferred.

Default: false

MaximumFileUploadCount

The maximum number of document content files that can be listed and uploaded at once. The number of files listed for upload can affect the performance of the upload screen.

Default: 200

MaximumFileUploadSize

The maximum allowable size in megabytes for a document file that you can upload to the server. Attempting to upload a file larger than this size results in failure. Because the uploaded document must be handled on the server, this parameter protects the server from possible memory consumption problems.

Default: 150 MB

MaximumTotalUploadSize

The maximum allowable total size in megabytes per session for documents uploads that are pending commitment to the document management system. Because multiple documents can be uploaded at once, this value also provides control of the overall size of an upload and protects the server from possible memory consumption problems.

Default: 150 MB