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
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. |
|