Syncari keeps track of every data change that happens in the system. We expose this to you in the Transaction view. We also give you the opportunity to filter in order to find what you are looking for and then view the detail of the changes made as part of the transaction.
Tour
- Navigate to Transactions
- Results show the transactions that match your filter
Filters
- Entity - You can see transactions for All Entities or for a specific entity like Like lead as I have done here.
- Date Range - You can choose a date range of transactions you would like to see. By default this is the last week but you can change this to find what you are looking for.
- Operation - You can choose All Operations or a specific operation like Create or Update.
- Finally, click Apply to see your results
Results (Transactions)
- Date - When the transaction occurred
- Entity - What entity the transaction affected
- Original Source - The Synapse and Enternal ID of the record(s) that was processed which affected the change.
- Operation - Category of the change (Create, Update, etc.)
- Changes - How many changes were made as part of this transaction (Click for Detail)
- [Errors]
Transaction Detail
- Field - The field that was affected by the transaction
- [Source Value]
- Old Value - The value that was in Syncari before the transaction (this will be blank for Create operations)
- New Value - The value that is in Syncari after the transaction
- [Data authority winning value]
- [Destination Value]
Delete Transactions
Transactions can capture two kinds of Delete operations. One when a record is deleted from Syncari and another when the record is deleted in the destination Synapse through Syncari.
Syncari Delete
"Delete" operation in Syncari is caused by one of the following
- Record was deleted in the source synapse and record had ID Mapping corresponding only to that source.
- Record deleted through Data Studio.
- Record deleted using "Delete Syncari Records" action.
The details view captures the changes that happened in Syncari. In this example there was change only on the isDeleted field.
External Delete
"External Delete" operation occurs when deletes in Syncari are sent to the destination synapses. Destination synapse should be be configured in the Syncari Pipeline to accept deletes.
Details view of the transaction captures the ID of the deleted record in the Synapse, along with name of the external entity and the name of the Synapse. If the deletion in the Synapse is triggered due to the record being deleted in one of the sources, then that information is captured in the "Disconnected sources" tab. In the example below, the record was deleted from sources - Salesforce and Marketo. Pipeline processed this and the deleted the record from Postgres, which was the destination Synapse.