Skip to main content

QuickBooksOnline.Tables

Import data from QuickBooks Online.

Syntax

QuickBooksOnline.Tables(
optional options as record
) as table

Remarks

Returns a table listing the available tables in QuickBooks Online. An optional record parameter, options, may be specified to control the following options:

  • ConnectionTimeout: A duration which controls how long to wait before abandoning an attempt to make a connection to the server.
  • CommandTimeout: A duration which controls how long the server-side query is allowed to run before it is canceled.
The record parameter is specified as [option1 = value1, option2 = value2...].