Processing Reorder Criteria
To create requisitions for an item based on reorder criteria, click ReOrder Process on the Item Master record that you want to process. You can also schedule a batch job to complete the reorder process in an automated way with the Apex class ReOrderSchedule:
- From Setup, click Develop | Apex Classes | Schedule Apex.
- Enter a job name.
- Specify the Apex Class name: ReOrderSchedule.
- Specify the frequency.
- Select each day you want the job to run.
- Specify a start date and an end date.
- Specify a preferred start time.
- Click Save.
SECTIONS