/
Master data sync flows

Master data sync flows

All the data required to run the registration client is referred to as master data. All the sync calls to the server(kernel-syncdata-service) are authenticated & authorized. The user performing the sync MUST have either REGISTRATION_SUPERVISOR or REGISTRATION_OPERATOR role assigned.

  • Master data sync is divided into 2 types: Full sync & Delta sync

  • Full sync is performed only once during the initial setup of the registration client.

  • Full sync MUST be auto-triggered upon the first successful login.

  • Every sync including the initial sync must store the last successful sync datetime in the global params table.

  • Delta sync will use the last successful sync date time to pull only changes done after the last successful sync.

 

Add label

Related content