Pricefx Interceptor API
    Preparing search index...

    Variable crmAccountContextSetConst

    crmAccountContextSet: "crmAccountContextSet" = 'crmAccountContextSet'

    Method name for PRE crmAccountContextSetPre and POST crmAccountContextSet

    This method will trigger in CRM, if you are on account page.

    export const crmAccountContextSet = async ({ api, payload }) => {
    // TODO: Add your code
    return;
    }