ffbc.ContractsServiceActionReleaseForBillingglobal with sharing class ContractsServiceActionReleaseForBilling Invocable action to allow contract lines to be released for billing using clicks-not-code customisations. For the API exposing this functionality, see ffbc.ContractsHoldingService For information about using the invocable method in a flow, search for "Apex action" in the Certinia Help. MethodsreleaseForBillingglobal static void releaseForBilling(List<ffbc.ContractsServiceActionReleaseForBilling.Request> requests) Release billing contract line items from being on hold so that they are available for billing. Any amounts not billed while the lines were on hold will be included next time their contracts are billed. This method requires update access to the Billing Contract Line SObject type and its 'on hold' field. Input Parameters
ffbc.ContractsServiceActionReleaseForBilling.Requestglobal with sharing class Request This class wraps the contract line item to be released for billing. Properties
Methods |