Schedule CVR synchronization
You can configure when to perform synchronization of CVR data for CVR companies and production units.
-
In WorkZone Configurator, go to Services > Contact synchronization > Schedule tab.
-
In the CVR section, turn on Enable for the type of synchronization you want to schedule and enter a Cron expression that tells the server at what time and how often to perform the synchronization.
15 0 * * *
which will synchronize data every day at 00:15.
0 19 * * mon
which synchronize data every Monday at 7 PM.