CompanyInfo
Query the company information from QuickBooks POS.
Table Specific Information
Select
The CompanyInfo table returns the current QBPOS company used by the application.
SELECT * FROM CompanyInfo
Columns
Name | Type | Filter Type | Description |
CompanyName [KEY] | String | The company name. | |
Address_Street | String | Street address of the company. | |
Address_CityStateZIP | String | City, state, and postal code of the company. | |
Address_Misc1 | String | First miscellaneous field of the company address. | |
Address_Misc2 | String | Second miscellaneous field of the company address. | |
Address_Misc3 | String | Third miscellaneous field of the company address. | |
QuickBooksCompanyFile | String | The company file name specified in the company preferences. |