Const
Method name for PRE contractsDetailSubmitPre and POST contractsDetailSubmit
contractsDetailSubmitPre
contractsDetailSubmit
Triggered after user press an OK button in submit modal at contract detail page /#/pm/contracts/<contractId>.
/#/pm/contracts/<contractId>
Notes: To open the submission modal, users need to click on the Submit button on the contract detail page.
export const contractsDetailSubmit = async ({ api, contractAPI }) => { // TODO: Add your code return;} Copy
export const contractsDetailSubmit = async ({ api, contractAPI }) => { // TODO: Add your code return;}
Method name for PRE
contractsDetailSubmitPre
and POSTcontractsDetailSubmit
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.