Pricefx Interceptor API
    Preparing search index...

    Variable quotesDetailOpportunityAssignConst

    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>.

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