RB_CHAT_DETAIL

(SQL Table)
Index Back

Chat Detail Table

CRM ERMS table storing Chat Detail information

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 RB_CHAT_ID Number(15,0) DECIMAL(15) NOT NULL CRM Chat ID
2 MCF_CHAT_ID Number(15,0) DECIMAL(15) NOT NULL MCF InitChat ID
3 INTERACTION_ID Character(15) VARCHAR2(15) NOT NULL interaction id
4 CUST_NAME Character(50) VARCHAR2(50) NOT NULL This field is used to represent the customer name
5 CUSTOMER_VALUE Character(30) VARCHAR2(30) NOT NULL Field to track customer value of a person
6 BO_ID_CUST Number(31,0) DECIMAL(31) NOT NULL This field stores the Business Object ID for the customer.
7 ROLE_TYPE_ID_CUST Number(12,0) DECIMAL(12) NOT NULL Stores ROLE_TYPE_ID for the customer
8 BO_ID_CNTCT Number(31,0) DECIMAL(31) NOT NULL This field represents the business object ID for a Contact
9 ROLE_TYPE_ID_CNTCT Number(12,0) DECIMAL(12) NOT NULL Stores ROLE_TYPE_ID for the contact
10 BO_ID_SITE Number(31,0) DECIMAL(31) NOT NULL Business Object ID
11 TYPE Character(4) VARCHAR2(4) NOT NULL Association Types
12 RB_PNLNAME Character(30) VARCHAR2(30) NOT NULL Definiton of Page name for self-service user
13 RB_CHAT_QUEUE Character(30) VARCHAR2(30) NOT NULL Queue for chat application
14 RB_CHAT_SUBJECT Character(40) VARCHAR2(40) NOT NULL subject field for Chat application ....
15 RB_CHAT_QUESTION Long Character CLOB chat question ...........
16 CASE_ID Number(15,0) DECIMAL(15) NOT NULL Case ID. This is a unique ID assigned to a case when it is saved. Unique ID is ensured by getting the next value from the auto-numbering table and updating the table.
17 CAPTURE_ID Character(20) VARCHAR2(20) NOT NULL Field use to store the capture ID in order capture.
18 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.