scmc.ReOrderBatchglobal with sharing class ReOrderBatch implements Database.Batchable<sObject> Class for executing the reorder point process. All items defined in Re-Order 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. Methods
ReOrderBatchglobal ReOrderBatch() startglobal Database.QueryLocator start(Database.BatchableContext BC) executeglobal void execute(Database.BatchableContext BC, List<sObject> scope) finishglobal void finish(Database.BatchableContext BC) |