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

Example: (Basic)

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

Generated using TypeDoc