SCM Accounting Connector Apex API Developer Reference

scmcffa.InvoiceExportBatch

global with sharing class InvoiceExportBatch extends ExportBatch implements Schedulable, Database.Batchable<IAction>, Database.AllowsCallouts, Database.Stateful

A batch process to pull all the invoices ready for export as sales invoices.

Properties

Name Type Description
invIds Set<Id> The IDs of invoices to be exported.

Methods

execute

global void execute(SchedulableContext ctx)

start

global Iterable<scmcffa.IAction> start(Database.BatchableContext ctx)

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.