Method name for PRE quotesDetailCopyPre and POST quotesDetailCopy
Triggered after pressing the Duplicate from quotes list /#/qc/quotes or quote detail /#/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:
quoteCopyAPI: This is a quoteAPI designed for interacting with a copy of the quote.
quoteOriginAPI: This is a quoteAPI designed for interacting with the original quote.
Method name for PRE
quotesDetailCopyPreand POSTquotesDetailCopyTriggered after pressing the Duplicate from quotes list
/#/qc/quotesor quote detail/#/qc/quotes/<quoteId>.Notes:
quoteCopyAPIis exclusively accessible within thequotesDetailCopymethod. Attempting to accessquoteCopyAPIwithin thequotesDetailCopyPremethod will result in it beingundefined.Additional Properties:
quoteCopyAPI: This is a quoteAPI designed for interacting with a copy of the quote.quoteOriginAPI: This is a quoteAPI designed for interacting with the original quote.