CustomColumns
Queries QuickBooks Custom Columns to retrieve user-defined data tailored to specific reporting needs.
Columns
| Name | Type | References | Description |
| DataExtID [KEY] | String | The unique identifier for the data extension. | |
| OwnerID | String | The unique identifier of the owner of the data extension. | |
| DataExtName | String | The name of the data extension, used to describe its purpose or content. | |
| DataExtType | String | The data type of the field associated with the data extension, such as string, integer, or date. | |
| AssignToObject | String | The object type (for example, Customer, Invoice, or Item) associated with this data extension. | |
| DataExtListRequire | Boolean | Indicates whether the data extension must be used in lists. True if required, false otherwise. | |
| DataExtTxnRequire | Boolean | Indicates whether the data extension is required in transactions. True if required, false otherwise. | |
| DataExtFormatString | String | A string that specifies the format of the data in this extension, such as a date format or currency pattern. |