m (1 revision imported: Re-retrying to correct source tag with new column descriptions in CALLING_LIST_TO_CAMP_FACT) |
|||
Line 9: | Line 9: | ||
|viewDesc = Allows facts to be described based on attributes of an outbound campaign calling list. Each row describes one calling list. | |viewDesc = Allows facts to be described based on attributes of an outbound campaign calling list. Each row describes one calling list. | ||
|introduced = {{Editgrn_open}}9.9.001{{Editgrn_close}} | |introduced = {{Editgrn_open}}9.9.001{{Editgrn_close}} | ||
− | |SQL = < | + | |SQL = <source lang="xml" enclose="div">SELECT |
ID AS CALLING_LIST_KEY, | ID AS CALLING_LIST_KEY, | ||
TENANTID AS TENANT_KEY, | TENANTID AS TENANT_KEY, |
Revision as of 13:04, May 6, 2016
View CALLING_LIST
Description
Allows facts to be described based on attributes of an outbound campaign calling list. Each row describes one calling list.
Column List
Column | Description |
---|---|
CALLING_LIST_KEY | The primary key of this view and the surrogate key that is used to join the CALLING_LIST dimension to the fact tables. |
TENANT_KEY | The surrogate key that is used to join the TENANT dimension to the fact tables. |
CALLING_LIST_NAME | The name of the calling list. |
CREATE_AUDIT_KEY | The surrogate key that is used to join to the CTL_AUDIT_LOG control table. The key specifies the lineage for data creation. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools — that is, applications that need to identify newly added data. |
UPDATE_AUDIT_KEY | The surrogate key used to join to the CTL_AUDIT_LOG dimension. Specifies the lineage for data update. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools — that is, applications that need to identify recently modified data. |
DESCRIPTION | The description of the calling list. |
CALLING_LIST_CFG_DBID | The calling list object identifier in the contact center configuration. |
START_TS | The UTC-equivalent value of the date and time when the calling list was added to IDB, which may differ from when the calling list was actually added to contact center configuration. |
END_TS | The UTC-equivalent value of the date and time when the calling list was removed from contact center configuration. |
References
The summary List of References will include the following entries for this table or view:
Child Table/View | Child Table/View Column | Parent Table/View | Parent Table/View Column |
---|---|---|---|
CALLING_LIST | CREATE_AUDIT_KEY | CTL_AUDIT_LOG | AUDIT_KEY |
CALLING_LIST | CREATE_AUDIT_KEY | CTL_AUDIT_LOG | AUDIT_KEY |
CALLING_LIST | TENANT_KEY | TENANT | TENANT_KEY |
CALLING_LIST | TENANT_KEY | TENANT | TENANT_KEY |
CALLING_LIST | UPDATE_AUDIT_KEY | CTL_AUDIT_LOG | AUDIT_KEY |
CALLING_LIST | UPDATE_AUDIT_KEY | CTL_AUDIT_LOG | AUDIT_KEY |
Description
Allows facts to be described based on attributes of an outbound campaign calling list. Each row describes one calling list.
Column List
Column | Description |
---|---|
CALLING_LIST_KEY | The primary key of this view and the surrogate key that is used to join the CALLING_LIST dimension to the fact tables. |
TENANT_KEY | The surrogate key that is used to join the TENANT dimension to the fact tables. |
CALLING_LIST_NAME | The name of the calling list. |
CREATE_AUDIT_KEY | The surrogate key that is used to join to the CTL_AUDIT_LOG control table. The key specifies the lineage for data creation. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools — that is, applications that need to identify newly added data. |
UPDATE_AUDIT_KEY | The surrogate key used to join to the CTL_AUDIT_LOG dimension. Specifies the lineage for data update. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools — that is, applications that need to identify recently modified data. |
DESCRIPTION | The description of the calling list. |
CALLING_LIST_CFG_DBID | The calling list object identifier in the contact center configuration. |
START_TS | The UTC-equivalent value of the date and time when the calling list was added to IDB, which may differ from when the calling list was actually added to contact center configuration. |
END_TS | The UTC-equivalent value of the date and time when the calling list was removed from contact center configuration. |
References
The summary List of References will include the following entries for this table or view:
Child Table/View | Child Table/View Column | Parent Table/View | Parent Table/View Column |
---|---|---|---|
CALLING_LIST | CREATE_AUDIT_KEY | CTL_AUDIT_LOG | AUDIT_KEY |
CALLING_LIST | CREATE_AUDIT_KEY | CTL_AUDIT_LOG | AUDIT_KEY |
CALLING_LIST | TENANT_KEY | TENANT | TENANT_KEY |
CALLING_LIST | TENANT_KEY | TENANT | TENANT_KEY |
CALLING_LIST | UPDATE_AUDIT_KEY | CTL_AUDIT_LOG | AUDIT_KEY |
CALLING_LIST | UPDATE_AUDIT_KEY | CTL_AUDIT_LOG | AUDIT_KEY |
Comments or questions about this documentation? Contact us for support!