Giving
Returns the first, latest or greatest gift recorded for a constituent.
Table Specific Information
Select
The connector will use the BlackBaud Raiser's Edge NXT API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the connector.
Note: ConstituentId and GivingSummaryType are required in order to query Giving.
- ConstituentId supports the '=' operator.
- GivingSummaryType supports the '=' operator.
SELECT * FROM Giving WHERE ConstituentId = '280' AND GivingSummaryType = 'greatest'
Columns
Name | Type | References | Description |
Id [KEY] | String | The immutable system record ID of the gift. | |
AmountValue | Double | The gift amount. | |
Date | Date | The gift date. | |
Type | String | The gift type. | |
ConstituentId | String |
Constituents.Id | The immutable system record ID of the constituent associated with this giving. |
GivingSummaryType | String | The giving summary type. Available values are First, Latest and Greatest.
The allowed values are first, greatest, latest. |