SyncApps
This command will update a mobile device configured for mobile operation with changes made to application related items such as menus, users, applications, macros etc. If an administrator changes a device profile to include or exclude items, this command will compare what is on the device with what is in the profile and request any changed or missing items. Depending on the size of the change the Server.ShowProgress command may be useful.
Group: Server Extensions
Syntax: [bOK = ] Server.SyncApps([vProfile])
bOK (Boolean) Optional – returns True or False for the success of the command
vProfile (Variant) Optional – is the name of the profile used to compare what is on the device with the server list of objects.
Example:
Dim bOK As Boolean
bOK = Server.SyncApps
Server.SyncApps("CEProfile1")