SCM

scmc.ReOrderBatch

global with sharing class ReOrderBatch implements Database.Batchable<sObject>

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)

© Copyright 2009–2020 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.