Accounting Apex API Developer Reference

c2g.ReportingPeriodUpdateService

global with sharing class ReportingPeriodUpdateService implements API

the service class used to update reporting period on transactions

Methods

run

global static Id run(Boolean isDetailMonitoring, Boolean isSerialProcessing, Date startDate, Date endDate, Boolean isReportingCompanyUpdated)

Use this method to update Reporting Period on transactions.

Input Parameters

Name Type Description
isDetailMonitoring Boolean If True, detailed monitoring is used, and process logs and success and failure counts are generated. If False, simple monitoring is used. Process logs and success and failure counts are not generated.
isSerialProcessing Boolean If True, the batch jobs are processed serially. If False, the batch jobs are processed in parallel.
startDate Date The date from which you want to update the reporting period on transactions.
endDate Date The date up to which you want to update the reporting period on transactions.
isReportingCompanyUpdated Boolean The isReportingCompanyUpdated will be passed as true if Reporting Company changed on Accounting Companies.
© Copyright 2009–2022 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.