MSSelectLevel Table

MSSelectLevel is a static table listing all Microsoft Select price levels.

Table 1. Database columns for MSSelectLevel table

Database Column

Details

MSSelectLevelID

Type: integer. Key. Generated ID

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

  • 1 = A
  • 2 = B
  • 3 = C
  • 4 = D
ResourceName

Type: text (max 256 characters). Key

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

DefaultValue

Type: text (max 16 characters)

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

NumberOfPoints

Type: integer

The umber of points that must be purchased to achieve the price level.