Order and Inventory Management Apex API Developer Reference

scmc.SCMCreateInventorySnapShot

global 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

execute

global void execute(SchedulableContext ctx)

start

global Database.QueryLocator start(Database.BatchableContext ctx)

execute

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

finish

global void finish(Database.BatchableContext ctx)

© Copyright 2009–2023 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.