Configure scheduled offline caching
Configure system components to automatically download the cache in the background. If you are making changes to these properties, then you must create them first.
Before you begin
Role required: wm_admin
Procedure
Configure properties to schedule the offline cache download.
In the application navigator, enter
sys_properties.list.Set the values for the system properties.
| Property | Description |
|---|---|
| glide.sg.offline.scheduled\_download.enabled | Enable scheduled downloading for all Agent app users. - Type: true/false - Default value: false |
| glide.sg.offline.scheduled\_download.cachesync\_offset | Number of minutes before a user's shift to begin payload generation. The property value is in minutes.Note: Do not set the value of this property to less than the interval that the Mobile Offline Scheduling job is running. Doing so would prevent offline payloads from being generated. |
| glide.sg.offline\_payload.refresh\_frequency | The number of minutes before a cached record is flagged for refresh.- Type: Integer - Default value: 240 minutes |
| glide.sg.offline.expiration | The duration when the cache expires on the client. Every time the payload is refreshed, this time gets extended. - Type: Integer - Default value: 172,800,000 milliseconds Note: 172,800,000 milliseconds is 48 hours. After 48 hours, the system deletes the data due to a security protocol. |
3. Select **Update**.
Configure the scheduled job to schedule the offline cache download.
Navigate to System Definition > Scheduled Jobs.
Select the Populate Agents Daily Schedule Table scheduled job and configure the job schedule.
- Activate the job by selecting the Active check box.
- In the Time field, enter the time to execute the job.
- Set the Run field to Daily.
- Select Update.
Related topics