TDV Adapter for Blackbaud Raisers Edge NXT

Build 22.0.8383

OnlinePresences

Returns a paginated list of online presences that store a constituent's social media accounts, websites.

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.
  • DateAdded supports the '>=,>' operators.
  • DateModified supports the '>=,>' operators.
  • IncludeInactive supports the '=' operator.
For example:
	
	SELECT * FROM OnlinePresences WHERE ConstituentId = '280'
	
	SELECT * FROM OnlinePresences WHERE DateAdded >= '2010-06-01 14:03:35'
	
	SELECT * FROM OnlinePresences WHERE IncludeInactive = true

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the online presence.
Address String The web address for the online presence.
ConstituentId String

Constituents.Id

The immutable system record ID of the constituent associated with the online presence.
DateAdded Datetime The date when the online presence was created.
DateModified Datetime The date when the online presence was last modified.
Inactive Boolean Indicates whether the online presence is inactive.
Primary Boolean Indicates whether this is the constituent's primary online presence.
Type String The online presence type.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
IncludeInactive Boolean If set to true, includes inactive online presences in the result.

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