Synchronisation Ledger Entries

Introduction

When using a Tinx Connector, all data exchanges between Business Central and your webshop are logged in the Synchronization Ledger Entries table (TINX Message Entry – Table 11205266).

You can view these entries by navigating to:
History → Synchronization Ledger Entries

On this page, the Status column shows whether a message was successfully processed or resulted in an error (for example, Status = Rejected).
In case of an error, you can check the Additional Information panel on the right-hand side of the screen for details about the issue.


Publish to Webshop

If you want to resend data from the history to the webshop (for example, after updating a mapping), you can use the Publish to Webshop function.
This option is available under Home → Process → Publish to Webshop.

When used, the selected entry will be added back to the Record Queue for reprocessing.
This feature is particularly useful during testing phases when you are adjusting the mapping in a Message Definition.


Entry Functions

In the Entry tab, you will find two useful functions:

  • View Record → Opens the original source record that was sent, so you can quickly review the data for a specific entity.

  • Message Definition → Opens the Message Definition used for this entry, allowing you to adjust the data mapping if needed.


View & Download Functions

In the View and Download sections of the banner, you will find two key options:

  • Web Request → Displays the data that was sent to the webshop by the connector, shown in JSON or XML format.

  • Web Response → Displays the response received from the webshop, including any success or error messages.

Opening a request or response via View will display the content in a small editor within Business Central.
Using Download will initiate a download of the JSON or XML file, allowing you to save the message for troubleshooting or analysis.