OpportunityToOrder_Polling

When a deal closes successfully, the owner of the Salesforce.com Opportunity representing that deal changes its status to Closed Won. The Opportunity to Order process requires a process to be implemented on the Business works platform that looks for newly closed opportunities on a regular basis and create a new order in the ERP system each time one is found. If the Order’s Account is not in the ERP system, the Account record has to be migrated from the Salesforce.com CRM as well, according to the Customer Master Process.

The process named SyncOpportunity_Polling takes this task in hand. Another two processes named GetLastPollingTime and SetLastPollingTime are called by the SyncOpportunity_Polling process.