UIFieldType Table

Table 1. Database columns for UIFieldType table

Database Column

Details

UIFieldTypeID

Type: integer. Key. Generated ID

A unique identifier for each UIFieldType. Possible values are:

  • 1 = Tab
  • 2 = Section
  • 3 = Integer
  • 4 = Text box
  • 5 = Text area
  • 6 = Date
  • 7 = Date and time
  • 8 = Combo box
  • 9 = Check box
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a connection 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.