UserTitle Table

UserTitle is a static table listing the possible titles of end-users.

Table 1. Database columns for UserTitle table

Database Column

Details

UserTitleID

Type: integer. Key. Generated ID

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

  • 1 = Mr.
  • 2 = Miss
  • 3 = Mrs.
  • 4 = Ms.
  • 5 = Dr.
  • 6 = Prof.
ResourceString

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing an end-user title. Foreign key to the ComplianceResourceString table.

DefaultString

Type: text (max 100 characters)

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