• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

IQuoteConnector2

Some tooltip text!
• 1 minute to read
 • 1 minute to read

Enhanced Quote Connector abilities: modify state changes (approvals)

QuoteVersionResponseInfo OnQuoteVersionRequestApproval(QuoteVersionContextInfo context)

Called when a version needs approval before it can be sent.

  • context: Quote Version that needs approval. QuoteVersion.RequestAssociateId and QuoteVersion.RequestComment are filled in with who should approve, and the reason why.

Returns: Updated quote version state.

QuoteVersionResponseInfo OnQuoteVersionApproved(QuoteVersionContextInfo context)

Called when quote that needs approval is approved.

  • context: Quote version state after approval.

Returns: Updated quote version.

QuoteVersionResponseInfo OnQuoteVersionRejected(QuoteVersionContextInfo context)

Called when quote that needs approval is rejected.

  • context: Version state after rejection

Returns: Updated version state.

In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top