quotesDetailOpportunityAssign: "quotesDetailOpportunityAssign" = 'quotesDetailOpportunityAssign'

Method name for PRE quotesDetailOpportunityAssignPre and POST quotesDetailOpportunityAssign

Triggered when a user select an opportunity from dropdown after pressing Assign Opportunity button at quote detail page /#/qc/quotes/<quoteId>.

Example: (Basic)

export const quotesDetailOpportunityAssign = async ({ api, quoteAPI, opportunityId }) => {
// TODO: Add your code
return;
}

Generated using TypeDoc