SCM API Developer's Reference

scmc.ReOrderBatch

global with sharing class ReOrderBatch implements Database.Batchable

Class for executing the reorder point process. All items defined in SCM RecOrder Criteria are queried. Available inventory, open purchase orders, and open requisitions are taken into account when applying the reorder criteria and determining if items need to be ordered. Requisitions are created and submitted for approval as needed.

Author

Financial Force, Inc.

Methods

ReOrderBatch

global ReOrderBatch()

start

global Database.QueryLocator start(Database.BatchableContext BC)

execute

global void execute(Database.BatchableContext BC, List<sObject> scope)

finish

global void finish(Database.BatchableContext BC)