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

ColumnWhat it shows
CreatedWhen 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 TypeThe type of message — e.g. PEPPOL invoice, credit memo, order, etc.
Current StatusOne of: New, Cancelled, Sent, Imported, Error
DirectionOutbound (BC → CentaraIQ) or Inbound (CentaraIQ → BC)
MethodWhich protocol the message used — PEPPOL, EDIFACT, API, etc.
Retry CountNumber of retry attempts the Send job has made
Last Sent DateLast attempted send timestamp
Extension sendingWhich Centara extension queued the message (eMessaging core, LS Central connector, etc.)
ServiceURLThe endpoint the message was sent to
ErrorError 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 APIThe outbound message is queued for the API job (rather than the standard Send job)

Filtered views

ViewShows
Outbound MessagesOnly messages in the Outbound direction
Inbound MessagesOnly messages in the Inbound direction
Sent DocumentsOnly messages whose Current Status is Sent
Imported DocumentsOnly messages whose Current Status is Imported
Documents with errorOnly messages with a non-empty Error field

Actions

ActionWhat it does
RetryRe-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 messageMarks the message as Cancelled so it won’t be retried by the Send job queue.
Remove messagesDeletes the message records. Only allowed when status is Cancelled.
Download JSON BodyDownloads the JSON payload the connector built for the message — useful when filing a support ticket. Single record only.
Download Last ResponseDownloads the last response received from CentaraIQ for the selected message. Single record only.
Import JSON manuallyDeveloper-mode action: imports a JSON file as a new inbound message. Used to reproduce a customer-reported issue locally.
Delete AllDeveloper-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 messagesDeletes every message with status Sent or Imported after confirmation — the housekeeping action.

See also