SCM Accounting Connector Apex API Developer Reference

scmcffa.JournalImportLargeBatch

global with sharing class JournalImportLargeBatch implements Schedulable, Database.Batchable<SObject>, Database.Stateful

A batch process to pull all the inventory transaction perpetual records ready for export with batch size defined in custom setting SCM-FFA Connector Settings field Journal Import Batch Size.

Methods

execute

global void execute(SchedulableContext ctx)

start

global Database.QueryLocator start(Database.BatchableContext context)

execute

global void execute(Database.BatchableContext ctx, List<SCMC__Inventory_Transaction_Perpetual_Record__c> scope)

finish

global void finish(Database.BatchableContext ctx)

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