RB_MAILERR_LOG(SQL Table) |
Index Back |
---|---|
Mail Error LogsThis table records all the Errored E-mails that have gone thru the CRM Mail Reader process. These errors are returned by Tools API. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | MAIL_READ_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Instance of Mail Reader Process for logging information which can be used for Analytics purposes in the future |
2 | MCF_EMAIL_MSG_ID | Character(254) | VARCHAR2(254) NOT NULL | Message ID |
3 | MCF_UID | Character(70) | VARCHAR2(70) NOT NULL | UIDL |
4 | MAILBOX_ID | Character(30) | VARCHAR2(30) NOT NULL | Mail Box Id is an Id associated with Mail Boxes |
5 | MCF_EMAIL_FROM | Character(254) | VARCHAR2(254) NOT NULL | From |
6 | MCF_WL_SUBJECT | Character(254) | VARCHAR2(254) NOT NULL | Subject |
7 | MCF_MSG_SIZE | Number(15,0) | DECIMAL(15) NOT NULL | Message size |
8 | MCF_EMAIL_TEXT | Long Character | CLOB | Text |