ffscpq.AddFromEstimateTemplateServiceglobal with sharing class AddFromEstimateTemplateService A service that provides functionality related to copying all related records from one estimate to another. MethodsaddAllRelatedRecordsglobal static List<ffscpq.AddFromEstimateTemplateService.AddAllRelatedRecordsResponse> addAllRelatedRecords(List<ffscpq.AddFromEstimateTemplateService.AddAllRelatedRecordsRequest> requests) A method that copies all related records from an estimate. Input Parameters
Return ValueThis service returns AddAllRelatedRecordsResponse in a list that parallels the input list. Sample Code
ffscpq.AddFromEstimateTemplateService.AddAllRelatedRecordsRequestglobal with sharing class AddAllRelatedRecordsRequest The request structure for copying all related records from an estimate. Properties
MethodsAddAllRelatedRecordsRequestglobal AddAllRelatedRecordsRequest(Id sourceEstimateId, Id destinationEstimateId) A default constructor with minimum required properties. Input Parameters
Sample Code
ffscpq.AddFromEstimateTemplateService.AddAllRelatedRecordsResponseglobal with sharing class AddAllRelatedRecordsResponse The result returned after copying all related record from an estimate. Properties
ffscpq.AddFromEstimateTemplateService.AddFromEstimateTemplateErrorglobal with sharing class AddFromEstimateTemplateError The error that occurred while processing the request. Properties
|