Host
Queries the QuickBooks host process, offering information about the system executing the current QuickBooks tasks.
Columns
Name | Type | References | Description |
ProductName [KEY] | String | The name of the QuickBooks product or version currently in use, such as QuickBooks Desktop Pro or QuickBooks Enterprise. | |
MajorVersion | String | The primary version number of the QuickBooks product, representing significant updates or changes to the software. | |
MinorVersion | String | The secondary version number of QuickBooks, representing smaller updates, patches, or fixes. | |
Country | String | The country or region for which the QuickBooks edition is specifically designed, such as the United States, Canada, or the United Kingdom. | |
SupportedQBXMLVersion | String | A list of QBXML versions supported by the current QuickBooks product, separated by commas. QBXML is the XML format used for data exchange with QuickBooks. | |
IsAutomaticLogin | Boolean | Indicates whether QuickBooks is running with automatic login enabled. If true, QuickBooks is operating in the background without its user interface visible, typically launched for automated tasks or integration purposes. | |
QBFileMode | String | Specifies the mode in which the QuickBooks company file is being accessed, such as SingleUser for exclusive access or MultiUser for shared access. |