ffbc.BillingScheduleActionFindNextBillDatesglobal with sharing class BillingScheduleActionFindNextBillDates Invocable action to allow a contract's next billing date to be calculated using clicks-not-code customisations. For the API exposing this functionality, see BillingSchedulesService.calculateNextBillDates For information about using the invocable method in a flow, search for "Apex action" in the Certinia Help. MethodscalculateNextBillDatesglobal static List<ffbc.BillingScheduleActionFindNextBillDates.Response> calculateNextBillDates(List<ffbc.BillingScheduleActionFindNextBillDates.Request> requests) Calculate Next Billing Dates for active contracts. Input Parameters
ffbc.BillingScheduleActionFindNextBillDates.Requestglobal with sharing class Request This class wraps the contracts that next billing dates will be calculated for. Properties
Methodsffbc.BillingScheduleActionFindNextBillDates.Responseglobal with sharing class Response The response to a request to calculate the next billing date. This contains the contract ID being used for calculation, the next billing date calculated for the contract, and any errors if the next billing date could not be calculated. Properties
Methods |