scmc.SCMCreateInventorySnapShotglobal with sharing class SCMCreateInventorySnapShot implements Schedulable, Database.Batchable<SObject>, Database.Stateful Class to create a snapshot of inventory at a point in time. This allows analysis of period over period changes and analytics. Copies the state of inventory records at the time the process is run into the Month End Inventory object. Methods
executeglobal void execute(SchedulableContext ctx) startglobal Database.QueryLocator start(Database.BatchableContext ctx) executeglobal void execute(Database.BatchableContext ctx, List<SObject> inventoryPositionList) finishglobal void finish(Database.BatchableContext ctx) |