Copyright © 2016 Mobilengine Corp. All rights reserved. version: 7.0.4.19927
An eventtab object allows access to a synchronization event table on the server.
Remarks
No literal syntax is available in the workflow script language - you can instantiate a new
eventtab object by referencing an existing synchronization events table in your script in a
using eventtab
directive.
Synchronization events tables only store pending synchronization events. Synchronization events are deleted from synchronization events tables each time the designated user's mobile client synchronizes with the server.
Use the events
variable to access eventtab objects in your script, and insert,
query, or cancel synchronization events.
Members
Create a new event by inserting a row into the synchronization events table.
Returns a list of rows from the synchronization events table have all the specified fields.
Cancels a synchronization event by deleting it from the synchronization events table.