COR_INBOX_ENTRY
This table shows the COR_INBOX_ENTRY table API:
COR_INBOX_ENTRY | Description |
---|---|
C_ID | The row's primary key - all of the provided database schemas have this set as auto-increment. |
C_XML | The message you are receiving. The message must be encoded as described. |
C_TENANT_ID | The Tenant ID identifies the message as belonging to a specific tenant. A tenant is a hosting or software as a service (SaaS) concept where all the data of one tenant is always separated from all the data of other tenants. There is no cross-sharing or viewing of data with other tenants. This concept requires all participants in the messaging to share the same identity for the same tenant. Therefore, a Tenant ID of " infor " must have exactly the same meaning on every system in the messaging space. |
C_LOGICAL_ID | This field is added since ION 11.1.2. It is added by running the scripts present in the '3.0' folder in your inbox/outbox. If present, then this field contains the 'To logical id' value of the application to which the BOD is delivered. |
C_MESSAGE_PRIORITY | Message priority as provided by the application that sent the message. |
C_CREATED_DATE_TIME | The date and time the message was inserted into the inbox table. Date and time are in UTC format. |
C_WAS_PROCESSED | ION Service always sets this to 0. It is the application's responsibility to remove processed messages. |