Pricefx Interceptor API
    Preparing search index...

    Variable contractsDetailNewConst

    contractsDetailNew: "contractsDetailNew" = 'contractsDetailNew'

    Method name for PRE contractsDetailNewPre and POST contractsDetailNew

    This event initiates when the New Contract button is pressed at /#/pm/contracts. The method is activated following the recalculation and backend saving of a new contract, redirecting the user to the contract detail page at /#/pm/contracts/<contractId>.

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