ffscpq.CreateProjectFromEstimateServiceglobal with sharing class CreateProjectFromEstimateService A service that provides functionality related to creating projects from estimate details. The service will also add estimate details to their related opportunities. MethodscreateProjectsFromEstimatesAsyncglobal static List<ffscpq.CreateProjectFromEstimateService.CreateProjectFromEstimateAsyncResponse> createProjectsFromEstimatesAsync(List<ffscpq.CreateProjectFromEstimateService.CreateProjectFromEstimateAsyncRequest> requests) A method that creates projects from estimate details. The method will also add details from the estimates to the related opportunities. Input Parameters
Return ValueThis service returns CreateProjectFromEstimateAsyncResponse in a list that parallels the input list. Sample Code
ffscpq.CreateProjectFromEstimateService.CreateProjectFromEstimateAsyncRequestglobal with sharing class CreateProjectFromEstimateAsyncRequest The request structure for creating a project from an estimate. Properties
MethodsCreateProjectFromEstimateAsyncRequestglobal CreateProjectFromEstimateAsyncRequest(Id estimateId, pse__Proj__c projectDetails) Input Parameters
Sample Code
ffscpq.CreateProjectFromEstimateService.CreateProjectFromEstimateAsyncResponseglobal with sharing class CreateProjectFromEstimateAsyncResponse The response structure for creating a project from an estimate. Properties
ffscpq.CreateProjectFromEstimateService.CreateProjectFromEstimateAsyncErrorglobal with sharing class CreateProjectFromEstimateAsyncError The error that occurred while processing the request. Properties
|