Inspect, retry, and cancel every message the Centara connector has sent or received.
Centara Messages
BC page: Centara Messages (List) · Search: “Centara Messages” Source:
RSMBASMessages.Page.al
Centara Messages is the raw audit log of every message the connector has tried to send or receive — outbound PEPPOL invoices, inbound documents, API calls, retries, cancellations. Use it when you need to diagnose a delivery problem, force a retry, or pull the exact JSON the connector sent to CentaraIQ.
Columns
| Column | What it shows |
|---|---|
| Created | When the message record was created in BC |
| Original Document No. | The BC document this message relates to. Click to drill into the source document (Posted Sales Invoice, Sales Cr.Memo, Purchase Header, etc.) |
| Message Type | The type of message — e.g. PEPPOL invoice, credit memo, order, etc. |
| Current Status | One of: New, Cancelled, Sent, Imported, Error |
| Direction | Outbound (BC → CentaraIQ) or Inbound (CentaraIQ → BC) |
| Method | Which protocol the message used — PEPPOL, EDIFACT, API, etc. |
| Retry Count | Number of retry attempts the Send job has made |
| Last Sent Date | Last attempted send timestamp |
| Extension sending | Which Centara extension queued the message (eMessaging core, LS Central connector, etc.) |
| ServiceURL | The endpoint the message was sent to |
| Error | Error text if the send/import failed. Empty when successful |
| Document No. | Document number being sent |
| Vendor/Customer No. | The party on the other end of the message |
| For API | The outbound message is queued for the API job (rather than the standard Send job) |
Filtered views
| View | Shows |
|---|---|
| Outbound Messages | Only messages in the Outbound direction |
| Inbound Messages | Only messages in the Inbound direction |
| Sent Documents | Only messages whose Current Status is Sent |
| Imported Documents | Only messages whose Current Status is Imported |
| Documents with error | Only messages with a non-empty Error field |
Actions
| Action | What it does |
|---|---|
| Retry | Re-sends the selected messages. Skips messages already in Sent status; for outbound, re-fires the send pipeline; for inbound, re-fires the import pipeline. Asks for confirmation. |
| Cancel sending the message | Marks the message as Cancelled so it won’t be retried by the Send job queue. |
| Remove messages | Deletes the message records. Only allowed when status is Cancelled. |
| Download JSON Body | Downloads the JSON payload the connector built for the message — useful when filing a support ticket. Single record only. |
| Download Last Response | Downloads the last response received from CentaraIQ for the selected message. Single record only. |
| Import JSON manually | Developer-mode action: imports a JSON file as a new inbound message. Used to reproduce a customer-reported issue locally. |
| Delete All | Developer-mode action: deletes every message in the table. Visible only when the current user’s User Setup has RSMBAS Developer enabled. |
| Delete all sent and received messages | Deletes every message with status Sent or Imported after confirmation — the housekeeping action. |
See also
- Centara Setup —
Delete messages after sendingto automate cleanup - Centara Message Attachments — the attachment records linked to messages