GroupType Table

The collection of types of enterprise groups, such as locations, departments, and cost centers.

Table 1. Database columns for GroupType table

Database Column

Details

GroupTypeID

Type: integer. Key. Generated ID

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

  • 1 = Location
  • 2 = Departments
  • 3 = Cost Center
  • 4 = Category
  • 5 = Role.
Description

Type: text (max 255 characters). Key

A description of the type of enterprise group.

ResourceName

Type: text (max 256 characters). Key. Nullable

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