ffrr.RevenueScheduleAutomationServiceglobal with sharing class RevenueScheduleAutomationService Contains methods for Recognition Schedule automation. EnumsAutomationProcessDenotes an individual process that can be run by the automation service. The order these are listed here is the same order in which the processes will be run, if selected.
MethodsrunProcessesglobal static ffrr.RevenueScheduleAutomationService.AutomationResult runProcesses(ffrr.RevenueScheduleAutomationService.AutomationConfig configuration) Runs the recognition schedule processes specified by the ffrr.RevenueScheduleAutomationService.AutomationConfig object from the first process to last process. See the RevenueScheduleAutomationService.AutomationProcess enum for the available values. The order in which these processes happens is as follows: Input Parameters
Exceptions Thrown
Return ValueReturns a ffrr.RS_AutomationService.AutomationResult object. Sample Code
ffrr.RevenueScheduleAutomationService.AutomationConfigglobal with sharing class AutomationConfig Class used to pass configuration to automation API call. Sample Code
Properties
Methods
AutomationConfigglobal AutomationConfig(ffrr.RevenueScheduleAutomationService.AutomationProcess firstProcess, ffrr.RevenueScheduleAutomationService.AutomationProcess lastProcess) AutomationConfigglobal AutomationConfig(ffrr.RevenueScheduleAutomationService.AutomationProcess firstProcess, ffrr.RevenueScheduleAutomationService.AutomationProcess lastProcess, Boolean summarizeTransactions) ffrr.RevenueScheduleAutomationService.AutomationResultglobal with sharing class AutomationResult Class used to return results of automation API call. Properties
ffrr.RevenueScheduleAutomationService.AutomationFiltersglobal inherited sharing class AutomationFilters extends ProcessFilters Class used to store the filters to be applied to an automation process. A filter is a set of permitted values for a specified field. Sample Code
MethodsAutomationFiltersglobal AutomationFilters(Set<String> filteredCompanies, Set<String> filteredCurrencies) Construct a AutomationFilters object with the specified filters. Input Parameters
|