Services Estimator Invocable Action Reference

ActionAddToOpportunityFromEstimateAsync

Pushes an estimate's role requests to its related opportunity as resource requests, and optionally creates matching opportunity products, in a background job. The estimate is locked and the work may not be complete when the action returns, so callers must acknowledge this and use the AddToOpportunityFromEstimatePlugin to chain any dependent work. Use this action instead of Add to Opportunity from Estimate for large estimates that would otherwise time out. Returns per-request errors captured before the job was enqueued.

PropertyValue
LabelAdd to Opportunity from Estimate Asynchronously
CategoryEstimates
SinceMay 2024
Read-onlyNo
Supports AgentsNo
Supports FlowsYes
Async ActionYes
Keywordsadd, aggregate, create, estimate, opportunity, opportunity product, asynchronous

Request Parameters

FieldTypeLabelDescriptionRequired
EstimateIdIdEstimate IDThe ID of the estimate that contains the records being added to the related opportunity.Yes
EstimateProductIdsList<Id>Estimate Product IDsA list of IDs of the estimate product instances to be added to opportunity.No
IncludeRecordsIndependentOfEstimateProductsBooleanInclude Records Independent of Estimate ProductsIf true, records independent of estimate products are added to the related opportunity. The default value is true.No
AdditionalAggregationFieldPathsList<String>Additional Role Request Consolidation FieldsAdditional fields to consolidate estimate role requests by when creating resource requests.No
AggregateBySkillsBooleanConsolidate by SkillsIf true, role requests are consolidated by skills. The default value is false.No
CreateOpportunityLineItemsBooleanCreate Opportunity ProductsIf true, opportunity products are created for each estimate product instance. The default value is true.No
GroupingConfigurationStringGrouping Criteria ConfigurationThe grouping criteria fields configuration to use when consolidating role requests into resource requests, enter either API_INPUT_GROUPING or ESTIMATE_STORED_GROUPING. When set to ESTIMATE_STORED_GROUPING, AdditionalAggregationFieldPaths and AggregateBySkills are ignored from the grouping criteria configuration. The default is API_INPUT_GROUPING.No
AcknowledgementBooleanAsync Action Caution AcknowledgedIf set to true, you confirm that you understand that this asynchronous action may not have completed before the next step in the flow is executed. Subsequent actions therefore should not depend on the completion of the Add to Opportunity from Estimate Asynchronously action. They must also not affect the same estimate as the action because the estimate will be locked while the action is in progress. Instead, you can trigger an action using the AddToOpportunityFromEstimatePlugin subsequent to the completion of the Add to Opportunity from Estimate Asynchronously action.Yes

Response Parameters

FieldTypeLabelDescriptionRequired
EstimateIdIdEstimate IDThe ID of the estimate that contains the records being added to the related opportunity.Yes
ErrorsList<InvocableAddToOppFromEstimateAsyncError>ErrorsA list containing errors that occurred while processing the request.No
© Copyright 2009–2026 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.