FTOS_IB_Mailbox_IN_Messages
This entity holds the data regarding the messages sent to the user. Messages sent from Campaign management (FTOS-CMB_Action entity) are received in FTOS_IB_Mailbox_IN_Messages entity. FTOS_IB_Mailbox_IN_Messages is populated with these messages through the endpoint FTOS_IB_InsertInMailbox_IN_Messages.
| Name | Display Name | Attribute Type | Length | Description |
|---|---|---|---|---|
| FTOS_IB_Mailbox_IN_Messagesid | FTOS_IB_Mailbox_IN_Messagesid | Pk | N/A | Primary Key. |
| subject | Subject | Text | 100 | Primary attribute. |
| nextBusinessStatusId | Next Business Status | Lookup | N/A | System attribute. |
| businessStatusId | Business Status | Lookup | N/A | System attribute. |
| previousBSId | Previous Business Status | Lookup | N/A | System attribute. |
| userId | User | Lookup | N/A | System attribute. |
| createdByUserId | Created by user | Lookup | N/A | System attribute. |
| modifiedByUserId | Modified by user | Lookup | N/A | System attribute. |
| businessUnitId | Business Unit | Lookup | N/A | System attribute. |
| createdOn | Created On | Date Time | N/A | System attribute. |
| modifiedOn | Modified On | Date Time | N/A | System attribute. |
| entityStatusId | Status | Lookup | N/A | System attribute. |
| categoryId | Category | Lookup | N/A | FK to Category. |
| receivedDate | Date | Date | N/A | The date when the message was received. |
| bodyMessage | Message | Text | 2000 | It must have at least three characters. It is the text sent to the user. |
| attachments | Attachments | File | N/A | The file attached to the message. |
| recordId | Record Id | Whole Number | N/A | The number of the record. |
| customerId | Customer | Lookup | N/A | FK to Account. |
| IB_Userid | IB User ID | Lookup | N/A | FK to FTOS_IB_Users. |
| lastModifiedby | Read by | Lookup | N/A | Field available only for received pop-up messages received in Mailbox. It displays the name of the user. Fk to FTOS_IB_Users. |
| lastModifiedon | Read on | Date Time | N/A | Field available only for received pop-up messages received in Mailbox. It displays the date when the pop-up message was accepted before accessing the Homepage. |
| channel | Channel | Option Set | N/A | The channel used to send the message. |
| campaignMessageId | Campaign Message Id | Text | 50 | The Id of the campaign message. |
| cultureCode | Culture Code | Text | 30 | The culture code. |