ffscpq.PushToOpportunityServiceglobal with sharing class PushToOpportunityService Deprecated: see AddToOpportunityFromEstimateService MethodspushToOpportunityDeprecated: see AddToOpportunityFromEstimateService.addToOpportunitiesFromEstimatesAsync. global static List<ffscpq.PushToOpportunityService.PushToOpportunityResponse> pushToOpportunity(List<ffscpq.PushToOpportunityService.PushToOpportunityRequest> requests) Input Parameters
Return ValueThis service returns PushToOpportunityResponse in a list that parallels the input list. Sample Code
ffscpq.PushToOpportunityService.PushToOpportunityRequestglobal with sharing class PushToOpportunityRequest The request structure for adding an estimate to its related opportunity. Properties
MethodsPushToOpportunityRequestglobal PushToOpportunityRequest(Id estimateId) A default constructor with minimum required properties. Input Parameters
Sample Code
ffscpq.PushToOpportunityService.PushToOpportunityResponseglobal with sharing class PushToOpportunityResponse The response structure for adding an estimate to its related opportunity. Properties
ffscpq.PushToOpportunityService.PushToOpportunityErrorglobal with sharing class PushToOpportunityError The error that occurred while processing the request. Properties
|