Adapter for Salesforce 8.2 | webMethods Adapter for Salesforce Documentation | webMethods Adapter for Salesforce Installation and User’s Documentation | Adapter Polling Notifications | Configuring Adapter Polling Notifications
 
Configuring Adapter Polling Notifications
 
Creating an Upsert Polling Notification
Creating a Delete Polling Notification
The polling notification template is designed to work on a single Salesforce object at a time. The object must be replicable (that is, the replicateable field for the Object must be set to "true"; for more information, see the Force.com Web Services API Developer's Guide). Adapter for Salesforce defines two polling notification templates, one for capturing any create or update changes and another for any records deleted.
Adapter for Salesforce uses the getUpdated() call to implement Upsert Notifications and getDeleted() call for Delete Notifications. The call takes three input parameters: startDate, endDate and sObject as explained below:
*startDate: The initial start date is calculated by the polling notification based on the day count parameter provided by the user. For subsequent calls, the start date is used as the latestDateCovered from the previous notification.
*endDate: The current date is used as the end date by the polling notification.
*sObject: The object selected by the user during creation of the polling notification.