ffscpq.AddToProjectFromEstimateServiceglobal with sharing class AddToProjectFromEstimateService A service that provides functionality related to adding estimate records to a project. The service will also add estimate records to their related opportunities. MethodsaddToProjectsFromEstimatesAsyncglobal static List<ffscpq.AddToProjectFromEstimateService.AddToProjectFromEstimateAsyncResponse> addToProjectsFromEstimatesAsync(List<ffscpq.AddToProjectFromEstimateService.AddToProjectFromEstimateAsyncRequest> requests) A method that adds estimate records to a project. The method will also add records from the estimates to the related opportunities. Input Parameters
Return ValueThis service returns AddToProjectFromEstimateAsyncResponse in a list that parallels the input list. Sample Code
ffscpq.AddToProjectFromEstimateService.AddToProjectFromEstimateAsyncRequestglobal with sharing class AddToProjectFromEstimateAsyncRequest The request structure for adding estimate records to a project. Properties
MethodsAddToProjectFromEstimateAsyncRequestglobal AddToProjectFromEstimateAsyncRequest(Id estimateId, Id projectId) Input Parameters
Sample Code
ffscpq.AddToProjectFromEstimateService.AddToProjectFromEstimateAsyncResponseglobal with sharing class AddToProjectFromEstimateAsyncResponse The response structure for adding estimate records to a project. Properties
ffscpq.AddToProjectFromEstimateService.AddToProjectFromEstimateAsyncErrorglobal with sharing class AddToProjectFromEstimateAsyncError The error that occurred while processing the request. Properties
|