TrackGroup Table

The TrackGroup table contains a list of the different tracking groups that tracked computer belong to.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for TrackGroup table

Database Column

Details

TrackGroupID

Type: integer. Key. Generated ID

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

  • 1 = Sample
  • 2 = Enterprise.
ResourceName

Type: text (max 50 characters). Nullable

The name of the resource that determines the text to display on the user interface.

GroupName

Type: text (max 64 characters). Key

The default name of the TrackGroup. This is the value displayed if there is no resource string available to define the TrackGroup.