TransactionTypes
Query TransactionTypes in Sage Business Cloud Accounting.
Table Specific Information
Query the available TransactionTypes
Select
The driver uses the Sage Accounting API to process search criteria that refer to ValidForBusiness column. The driver processes other filters client-side within the driver.
- ValidForBusiness supports the '=' operator.
For example, the following queries are processed server side:
SELECT * FROM TransactionTypes WHERE ValidForBusiness = true'
Columns
Name | Type | References | Description |
Id [KEY] | String | The unique identifier for the item | |
DisplayedAs | String | The name of the resource | |
LegacyId | Int | The legacy ID for the item | |
ValidForBusiness | Bool |