In the Column List:
- P = Primary key
- M = Mandatory field
- F = Foreign key
Table GO_CampaignHistory
This table contains the history of Campaign state changes and campaign property changes that occurred during a campaign processing attempt. Records are inserted into this table when the campaign state changes or when ICON receives information about campaign property changes from OCS. Records in this table are never updated or deleted.
Refer to Outbound Objects and Models in the Interaction Concentrator User's Guide for a graphic illustrating the Genesys Campaign Finite State Machine.
Tip
To assist you in preparing supplementary documentation, click the following link to download a comma-separated text file containing information such as the data types and descriptions for all columns in this table: Download a CSV file.Hint: For easiest viewing, open the downloaded CSV file in Excel and adjust settings for column widths, text wrapping, and so on as desired. Depending on your browser and other system settings, you might need to save the file to your desktop first.
Column List
Column | Data Type | P | M | F | Description |
---|---|---|---|---|---|
ID | bigserial | X | X | The unique, autonumbered ID of this record. This is the primary key. | |
SessID | varchar(64) | X | X | The unique identifier of the Campaign processing attempt. If the campaign was unloaded and reloaded, OCS assigns a new SessionGUID. | |
State | integer | X | The current state of the campaign according to the Campaign Finite State Machine (FSM). One of the following values:
| ||
PrevState | integer | The previous state of the campaign according to the Campaign Finite State Machine (FSM). One of the following values:
| |||
Cause | integer | X | The cause of campaign state change, as provided by OCS. Refer to G_Dictionary Values (for DB2, Microsoft SQL Server, Oracle, or PostgreSQL, respectively) for a full listing of permissible values. The following selected values are described here in order to clarify their meaning:
| ||
PrevSEnter | timestamp | The GMT-equivalent date and time when the previous campaign state was detected. | |||
PrevSEnter_ts | integer | The UTC-equivalent value of the PREVSENTER field. Milliseconds are truncated. | |||
PrevSEnter_tcode | integer | A reference, derived from the value of the PREVSENTER_TS field, to a record in the G_TIMECODE table. | |||
Seq | integer | X | Sequence number of the record within the SessID. | ||
AppID | integer | The DBID of the application (if provided by OCS) that initiated the state change. | |||
Trans | integer | The number of the OCS event. | |||
Added | timestamp | X | The GMT-equivalent date and time when the current campaign state was detected. | ||
Added_ts | integer | The UTC-equivalent value of the ADDED field. Milliseconds are truncated. | |||
Added_tcode | integer | A reference, derived from the value of the ADDED_TS field, to a record in the G_TIMECODE table. | |||
GSYS_DOMAIN | integer | Contains the data source session ID (DSS_ID) for the session that was active when the data was processed by ICON. For more information, see the description in System Fields (for DB2, Microsoft SQL Server, Oracle, or PostgreSQL, respectively). | |||
GSYS_PARTITION | integer | Key used for partitioning. | |||
GSYS_SYS_ID | integer | System ID. Reserved for future use. | |||
GSYS_SEQ | bigint | Insert Sequence. Not unique. | |||
GSYS_USEQ | bigint | Update Sequence. Not unique. | |||
GSYS_TS | timestamp | Reserved | |||
GSYS_TC | integer | Reserved | |||
GSYS_EXT_VCH1 | varchar(255) | Reserved | |||
GSYS_EXT_VCH2 | varchar(255) | Reserved | |||
GSYS_EXT_INT1 | integer | Reserved | |||
GSYS_EXT_INT2 | integer | Reserved |
This page was last edited on January 10, 2020, at 15:27.
Comments or questions about this documentation? Contact us for support!