EDMS
Product
Civic Platform, Citizen Access, and Mobile Office
Type
System Switch
Description
This Standard Choice defines the EDMS server configuration information. The Standard Choice value specifies the EDMS system name. The Value Description contains all configuration parameters for the EDMS system.
By default, EDMS_DOCUMENT_SIZE_MAX is 8 MB. However a best practice recommendation is to increase this to 1000MB to enable uploading a wider variety of documents and to avoid file upload failures. You can add ACA_EDMS_DOCUMENT_SIZE_MAX={number}MB to the Value Description to specify the maximum file size for Citizen Access. EDMS_VENDOR, EDMS_DOCUMENT_SIZE_MAX and ACA_EDMS_DOCUMENT_SIZE_MAX are applicable to all EDMS systems.
Standard Choice Value | Value Description |
---|---|
ADS | For the Accela Document Service which is the built-in Accela EDMS Server
(EDMS_VENDOR=ADS) , the Value Description must include the following
parameters:
Example:
|
ACCELA (Accela Database Server) |
For the Accela Database Server (EDMS_VENDOR=ACCELA) , the value description must
include the following parameters:
Example:
|
{3rd-Party-EDMS-Server} | For a third-party EDMS adapter (EDMS_VENDOR=STANDARD) , the value description
must include the following parameters:
Example:
Note: EDMS_VENDOR=STANDARD indicates that Civic Platform
invokes a 3rd party Document Management System adapter. The
Standard Choice Value can be any string that indicates the name
of the 3rd party Document Management System. For example,
Documentum, SharePoint, LaserFische.
Note: Civic Platform has supported template fields (ASI fields and
ASI table fields) on a document since the Civic Paltform 7.2.0
release. To enable all template field functionality such as
saving ASI fields to the EDMS during report generation, include
VERSION=7.2.0 in the value description. For example:
EDMS_VENDOR=STANDARD;URL=http://
slcimpl.accela.com:8888/portlets/services/AccelaDocumentService;
EDMS_DOCUMENT_SIZE_MAX=1000MB; ACA_EDMS_DOCUMENT_SIZE_MAX=1000MB;VERSION=7.2.0
Note: IS_ENABLED_MTOM=TRUE applies to Civic Platform 9.0.0
and later, and indicates that the standard document adapter for
a 3rd party EDMS adapter is MTOM-enabled. If you do not include
this parameter, the standard document adapter uses the legacy
Apache Axis 1.2 which does not support MTOM. For example:
EDMS_VENDOR=STANDARD;URL=http://myserver.com:8080/StandardMTOMAdapter/services/AccelaDocument?wsdl; EDMS_DOCUMENT_SIZE_MAX=1000MB;VERSION=7.2.0; IS_ENABLED_MTOM=TRUE
For more details about enabling MTOM with your custom EDMS adapter, see the Civic Platform EDMS Web Service Guide > Enabling MTOM for Improved Performance. |