{{ctrl.SSUtilService.getCurrentDateTime()}}
Access Denied – You do not have permission to view this page. Please contact your administrator if you believe this is a mistake.
| # | Country | Enabled | Refresh Interval | Execution Time | Execution Day | Source Type | Last Synced | Last Status | Rows | |
|---|---|---|---|---|---|---|---|---|---|---|
| Loading... | ||||||||||
| No records found. | ||||||||||
| {{ $index + 1 }} | {{ ctrl.SSConfigService.getCountryName(syncConfig.country_code) || '--' }} | {{ syncConfig.refresh_interval || '--' }} | {{ syncConfig.execution_time || '--' }} | {{ ctrl.executionDayDisplay(syncConfig) }} | {{ syncConfig.data_source_type || '--' }} | {{ syncConfig.last_synced_at ? ctrl.SSUtilService.formatUtcToLocalDate(syncConfig.last_synced_at) : '--' }} | never success failed | {{ syncConfig.last_sync_rows == null ? '--' : syncConfig.last_sync_rows }} |
|
|
Sync Configuration - {{ ctrl.selectedSyncConfig.id ? ctrl.SSConfigService.getCountryName(ctrl.selectedSyncConfig.country_code) : 'New' }}
Country
{{ ctrl.syncConfigParams.country_code ? ctrl.SSConfigService.getCountryName(ctrl.syncConfigParams.country_code) : '--' }}
{{ ctrl.formErrors.country_code }}
Enabled
{{ ctrl.syncConfigParams.is_enabled ? 'Yes' : 'No' }}
Refresh Interval
{{ ctrl.syncConfigParams.refresh_interval || '--' }}
{{ ctrl.formErrors.refresh_interval }}
Execution Time (SGT)
{{ ctrl.formatExecutionTime(ctrl.syncConfigParams.execution_time) || '--' }}
{{ ctrl.formErrors.execution_time }}
Execution Day (Mon=1 … Sun=7) (1–31) (month + day)
{{ ctrl.executionDayDisplay(ctrl.syncConfigParams) }}
{{ ctrl.formErrors.execution_day }}
Data Source Type
{{ ctrl.syncConfigParams.data_source_type || '--' }}
{{ ctrl.formErrors.data_source_type }}
Data Source URL
{{ ctrl.syncConfigParams.data_source_url || '--' }}
{{ ctrl.formErrors.data_source_url }}
Data Source Headers (optional) — for auth-gated APIs