scmcffa.CreditInvoiceExportBatchglobal with sharing class CreditInvoiceExportBatch extends ExportBatch implements Schedulable, Database.Batchable<IAction>, Database.Stateful A batch process to pull all the credit invoices ready for export as sales credit notes. Properties
Methods
executeglobal void execute(SchedulableContext ctx) startglobal Iterable<scmcffa.IAction> start(Database.Batchablecontext BC) executeglobal void execute(Database.Batchablecontext bc, List<scmcffa.IAction> scope) finishglobal void finish(Database.Batchablecontext bc) |