contractsDetailSubmit: "contractsDetailSubmit" = 'contractsDetailSubmit'

Method name for PRE contractsDetailSubmitPre and POST contractsDetailSubmit

Triggered after user press an OK button in submit modal at contract detail page /#/pm/contracts/<contractId>.

Notes: To open the submission modal, users need to click on the Submit button on the contract detail page.

Example: (Basic)

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

Generated using TypeDoc