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