scmcffa.JournalImportLargeBatchglobal 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 – FinancialForce Connector Settings custom setting. Methods
executeglobal void execute(SchedulableContext ctx) startglobal Database.QueryLocator start(Database.BatchableContext context) executeglobal void execute(Database.BatchableContext ctx, List<SCMC__Inventory_Transaction_Perpetual_Record__c> scope) finishglobal void finish(Database.BatchableContext ctx) |