TDV Adapter for Blackbaud Raisers Edge NXT

Build 22.0.8383

ConstituentAppeals

Returns a list of appeals for a 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.

  • ConstituentId supports the '=' operator.
For example:
	
	SELECT * FROM ConstituentAppeals WHERE ConstituentId='280'
	

Columns

Name Type References Description
Id [KEY] String The immutable system record ID.
AppealCategoryDescription String The appeal category description.
AppealCategoryId String The immutable system record ID of the appeal category.
AppealCategoryInactive Boolean Indicates whether the appeal category is inactive.
AppealDescription String The appeal description.
AppealId String The immutable system record ID of the appeal.
ConstituentId String

Constituents.Id

The immutable system record ID of the constituent the appeal is associated to.
Date Datetime The date when the appeal was added.
PackageDescription String The package description.
PackageId String The package Id.

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