ffbc.ChangeRequestsAsyncServiceglobal with sharing class ChangeRequestsAsyncService implements API This class provides services for automated application of change requests to active contracts via a background process. MethodsapplyChangeRequestsAsyncglobal static Id applyChangeRequestsAsync(ffbc.ChangeRequestsAsyncService.ApplyChangeRequestsRequest request) Applies the change requests specified in the request via a background process. Creates credit notes for periods that have been billed in advance, unless crediting has been disabled in the request. A separate background process is then started to create billing schedules for the contracts, for the number of months specifed in the request. Input Parameters
Return ValueId The ID for the background process that is processing the change requests ffbc.ChangeRequestsAsyncService.ApplyChangeRequestsRequestglobal with sharing class ApplyChangeRequestsRequest This class wraps the criteria to be used when applying change requests to contracts. Properties
MethodsApplyChangeRequestsRequestglobal ApplyChangeRequestsRequest() The default constructor for an ApplyChangeRequestsRequest. |