TDV Adapter for QuickBooks

Build 22.0.8462

Stored Procedures

Stored procedures are function-like interfaces that extend the functionality of the adapter beyond simple SELECT/INSERT/UPDATE/DELETE operations with QuickBooks Desktop.

Stored procedures accept a list of parameters, perform their intended function, and then return, if applicable, any relevant response data from QuickBooks Desktop, along with an indication of whether the procedure succeeded or failed.

QuickBooks Desktop Adapter Stored Procedures

Name Description
ClearTransaction Marks the transaction checks with Cleared, NotCleared or Pending status.
CreateReportSchema Generates a report schema file.
GetQBFileStatus Gets the status of the quickbooks file.
ListMerge Merge two accounts, customers, or vendors. Requires QBXML version 7.0 or higher.
SearchEntities Search entities in QuickBooks.
SendQBXML Sends the provided QBXML directly to QuickBooks.
SendQBXMLFile Sends the provided QBXML file directly to QuickBooks. This is designed for use with mass inserts.
VoidTransaction Voids a given transaction in QuickBooks.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462