For this parameter... | Specify... |
Download Service | The fully qualified name of the flow service created to return data from the backend application to the mobile device. |
Upload Service | The fully qualified name of the flow service created to send data from the mobile device to the backend application. |
Business Doc Type | The fully qualified name of the IS document type to use to define the structure of the data to be synchronized. |
Row Identifiers | One or more field names from the business document type that you want to use to uniquely identify the record to be synchronized. Separate field names with commas. |
Filter | Optional. One or more keys that specify which records to return to the mobile application. Separate key names with commas. The filter keys you specify here must be present in the business document type, and the mobile application should send these same keys in the synchronization request. Mobile Support sends the requesting mobile application only the set of records that matches the filter, as follows: If more than one filter key is passed, Mobile Support returns only those records that match all of the specified filter keys. If a filter key contains more than one value, Mobile Support returns records that match any of the values. |
Conflict Resolution Rule | The rule that Mobile Support should use when determining how to resolve conflicts that arise with new synchronization requests. Select either Client wins or Server wins. For more information about conflict resolution rules, see
Change Detection and Conflict
Resolution. |
Store Business Data | Whether to store, in the sync store, the business data to be synchronized. Recommended settings are as follows: If the backend data is updated only by mobile applications that submit synchronization requests to Mobile Support, clear this check box. If the backend data is updated by the backend application, outside of Mobile Support, as well as by mobile applications that submit synchronization requests to Mobile Support, select this check box. Doing so assists Mobile Support in detecting and resolving data conflicts. |