You can specify property values to control the use of attachments across the system.
Property | Description | Default value |
---|---|---|
mxe.doclink.deleteOrphanDocinfo | Indicates that the orphaned doc info has been deleted. The last doclink record must be deleted. |
0 |
mxe.doclink.doctypes.allowedFileExtensions | Represents the type of files that are allowed to be attached to files on the application server computer. The application server must be restarted for the changes to take effect. |
pdf, zip, txt, doc, docx, dwg, gif, jpg, csv, xls, xlsx, ppt, xml, xsl, bmp, html |
mxe.doclink.doctypes.topLevelPaths | Represents the top-level doclinks directory that stores all document folders on the application server computer. The Default File Path value entered in the Manage All Documents Folder window must be a subdirectory of this value. This value cannot be null. The application server must be restarted for the changes to take effect. |
The default location is \DOCLINKS, typically under the default drive C: |
mxe.doclink.path1 through mxe.doclink.path10 | Specifies the HTTP server path to link documents that are attached to records. This property needs a live refresh only. |
|
mxe.doclink.doctypes.defpath | Represents the default path for the doclinks folder on the application server computer. This folder is where the physical documents that are attached to a record are stored. This value must be configured before you can use the system and needs a live refresh only. |
|
mxe.doclink.doctypes.printableFileExtension | Represents printable file extensions. |
pdf, csv, txt, doc, gif, jpg, xls, ppt, pptx, docx, xlsx, png, cfr |
mxe.doclink.maxfilesize | Represents the maximum file size in megabytes for the doclinks folder that can be uploaded. You can change this property in the System Properties application; however, you must also rebuild the Enterprise Application Archive (EAR) file. |
10 |
mxe.doclink.multilang.aix.websphere | Indicates whether the system is running on IBM® WebSphere® Application Server on AIX®. |
False |
mxe.doclink.multilang.hpux.websphere | Indicates whether the system is running on IBM WebSphere Application Server on HP-UX. |
False |
mxe.doclink.multilang.linux.websphere | Indicates whether the system is running on IBM WebSphere Application Server on Linux. |
False |
mxe.doclink.multilang.solaris.websphere | Indicates whether the system is running on IBM WebSphere Application Server on Oracle Solaris. |
False |
mxe.doclink.multilang.windows.websphere | Indicates whether the system is running on IBM WebSphere Application Server on Microsoft Windows. |
False |
mxe.doclink.defaultPrintDocWithReport | Specifies whether printable attachments are printed by default when you print a report. |
True |
mxe.doclink.useFilePrompt | Enables a browse icon to select file attachments that are not copied to the default location. |
0 |
mxe.doclink.securedAttachment | Hides the file path of documents that were added by using the Attached Documents feature. You can use this property for security reasons. The hyperlink for the attachment shows the application content root and the encrypted file name only. |
False |
mxe.doclink.securedAttachmentDebug | Helps you to troubleshoot when you are using secured attachments to view the attachment file. When security for the attachments is active and you set the value for this property to true, the attached file name and file path display in the application server log. |
False |
proxy_hostname | Indicates the external host that enables direct printing. | |
proxy_port | Indicates the external port that enables direct printing. |
10 properties for doclink path translations are provided. However, you can add properties to the MaxProp table by using property maintenance. The LinkedDocumentInfo class loads the properties that it finds. The LinkedDocumentInfo class reads doclink properties to get path translations.
You can specify the property value as the native operating system path + "=" + http translation. The <PATH> tag is used in the properties file, and because of problems in specifying the : character, the : character is permitted in the database.
Current format | New property name |
---|---|
C<PATH>\\Doclinks | mxe.doclink.path1 |
install_home/mxadmin/DOCLINKS | mxe.doclink.path2 |
Property | Value |
---|---|
mxe.doclink.maxfilesize | 10 |
mxe.doclink.doctypes.defpath | C:\DOCLINKS\ |
mxe.doclink.path1 | C:\Doclinks=http://documentserver/ |
mxe.doclink.path2 | install_home/mxadmin/DOCLINKS=http:// documentserver/ |