MobiLink Synchronization User's Guide
Server-Initiated Synchronization
Push requests
There are many ways that you can create push requests. You can use any method for inserting data. Following is a list of common ways to create push requests:
Define a database trigger. For example, create a trigger that detects when a price changes and then inserts push request data into a table of push requests.
Use a database client application that inserts data into a push request table directly.
Use the Notifier property begin_poll.
For more information, see begin_poll in Notifier properties.
Manually insert push request data.