GivingCampaigns
Returns the giving campaigns summary for the constituent
Table Specific Information
Select
The 本製品 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 本製品.
Note: ConstituentId and GivingSummaryType are required in order to query GivingCampaigns.
- ConstituentId supports the '=' operator.
- GivingSummaryType supports the '=' operator.
SELECT * FROM GivingCampaigns WHERE ConstituentId = '280' AND GivingSummaryType = 'greatest'
Columns
Name | Type | References | Description |
Id [KEY] | String | The immutable system record ID of the campaign. | |
Description | String | The campaign description. | |
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.
使用できる値は次のとおりです。first, greatest, latest |