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. AuthorFinancial Force, Inc. Properties
Methods
startglobal Database.QueryLocator start(Database.BatchableContext ctx) executeglobal void execute(Database.BatchableContext ctx, List<SObject> records) finishglobal void finish(Database.BatchableContext ctx) |