scmcffa.APVoucherCreditExportBatchglobal with sharing class APVoucherCreditExportBatch extends ExportBatch implements Schedulable,Database.Batchable<sObject>, Database.Stateful A batch process to pull all the AP voucher credits ready for export as payable credit note. Properties
Methods
executeglobal void execute(SchedulableContext ctx) APVoucherCreditExportBatchglobal APVoucherCreditExportBatch() startglobal Database.QueryLocator start(Database.Batchablecontext bc) executeglobal void execute(Database.Batchablecontext bc, List<SObject> voucherCredits) finishglobal void finish(Database.Batchablecontext bc) |