ffbc.ContractsServiceActionApplyChangeRequestglobal with sharing class ContractsServiceActionApplyChangeRequest Invocable action to allow change requests to be applied using clicks-not-code customisations. For the API exposing this functionality, see ContractsService.applyChangeRequests For information about using the invocable method in a flow, search for "Apex action" in the Certinia Help. MethodsapplyChangeRequestsglobal static List<ffbc.ContractsServiceActionApplyChangeRequest.Response> applyChangeRequests(List<ffbc.ContractsServiceActionApplyChangeRequest.Request> requests) Apply Change Requests to active contracts. Input Parameters
ffbc.ContractsServiceActionApplyChangeRequest.Requestglobal with sharing class Request This class wraps the change requests to be applied and the application criteria. Properties
Methodsffbc.ContractsServiceActionApplyChangeRequest.Responseglobal with sharing class Response The response to a request to apply a change request. This contains the change request being applied, the ID of any credit note generated as a result of applying the change request, and the errors if the change request could not be applied. Properties
MethodsResponseglobal Response() |