Replication Events
All actions triggered during the replication process, such as creation, updates, or deletions are captured in the replication history. These events ensure that the target system remains synchronized with the source system.
For example:
When Part A.1 is created in the source system, it is subsequently replicated in the target system.
When Part A.2 is updated in the source system, the changes are mirrored in the target system.
When Part A.2 is deleted from the source system, it is also removed from the target system.
Source
Target
Part A.1 (created)
Part A.1 (created by replication)
Part A.2 (updated)
Part A.2 (updated)
Part A.2 (removed)
Part A.2 (removed)
Isto foi útil?