Pricefx Interceptor API
    Preparing search index...

    Variable contractsDetailTabSwitchConst

    contractsDetailTabSwitch: "contractsDetailTabSwitch" = 'contractsDetailTabSwitch'

    Method name for PRE contractsDetailTabSwitchPre and POST contractsDetailTabSwitch

    This method is activated on the contract detail page at /#/pm/contracts/<contractId> when a user switches between tabs, such as transitioning from the Header tab to the Items tab.

    Additional Properties:

    • tabName: Returns the name of the tab to which user has switched.
    export const contractsDetailTabSwitch = async ({ api, tabName, contractAPI }) => {
    // TODO: Add your code
    return;
    }