To Schedule Invoice Email Delivery
- Go to Setup, enter Apex Classes in the Quick Find box, select Apex Classes (under Develop), and then click Schedule Apex button located at the top.
- Enter Job Name.
- From the Apex Class lookup, select InvoiceEmailDeliveryScheduler class.
- Under Schedule Apex Execution, specify how often the Apex class should run.
- For Weekly—Select one or more days of the week for the job to run (such as Monday and Thursday).
- For Monthly—Select either date or day of the job to run (such as second Monday of every month).
- Enter the Start and End dates for the Apex scheduled class.
- Specify a Preferred Start Time.
- Click Save.Note: If you execute InvoiceEmailDeliveryJob directly, ensure that you do not set the batch size to more than 10. Conga recommends that you set the batch size as 1.