TDV Adapter for Blackbaud Raisers Edge NXT

Build 22.0.8383

ConstituentSolicitCodes

Returns a list of solicit codes for the specified 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 is required in order to query ConstituentSolicitCodes.

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

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the constituent solicit code.
ConstituentId String

Constituents.Id

The immutable system record ID of the constituent associated with the solicit code.
EndDate Datetime The end date of the solicit code.
SolicitCode String Communication instructions and/or restrictions for a constituent.
StartDate Datetime The start date of the solicit code.

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