docs

Home Templates Classes

Clarion QuickBooks Wrapper - Templates

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.


Registry Template

This is the root template entry that appears in the Clarion registry.

Registry Name Display Name
PS_ProSeriesQBWrapper.tpl Clarion ProSeries QuickBooks API Wrapper

Global Extension Template

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


Summary


Home Templates Classes