ATTACHMENTS node
The
node of the Hansen8 configuration has these attributes:Attribute | Description |
---|---|
Attachment Stream Expiration | Number of minutes before attachment information stored in Redis expires. The default is 1,440 minutes (24 hours). |
Blocked Extensions | List of file extensions that are not allowed as attachments. |
Display Extensions | List of file extensions that Infor Public Sector will display in a browser window. For example, you may want to display image attachments such as .pngs in a browser window. If the extension of an attachment is not included in this list, it will be downloaded when a user selects it. |
Temporary EDMS Upload Url | Path to the directory where attachments are stored temporarily before being uploaded to an EDMS provider. The path is relative to the Infor Public Sector application directory. |
Temporary Upload Url | Path to the directory where attachments are stored temporarily before being uploaded. The path is relative to the Infor Public Sector application directory. |
The
node can have two children: and .The Infor Public Sector Batch Processing Administration Guide.
node defines configuration settings for the Process Attachment Links task in the Batch Manager. See "Process Attachment Links" in theThe
node can have these attributes:Attribute | Description |
---|---|
Agency Detail Monikers | Comma-separated list of detail page monikers for which
attachment downloading is supported. For each detail page you must
specify the moniker and the bind to the parent component, in the form
Moniker:Bind. For example, for a service request
detail you would enter something like
InforClient.SRDtl.SRDetail:SRDetailKey.ServiceRequestNumber. Note: For
application details in the CDR modules, the parent bind must point
to the generic
Application object, not the
application object for the specific module. For example, the moniker
for a building application detail might be InforClient.BldgDtl.AppDtl:AppDtlKey.ApplicationDetailKey.BuildingApplication.Application. |
Allowed Domains | Comma-separated list of domains from which attachments may be downloaded. If you don't enter any domains, then all are allowed. |
Catalog | Attachment catalog to use for downloaded attachments. |
Enabled | Set to True to enable the attachment downloading functionality. |
Max Content Length (In MB) | Maximum file size for downloaded attachments. The default is 1536 MB (1.5 GB). |
Request Timeout (Minutes) | Number of minutes before a request to download an attachment will time out. The default is 60 minutes. |
You can use the
node to restrict the mime types that can be added as attachments. If you list one or more mime types, then only those types are allowed. If you don't list any mime types, then all are allowed.The
node can have one or more mime type nodes as children. Each mime type node can have these attributes:Attribute | Description |
---|---|
Allowed Mime Type | Mime type that is allowed for attachments. |
Description | Description of the mime type. |