scmc.SalesorderBatchglobal with sharing class SalesorderBatch implements Database.Batchable<SObject>, Database.Stateful A batch process to allocate and optionally submit for approval a list of sales orders. Sales orders are specified using the soIds property. Properties
Methods
startglobal Database.QueryLocator start(Database.BatchableContext ctx) executeglobal void execute(Database.BatchableContext ctx, List<SObject> records) finishglobal void finish(Database.BatchableContext ctx) |