Method name for PRE quotesDetailAccountAssignPre and POST quotesDetailAccountAssign
Triggered when a user selects an account from the dropdown menu after clicking the Assign Account button on the quote detail page, located at /#/qc/quotes/<quoteId>.
Notes:
quoteCopyAPI is exclusively accessible within the quotesDetailCopy method. Attempting to access quoteCopyAPI within the quotesDetailCopyPre method will result in it being undefined.
Additional Properties:
accountId: Returns the id of the selected account from the dropdown.
Method name for PRE
quotesDetailAccountAssignPreand POSTquotesDetailAccountAssignTriggered when a user selects an account from the dropdown menu after clicking the Assign Account button on the quote detail page, located at
/#/qc/quotes/<quoteId>.Notes:
quoteCopyAPIis exclusively accessible within thequotesDetailCopymethod. Attempting to accessquoteCopyAPIwithin thequotesDetailCopyPremethod will result in it beingundefined.Additional Properties:
accountId: Returns the id of the selected account from the dropdown.