RB_CHAT_OBJ_VW

(SQL View)
Index Back

Chat related object view

CRM Chat related apllication object view

SELECT B.RB_CHAT_ID , A.INTERACTION_ID , A.SEQNUM , A.SUBINT_OBJ_TYPE , A.ROW_ADDED_DTTM , A.CASE_ID , A.CAPTURE_ID , A. NOTES FROM PS_RI_SUB_INTERACT A , PS_RB_CHAT_DETAIL B WHERE A.INTERACTION_ID = B.INTERACTION_ID AND A.SUBINT_OBJ_TYPE <> 'CHAT'

# 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 INTERACTION_ID Character(15) VARCHAR2(15) NOT NULL interaction id
3 SEQNUM Number(3,0) SMALLINT NOT NULL Sequence Number
4 SUBINT_OBJ_TYPE Character(4) VARCHAR2(4) NOT NULL sub-interaction object type
5 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.
6 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.
7 CAPTURE_ID Character(20) VARCHAR2(20) NOT NULL Field use to store the capture ID in order capture.
8 NOTES Long Character CLOB Budget Notes