ffbc.ContractsServiceActionCreateCRglobal with sharing class ContractsServiceActionCreateCR Invocable action to allow change requests to be created using clicks-not-code customisations. For the API exposing this functionality, see ContractsService.createChangeRequests For information about using the invocable method in a flow, search for "Apex action" in the Certinia Help. MethodscreateChangeRequestsglobal static List<ffbc.ContractsServiceActionCreateCR.Response> createChangeRequests(List<ffbc.ContractsServiceActionCreateCR.Request> requests) Create Change Requests for active contracts. Input Parameters
ffbc.ContractsServiceActionCreateCR.Requestglobal with sharing class Request This class wraps the active contracts that change requests will be made for. Properties
Methodsffbc.ContractsServiceActionCreateCR.Responseglobal with sharing class Response The response to a request to create a change request. This contains the ID of the active contract that the change request was created for, the ID of the change request that was created, and any errors if the change request could not be created. Properties
Methods |