TDV Adapter for Blackbaud Raisers Edge NXT

Build 22.0.8383

GivingAppeals

Returns the giving appeals summary for the constituent

Table Specific Information

Select

The adapter 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 adapter.
Note: ConstituentId and GivingSummaryType are required in order to query GivingAppeals.

  • ConstituentId supports the '=' operator.
  • GivingSummaryType supports the '=' operator.
For example:
	SELECT * FROM GivingAppeals WHERE ConstituentId = '280' AND GivingSummaryType = 'first'

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the appeal.
Description String The 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.

The allowed values are first, greatest, latest.

Copyright (c) 2022 CData Software, Inc. - All rights reserved.
Build 22.0.8383