UIInsertType Table

Table 1. Database columns for UIInsertType table

Database Column

Details

UIInsertTypeID

Type: integer. Key. Generated ID

A unique identifier for each UIInsertType. Possible values are:

  • 1 = Before
  • 2 = After
  • 3 = Start of
ResourceName

Type: text (max 256 characters). Key

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