QuickBooks Integrator 2020 Node.js Edition

Questions / Feedback?

ServerVersion Event

Fires when QuickBooks Web Connector requests the version of your application.

Syntax

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

Callback

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

function(e){ }

The argument 'e' has the following properties:

e.version

Remarks

This event fires when QuickBooks Web Connector requests the version of your application.

Version may be set to any string value. The value you specify will be displayed to the user when they click the more information link in QuickBooks Web Connector.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 Node.js Edition - Version 20.0 [Build 7941]