ffscpq.AddEstimateProductServiceglobal with sharing class AddEstimateProductService A service that provides functionality related to adding estimate products to estimates. MethodsaddEstimateProductsToEstimatesglobal static List<ffscpq.AddEstimateProductService.AddEstimateProductsToEstimatesResponse> addEstimateProductsToEstimates(List<ffscpq.AddEstimateProductService.AddEstimateProductsToEstimatesRequest> requests) A method that adds estimate products to estimates. Input Parameters
Return ValueThis service returns AddEstimateProductsToEstimatesResponse in a list that parallels the input list. Sample Code
ffscpq.AddEstimateProductService.IFinalizeEstimateActionglobal interface IFinalizeEstimateAction An action that is executed after all estimate products have been added to an estimate. Methodsexecutevoid execute(Id estimateId) ffscpq.AddEstimateProductService.IFinalizeEstimateProductActionglobal interface IFinalizeEstimateProductAction An action that is executed after the estimate product has been added to the estimate. Methodsexecutevoid execute(ffscpq__Estimate_Product_Instance__c estimateProductInstance) ffscpq.AddEstimateProductService.AddEstimateProductsToEstimatesRequestglobal with sharing class AddEstimateProductsToEstimatesRequest The request structure for adding an estimate product to an estimate. Properties
MethodsAddEstimateProductsToEstimatesRequestglobal AddEstimateProductsToEstimatesRequest(Id estimateId, Id estimateProductId) A default constructor with minimum required properties. Input Parameters
Sample Code
ffscpq.AddEstimateProductService.AddEstimateProductsToEstimatesResponseglobal with sharing class AddEstimateProductsToEstimatesResponse The result returned after adding an estimate product to an estimate. Properties
ffscpq.AddEstimateProductService.AddEstimateProductErrorglobal with sharing class AddEstimateProductError The error that occurred while processing the request. Properties
|