Table where the result of synchronization with third parties is stored
Data model

Fields
Field |
Type |
Description |
component |
NVARCHAR (200) |
External Component Name |
tptl_error_quantity |
INT |
Number of records that failed |
tptl_file_trace_name |
NVARCHAR (MAX) |
Error File Name |
tptl_id* |
INT |
Unique identifier of the table |
tptl_successfull_quantity |
INT |
Number of records that were successfully synced |
tptl_sync_date |
DATETIME |
Date of last synchronization with the third party |
tptl_updated_quantity |
INT |
Number of records that were successfully updated |
type_user |
TINYINT |
Synchronized Record Type (1- Customers, 2- Companies, 3- Web Users) |
Primary Key
PK_AFLS_THIRD_PARTY_TRACE_LOGS |
tptl_id |