ffscpq.PushToOpportunityServiceglobal with sharing class PushToOpportunityService A service that provides functionality related to pushing details from estimates to their related opportunities. MethodspushToOpportunityglobal static List<ffscpq.PushToOpportunityService.PushToOpportunityResponse> pushToOpportunity(List<ffscpq.PushToOpportunityService.PushToOpportunityRequest> requests) A method that pushes estimate details to their related opportunities by by creating resource requests and opportunity products. 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 pushing 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 pushing an estimate to its related opportunity. |