DocumentType Table

DocumentType is a static value listing the alternative ways that a document can be saved in the database.

Table 1. Database columns for DocumentType table

Database Column

Details

DocumentTypeID

Type: integer. Key. Generated ID

A unique identifier for each DocumentType. Possible values and the corresponding default strings are:

  • 1 = Document upload
  • 2 = File location
  • 3 = Physical location
  • 4 = URL.
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a document type. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

The text to display if the type resource string has no translation.