Question
Difference between Manual Sync & Sync Records Smart Service?
A
Anonymous
December 20, 2025
54
Answer
Manual Sync
- Manual sync is initiated by a user or administrator from the Appian interface, typically through the Record Type Designer or the Sync page.
- It performs a full synchronization, pulling all records from the source system into Appian.
- This approach is best suited for occasional or scheduled data refreshes, such as a nightly or weekly sync.
- Manual syncs are generally used when a complete data reload is required or after major source changes.
Sync Records Smart Service
- The Sync Records smart service enables programmatic synchronization of records within a process model.
- It supports syncing specific record IDs or batches, allowing incremental and selective updates instead of a full sync.
- This is ideal for on-demand synchronization, such as after an external system update or within a workflow to ensure data freshness.
- It works with all synced record types and integrates seamlessly into Appian automation processes.
Example : Manual Sync (Full Refresh)
Scenario
A banking application has a Customer Record Type synced from an external CRM system.
What happens
- The CRM team performs a bulk data cleanup (duplicates removed, old customers archived).
- Appian data is now out of sync with the source system.
Action
- An admin goes to Record Type → Sync → Run Manual Sync.
- Appian performs a full sync, pulling all customer records from the CRM.
Why Manual Sync?
- A complete data refresh is required.
- Changes affect most or all records.
- This is usually done off-hours (e.g., nightly) to avoid performance impact.
Example : Sync Records Smart Service (Selective Sync)
Scenario
A loan application workflow updates a customer’s credit score in an external system.
What happens
- Only one customer record is updated externally.
- Appian must reflect this change immediately.
Action
- After the external API call, a process model triggers the
- Sync Records Smart Service.
- The service syncs only the updated Customer Record ID.
Why Sync Records Smart Service?
- Avoids full data reload.
- Keeps data real-time and accurate.
- Improves performance and scalability.
JuniorRecords
Loading comments...