The Sync Status page shows organizational data propagation events and their current status, allowing administrators to verify that data changes have propagated correctly across modules. It is reached atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/settings/sync-status.
Overview
The page renders aPropagationStatus component inside a list-page layout titled “Sync Status”. It is gated by pf.org_data_sync.view. The description reads: “Monitor organizational data propagation events across modules.”
Who it’s for
Requirespf.org_data_sync.view (route guard and PermissionGate in component).
Before you start
- No prerequisites for viewing. Propagation events are generated automatically by platform operations.
- You need
pf.org_data_sync.viewto access this page.
Steps
- Navigate to Settings → Sync Status (
/settings/sync-status). - Review the propagation events list for status indicators.
- Investigate any events that show a failed or pending status.
Related
Platform Foundation
Platform Foundation overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/platform.tsx
- src/platform/org-data-sync/pages/SyncStatusPage.tsx
- src/platform/org-data-sync/components/PropagationStatus.tsx