Accounting Apex API Developer Reference

c2g.RetrospectiveReportingCurrUpdateService

global with sharing class RetrospectiveReportingCurrUpdateService

Methods

run

global static ID run(Date fiscalYearDate)

This method runs the process to populate the reporting currency values for the current fiscal year.

Input Parameters

Name Type Description
fiscalYearDate Date The date for the fiscal year.

Return Value

This service returns an ID referring the batch process executed.

Sample Code

//Note: This sample code is for demonstration purposes only. It is not intended for
//use in a production environment, is not guaranteed against defects or errors, and
//is in no way optimized or streamlined.

Date fiscalYearDate = System.today();

c2g.RetrospectiveReportingCurrUpdateService.run(fiscalYearDate);
© Copyright 2009–2022 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.