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.
Method name for PRE
contractsDetailAccountAssignPreand POSTcontractsDetailAccountAssignTriggered 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:
contractCopyAPIis exclusively accessible within thecontractsDetailCopymethod. Attempting to accesscontractCopyAPIwithin thecontractsDetailCopyPremethod will result in it beingundefined.Additional Properties:
accountId: Returns the id of the selected account from the dropdown.