QuickBooks Integrator 2016 Node.js Edition
QuickBooks Integrator 2016 Node.js Edition
Questions / Feedback?

CloseConnection Event

Fires when the update session completes.

Syntax

qbwcserver.on('CloseConnection', [callback])

Callback

The 'callback' is called when the 'CloseConnection' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.sessionTicket
e.responseMessage

Remarks

This event fires when QuickBooks Web Connector notifies your application that the update is complete. This is the last event to fire in a session. Parameters are as follows:

SessionTicket identifies the session.

ResponseMessage may be set to a message that will be displayed in the "Last result" field in QuickBooks Web Connector.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 Node.js Edition - Version 16.0 [Build 7353]