Pricefx Interceptor API
    Preparing search index...

    Variable contractsDetailAccountAssignConst

    contractsDetailAccountAssign: "contractsDetailAccountAssign" = 'contractsDetailAccountAssign'

    Method name for PRE contractsDetailAccountAssignPre and POST contractsDetailAccountAssign

    Triggered when a user selects an account from the dropdown menu after clicking the Assign Account button on the contract detail page, located at /#/pm/contracts/<contractId>.

    Notes: contractCopyAPI is exclusively accessible within the contractsDetailCopy method. Attempting to access contractCopyAPI within the contractsDetailCopyPre method will result in it being undefined.

    Additional Properties:

    • accountId: Returns the id of the selected account from the dropdown.
    export const contractsDetailAccountAssign = async ({ api, contractAPI, accountId }) => {
    // TODO: Add your code
    return;
    }