c2g.RetrospectiveReportingCurrUpdateServiceglobal with sharing class RetrospectiveReportingCurrUpdateService Methodsrunglobal static ID run(Date fiscalYearDate) This method runs the process to populate the reporting currency values for the current fiscal year. Input Parameters
Return ValueThis 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); |