PROGRAMGROUP (4.0SP20)

Stores program groups in combination.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

COMBINATIONID

uniqueidentifier

false

The ID of the combination the program group belongs to.

IDSETREGISTERID

uniqueidentifier

true

The ID of the selection the program group uses to retrieve programs.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

NAME

nvarchar(100)

false

''

The name used to identify the program group.

DESCRIPTION

nvarchar(255)

false

''

The description of the program group.

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

PUBLICDESCRIPTION

nvarchar(max)

false

''

ALLOWSCONFLICTS

bit

false

0

Indexes
Index Name Field(s) Unique Primary Clustered

IX_PROGRAMGROUP_COMBINATIONID

COMBINATIONID

False

False

False

IX_PROGRAMGROUP_DATEADDED

DATEADDED

False

False

True

IX_PROGRAMGROUP_DATECHANGED

DATECHANGED

False

False

False

PK_PROGRAMGROUP

ID

True

True

False

Triggers
Trigger Name Description

TR_PROGRAMGROUP_AUDIT_UPDATE

TR_PROGRAMGROUP_AUDIT_DELETE

Referenced by
Referenced by Field

PROGRAMGROUPPRICE

PROGRAMGROUPID

PROGRAMGROUPPROGRAM

PROGRAMGROUPID

SALESORDERITEMTICKETCOMBINATION

PROGRAMGROUPID