ForceLocal
This property will tell the Mobile Client in a Roaming state that it should only look to either the server or local database for all data retrieval and updates. For example, if Mobile Client in a Roaming state was connected to the server and the ForceLocal was set to False, when the user executes a TM.QueueMacro it would actually be queued on the server not the local device. DB.Execute would look to the server automatically to retrieve the latest data rather than the locally stored data on the device.
Group:Device Extensions
Syntax: Device.ForceLocal = bValue
bValue (Boolean) set to True or False to force data access to either the server or local database
Example: