CallHistory_RuleGroup Table

  • Table Type - Lookup
  • Last Changed Version - 15.3.0.384
  • Last Changed Reason - Added for reporting on a campaign with context information from the rule group.

SQL Column Definitions

Column Data Type (Size) Is Nullable Contains PII Description Last Change Version Last Change Reason CX Insights Name CX Insights Type CX Insights Folder Name
RuleGroupId smallint False Unknown

The identification number assigned to the Rule Group for tracking purposes.

15.3.0.384 Added for reporting on a campaign with context information from the rule group.
RuleSetId uniqueidentifier False Unknown

The identification number assigned to the Rule Set for tracking purposes. The name of the Rule Set can be found in the CallHistory Rule Set Table.

15.3.0.384 Added for reporting on a campaign with context information from the rule group.
ActiveRuleGroupName nvarchar (80) False Unknown

The actual name assigned to the Rule Group.

15.3.0.384 Added for reporting on a campaign with context information from the rule group.

SQL Constraints

Primary Key Name Type Column Name (sort order)
PK_CallHistory_RuleGroup Clustered RuleGroupId (Ascending)

Foreign Key Name Column Reference Table Reference Column Indexed
FK_CallHistory_RuleGroup RuleSetId CallHistory_RuleSet RuleSetId Yes