Order and Inventory Management – Accounting Connector Apex API Developer Reference

scmcffa.APVoucherCreditExportBatch

global 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

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

Methods

execute

global void execute(SchedulableContext ctx)

APVoucherCreditExportBatch

global APVoucherCreditExportBatch()

start

global Database.QueryLocator start(Database.Batchablecontext bc)

execute

global void execute(Database.Batchablecontext bc, List<SObject> voucherCredits)

finish

global void finish(Database.Batchablecontext bc)

© Copyright 2009–2023 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.