| Home | Templates | Classes |
The Clarion QuickBooks Wrapper has one global template that declares and wires together the class objects used to connect to QuickBooks Desktop, build requests, send them, and parse responses.
This is the root template entry that appears in the Clarion registry.
| Registry Name | Display Name |
|---|---|
| PS_ProSeriesQBWrapper.tpl | Clarion ProSeries QuickBooks API Wrapper |
Added under Global Extensions.
| Template Name | Description |
|---|---|
| ProSeriesQBWrapperGlobal | Declares and initializes QBConnectionManager, QBSessionManager, QBXMLWriter, QBXMLParser, QBXMLTools, and QBDebugLogger. Provides settings for AppID, AppName, optional company file path, QBXML version, connection and session behavior, DebugView toggles, and XML output options. |
Notes
| Home | Templates | Classes |