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
contractsDetailAccountAssignPre
and POSTcontractsDetailAccountAssign
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 thecontractsDetailCopy
method. Attempting to accesscontractCopyAPI
within thecontractsDetailCopyPre
method will result in it beingundefined
.Additional Properties:
accountId
: Returns the id of the selected account from the dropdown.