Step 13: Schedule backend jobs
Learn how to schedule a backend job.
Last updated
Learn how to schedule a backend job.
Last updated
For the App to continuously synchronize data between Salesforce and Digital River, you need to schedule several backend jobs. To schedule the backend jobs:
Click Setup and select Developer Console from the dropdown list. The Developer Console opens.
Click Debug and select Open Execute Anonymous Window. The Enter Apex Code dialog appears.
Copy the script from the first row of the table under Backend job scripts, paste it in the Enter Apex Code dialog, and click Execute. Repeat this step for each additional script in the table.
The following table lists the jobs that you need to schedule and the apex code that you can run to set up the jobs. You can also find these settings on the Schedule Jobs tab in the DR CC Config Settings spreadsheet.
Job Name | Script for Scheduled Job | Comments |
Order Level Electronic Fulfillment Job |
| |
Line Item Electronic Fulfillment Job |
| |
CC Subscription Processor Job |
| Only enable this script if you need to support subscriptions. Consult with the Digital River team before scheduling this Job. |
DR Installment Subscription Processor Job |
| Only enable this script if you need to support subscriptions. Consult with the Digital River team before scheduling this Job. |