ffscpq.AddToOpportunityFromEstimateServiceglobal with sharing class AddToOpportunityFromEstimateService A service that provides functionality related to adding details from estimates to their related opportunities. MethodsaddToOpportunitiesFromEstimatesAsyncglobal static List<ffscpq.AddToOpportunityFromEstimateService.AddToOpportunityFromEstimateAsyncResponse> addToOpportunitiesFromEstimatesAsync(List<ffscpq.AddToOpportunityFromEstimateService.AddToOpportunityFromEstimateAsyncRequest> requests) A method that adds estimate details to their related opportunities by creating resource requests and opportunity products. Input Parameters
Return ValueThis service returns AddToOpportunityFromEstimateAsyncResponse in a list that parallels the input list. Sample Code
ffscpq.AddToOpportunityFromEstimateService.AddToOpportunityFromEstimateAsyncRequestglobal with sharing class AddToOpportunityFromEstimateAsyncRequest The request structure for adding an estimate to its related opportunity. Properties
MethodsAddToOpportunityFromEstimateAsyncRequestglobal AddToOpportunityFromEstimateAsyncRequest(Id estimateId) A default constructor with minimum required properties. Input Parameters
Sample Code
ffscpq.AddToOpportunityFromEstimateService.AddToOpportunityFromEstimateAsyncResponseglobal with sharing class AddToOpportunityFromEstimateAsyncResponse The response structure for adding an estimate to its related opportunity. Properties
ffscpq.AddToOpportunityFromEstimateService.AddToOpportunityFromEstimateAsyncErrorglobal with sharing class AddToOpportunityFromEstimateAsyncError The error that occurred while processing the request. Properties
|