SCM API Developer's Reference

scmc.SCMCreateInventorySnapShot

global with sharing class SCMCreateInventorySnapShot implements Schedulable, Database.Batchable, 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 SCM Month End Inventory object.

Author

Financial Force, Inc.

Methods

execute

global void execute(SchedulableContext ctx)

start

global Database.QueryLocator start(Database.BatchableContext ctx)

execute

global void execute(Database.BatchableContext ctx, List<SObject> records)

finish

global void finish(Database.BatchableContext ctx)