ConnectMagic: Sync Editor
Sync Editor
The Sync Editor is the form-based editor for a single sync. A sync has one or more versions; you edit a selected version here and make it live when you are ready. Only one version is active at a time.
Toolbar
- Version selector — choose which version you are editing.
- Activate Version — make the selected version the live one for this sync.
- New Version — start a new version (typically to make changes without affecting the running configuration).
- Open in Sync Studio — switch to the visual editor for the same version.
Tabs
- Basic Config — name, description, Stop After Initial Sync, and Execution Mode (Execute, Dry Run, or Find Duplicates).
- State DataSets — the internal "state" datasets that connected-system datasets reconcile against.
- Connected Systems — the external systems in this sync, each bound to a Connection, with per-system read/write permissions.
- Connected System DataSets — the datasets on each connected system, including their queries, filters and duplicate-handling.
- Constants — reusable values referenced by mappings.
- Mappings — the field mappings that move and transform values between a connected system and the state.
Config as code
A whole sync version can be exported and re-imported as a single JSON document — see Import
and the Magic Suite CLI (magicsuite api export sync / magicsuite api import sync).