Comments or questions about this documentation? Contact us for support!
In the Column List:
Introduced: 8.5.005. Supported in certain Genesys Cloud deployments only.
Modified: 8.5.010 (in Microsoft SQL Server, data type for ATRIBUTE_NAME modified in single-language databases)
In partitioned databases, this table is not partitioned.
This dimension table enables Session Detail Record (SDR) facts to be described based on the attributes that applications attach to SDR for reporting purposes.
Note that the word "attribute" is misspelled in the database table name.
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
ID | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | ||
CREATE_AUDIT_KEY | Oracle: NUMBER(19) MSSQL: numeric(19) PostgreSQL: numeric(19) |
X | X | ||
ATRIBUTE_NAME | Oracle: VARCHAR2(50 CHAR) MSSQL: nvarchar(50) PostgreSQL: varchar(50) |
X |
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.
Modified: 8.5.010 (in Microsoft SQL Server, data type modified in single-language databases)
The name of the attribute attached by the application.
CODE | U | C | Description |
---|---|---|---|
I_SDR_CUST_ATRIBUTES | X | Ensures that the combinations of values that are stored in the dimension table are unique. |
Field | Sort | Comment |
---|---|---|
ATRIBUTE_NAME | Ascending |
No subject area information available.
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 |
---|---|---|---|
SDR_CUST_ATRIBUTES | CREATE_AUDIT_KEY | CTL_AUDIT_LOG | AUDIT_KEY |