Skip to content

Messages

The Messages page allows you to search and inspect individual integration messages. Filter by entity type, endpoint, date range, and more to find specific transactions.

Messages Page

Key Features

  • Message Search — Filter messages by endpoint, entity type, date range, and status
  • Message Details — View full message metadata including primary keys, receipts, and processing history
  • Rerun Capability — Reprocess failed messages with a single click

View and Manage Messages

  1. Select Monitor > Messages.
  2. Then, use the table below to determine the next steps.
ToDo this
View the dataAll transaction data will be displayed in the table.
Refresh the dataSelect Reload.
View a specific time rangeSelect Set Range. Select a pre-formulated Date Range (e.g. Last Hour) or select Custom to apply a specific date and time to view that data. Select Apply.
Filter the MessagesSelect the filter icon in the header row of any column. Select and enter the required data (required fields vary based on the selected column). Select Apply. To clear any applied filters, select Reset.
Sort the MessagesSelect the header row in the column to sort. A sort icon will appear in the header row of the column being sorted. Select the header once to sort in ascending order, twice to sort in descending order, and a third time to return to the default.
Re-run the messageSelect Actions > Re-Run Message in the appropriate row.
View DetailsSelect Actions > View Details in the appropriate row. See Message Detail Tabs below.
View Record HistorySelect Actions > View Record History in the appropriate row. The record history for that message will open in a new browser tab, displaying all messages associated with that record, including all activity and errors with timestamps. From this screen, you can also select Actions > Re-Run Message or Actions > View Details.

WARNING

The Re-Run Message option should be used only if you understand the error and believe it has already been fixed in the triggering system.

Message Detail Tabs

When you select Actions > View Details, a Message Details window appears with the following tabs:

TabDescription
MessageView the message details in code view.
ReceiptsView all subscribers that picked up that message and tried to process it, as well as Error Log data.
OutputsData will be populated if the subscriber endpoint has an entity type of "File," and will include a link to download the file that was created when the integration was triggered to execute.
Re-Run HistoryView an audit of the previous re-runs, including the Date, By, and any Comments associated with that re-run.

TIP

It is advised to view the message details, which provides an opportunity to analyze the error details and formulate a fix; however, as needed, you can also select to Re-Run the message from the details view.

Example

Viewing Record History is a good way to see if the error has already been resolved. For example, if an error happened when syncing a sales order at 8 PM, but was successful when it ran again at 9 PM, both messages would appear in the history.

Team Central Admin Web Documentation