SCM Accounting Connector Apex API Developer Reference

scmcffa.APVoucherExportBatch

global 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

Name Type Description
voucherIds Set<Id> The IDs of AP vouchers to be exported.

Methods

execute

global void execute(SchedulableContext ctx)

start

global Iterable<scmcffa.IAction> start(Database.Batchablecontext bc)

execute

global void execute(Database.Batchablecontext bc, List<scmcffa.IAction> scope)

finish

global void finish(Database.Batchablecontext bc)

© Copyright 2009–2022 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.