SCM Accounting Connector Apex API Developer Reference

scmcffa.CreditInvoiceExportBatch

global 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

Name Type Description
crInvIds Set<Id> The IDs of credit invoices 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.