TransactionCodeValues
Returns the list of all values for the specified transaction code.
The 本製品 will use the Blackbaud Financial Edge NXT API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the 本製品.
- TransactionCodeId supports the '=' operator. This column is the only supported filter.
SELECT * FROM TransactionCodeValues WHERE TransactionCodeId = 1
Columns
Name | Type | References | Description |
TransactionCodeId | Integer |
TransactionCodes.TransactionCodeId | The transaction code identifier. |
Id [KEY] | Integer | The transaction code value id. | |
Name | String | The transaction code name. | |
Value | String | The transaction code value. |