ffbc.ContractsServiceActionActivateAsyncglobal with sharing class ContractsServiceActionActivateAsync Invocable action to allow contracts to be activated using clicks-not-code customisations. For the API exposing this functionality, see ContractsService.activationAsync For information about using the invocable method in a flow, search for "Apex action" in the Certinia Help. MethodsactivateAsyncglobal static List<ffbc.ContractsServiceActionActivateAsync.Response> activateAsync(List<ffbc.ContractsServiceActionActivateAsync.Request> requests) Activate Billing Contracts Asynchronously. Input Parameters
Return ValueA list of response objects containing the contracts to be activated and the background process IDs. ffbc.ContractsServiceActionActivateAsync.Requestglobal with sharing class Request This class wraps the contract to be activated. Properties
Methodsffbc.ContractsServiceActionActivateAsync.Responseglobal with sharing class Response The response to a request to activate contracts. This contains the contract being activated and the Background Process ID that will process the activation request. Properties
Methods |