Const
Method name for PRE quotesDetailOpportunityAssignPre and POST quotesDetailOpportunityAssign
quotesDetailOpportunityAssignPre
quotesDetailOpportunityAssign
Triggered when a user select an opportunity from dropdown after pressing Assign Opportunity button at quote detail page /#/qc/quotes/<quoteId>.
/#/qc/quotes/<quoteId>
export const quotesDetailOpportunityAssign = async ({ api, quoteAPI, opportunityId }) => { // TODO: Add your code return;} Copy
export const quotesDetailOpportunityAssign = async ({ api, quoteAPI, opportunityId }) => { // TODO: Add your code return;}
Generated using TypeDoc
Method name for PRE
quotesDetailOpportunityAssignPre
and POSTquotesDetailOpportunityAssign
Triggered when a user select an opportunity from dropdown after pressing Assign Opportunity button at quote detail page
/#/qc/quotes/<quoteId>
.