ffbc.ContractsServiceActionActivateglobal with sharing class ContractsServiceActionActivate Invocable action to allow contracts to be activated using clicks-not-code customisations. For the API exposing this functionality, see ContractsService.activation For information about using the invocable method in a flow, search for "Apex action" in the Certinia Help. Methodsactivateglobal static List<ffbc.ContractsServiceActionActivate.Response> activate(List<ffbc.ContractsServiceActionActivate.Request> requests) Activate Billing Contracts. Input Parameters
Return ValueA list of response objects containing the contracts to be activated and any errors that occurred during the activation process. ffbc.ContractsServiceActionActivate.Requestglobal with sharing class Request This class wraps the contract to be activated and the activation criteria. Properties
Methodsffbc.ContractsServiceActionActivate.Responseglobal with sharing class Response The response to a request to activate contracts. This contains the contract being activated and the errors if the contract cannot be activated. Properties
Methods |