DocumentInbox

Defines that the user can upload documents to CRM.pad's Document Inbox's and which document type's he can upload.

Syntax: JSON dictionary

Type: Character

The following options are available:

  • enabled: If set to false, an error message is displayed stating that the Document Inbox is not available when the user tries to open a document.
  • excludes: The given MIME types cannot be opend in CRM.pad.
  • includes: The given MIME types that can be opened in CRM.pad.
    Note: Only specify either the excludes or the includes parameter, but not both.

Example:

{"enabled":"true","excludes" :[ "application/x-pdf","application/pdf"]}