Order and Inventory Management – Accounting Connector Apex API Developer Reference

scmcffa.JournalImportLargeBatch

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

Creates journals in Accounting from all the eligible inventory transaction perpetual records in a batch process. The batch size is determined by the Journal Import Batch Size field in the OIM – Accounting Connector Settings custom setting.

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–2023 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.