This entity holds the information of the communication from CYSSC (system/Business/Adjudicator) to user (HCP/Client). But not meant to be used for SA case worker to client or HCPs. The anchor points of a communication can be in context of the whole package, a specific FormReceived or a specific attachment. |
Name |
Description |
Data Type |
Communication ID |
The primary key in form of GUID. |
Char (32) |
Parent ID |
To which entity this communication is about. It can be a reference to the GUID key in Package, FormReceived or an attachment |
Char (32) |
Status Code |
The status code of this communication. E.g. |
Varchar (20) |
Parent Communication ID |
If this communication if a follow up for a previous communication, this attribute provides an optional hierarchical linkage. |
Char (32) |
Creation Date |
The datetime this communication is created. |
Date & Time |
Message Text |
The content of this communication, in form of plain text. No HTML or rich text format is allowed. |
Long binary |
Sending Channel ID |
This the channel ID of the sending side of this communication. |
Integer |
Sending Channel User Key |
The external user key in the sending channel. |
Varchar (50) |
Receiving Channel ID |
This the channel ID of the receiving side of this communication. |
Integer |
Receiving Channel User Key |
The external user key in the receiving channel. |
Varchar (50) |
Message Delivery Date |
The date and time this message is delivered. |
Date & Time |
Confirmation Date |
|
Date & Time |
Date Created |
The data and time this record was created. |
Date & Time |
Date Updated |
The data and time this record was last updated. For the full update history should be captured with an audit table. |
Date & Time |
Created By |
The ID/Code of the user/system component who created this record. |
Varchar (20) |
Updated By |
The ID/Code of the user/system component who last updated this record. |
Varchar (20) |
|
|
|