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.
| 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 Platform
                                        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:
                                             
 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=TRUEFor more details about enabling MTOM with your custom EDMS adapter, see the Civic Platform EDMS Web Service Guide > Enabling MTOM for Improved Performance. |