Jump to: navigation, search

Changes


SYSCLS OFFLINE SYNC CONFIGURATION

1,071 bytes added, 11:35, 12 November 2020
Created page with "{{ClassificationInfoBox | title = Offline Sync Configuration Classification | name = {{PAGENAMEE}} | inheritance = none | namespace = System.Classification.Kernel | purpose =..."
{{ClassificationInfoBox
| title = Offline Sync Configuration Classification
| name = {{PAGENAMEE}}
| inheritance = none
| namespace = System.Classification.Kernel
| purpose = Configure an object to be branch-synced (make offline available) on the client
| version = 3.6.0+
| id = {EFDB1089-3F50-40E6-A66D-6B0F1603C7DD}
}}

If an Object fullfills the Offline Sync Configuration Classification it gets automatically branch downloaded (on the client) according its configuration.


== MetaProperties ==
{| class="wikitable" width=50%
|-
! width=30% | Name !! width=30% | Data type !! Comment
|-
| CONFIGURATION_NAME|| {{Integer}} || Offline Sync Configuration (setting). See supported values below.
|}

Supported Configuration settings:
* 0: No Auto Sync
* -1: Sync once
* -2: Sync after every start of the app
* any value >0: Periodic sync if app is running; the value is interpreted in hours (e.g. 4 => periodically sync every 4 hours)

== See also ==
* [[HowTo:Create_a_new_Classification]]
* [[HowTo:Assign a Classification to a MetaClass]]

{{Category/Version|3.6.0}}
1,579
edits