ServerVersion Event
Fires when QuickBooks Web Connector requests the version of your application.
Syntax
virtual int FireServerVersion(QBWCServerServerVersionEventParams *e);
typedef struct {
char* Version;
int reserved;
} QBWCServerServerVersionEventParams;
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.