Blackbaud Raisers Edge NXT Connector for CData Sync

Build 24.0.9175
  • Blackbaud Raisers Edge NXT
    • Establishing a Connection
    • Advanced Features
      • SSL Configuration
      • Firewall and Proxy
    • Data Model
      • Views
        • ActionAttachments
        • ActionCustomFields
        • Actions
        • Addresses
        • Aliases
        • AppealAttachments
        • CampaignAttachments
        • Campaigns
        • ConsentCategories
        • ConsentChannelCategories
        • ConsentChannels
        • ConsentSources
        • ConstituentAppeals
        • ConstituentAttachments
        • ConstituentCodes
        • ConstituentConsents
        • ConstituentFundraiserAssignments
        • Constituents
        • ConstituentsCustomFields
        • ConstituentSolicitCodes
        • Countries
        • Educations
        • Emails
        • EventCategories
        • EventFees
        • EventParticipantGuests
        • EventParticipantMemberships
        • EventParticipantOptions
        • EventParticipants
        • Events
        • FundAttachments
        • FundraiserAssignments
        • FundraiserGoals
        • FundraisingAppeals
        • Funds
        • GetPledgeInstallments
        • GetPledgePayments
        • GiftAcknowledgements
        • GiftAttachments
        • GiftBatches
        • GiftFundraisers
        • GiftPayments
        • GiftReceipts
        • Gifts
        • GiftsCustomFields
        • GiftSoftCredits
        • GiftSplits
        • Giving
        • GivingAppeals
        • GivingCampaigns
        • GivingFunds
        • LifetimeGiving
        • Lists
        • Members
        • Memberships
        • Notes
        • OnlinePresences
        • Opportunities
        • OpportunitiesCustomFields
        • OpportunityAttachments
        • Packages
        • ParticipantFeePayments
        • ParticipantFees
        • ParticipantLevels
        • ParticipantOptions
        • Phones
        • RatingCategories
        • Ratings
        • RatingSources
        • Relationships
        • Tributes
    • Connection String Options
      • OAuth
        • OAuthClientId
        • OAuthClientSecret
        • SubscriptionKey
      • SSL
        • SSLServerCert
      • Firewall
        • FirewallType
        • FirewallServer
        • FirewallPort
        • FirewallUser
        • FirewallPassword
      • Proxy
        • ProxyAutoDetect
        • ProxyServer
        • ProxyPort
        • ProxyAuthScheme
        • ProxyUser
        • ProxyPassword
        • ProxySSLType
        • ProxyExceptions
      • Logging
        • LogModules
      • Schema
        • Location
        • BrowsableSchemas
        • Tables
        • Views
      • Miscellaneous
        • IncludeCustomFields
        • MaxRows
        • Other
        • PageSize
        • PseudoColumns
        • Timeout
        • UserDefinedViews

Blackbaud Raisers Edge NXT Connector for CData Sync

Overview

The CData Sync App provides a straightforward way to continuously pipeline your Blackbaud Raisers Edge NXT data to any database, data lake, or data warehouse, making it easily available for Analytics, Reporting, AI, and Machine Learning.

The BlackBaud Raiser's Edge NXT connector can be used from the CData Sync application to pull data from BlackBaud Raiser's Edge NXT and move it to any of the supported destinations.

BlackBaud Raiser's Edge NXT Version Support

The Sync App leverages the SKY API to enable bidirectional access to BlackBaud Raiser's Edge NXT.

Blackbaud Raisers Edge NXT Connector for CData Sync

Establishing a Connection

Adding a Connection to BlackBaud Raiser's Edge NXT

To add a connection to BlackBaud Raiser's Edge NXT:

  1. In the application console, navigate to the Connections page.
  2. At the Add Connections panel, select the icon for the connection you want to add.
  3. If the BlackBaud Raiser's Edge NXT icon is not available, click the Add More icon to download and install the BlackBaud Raiser's Edge NXT connector from the CData site.

For required properties, see the Settings tab.

For connection properties that are not typically required, see the Advanced tab.

Connecting to BlackBaud Raiser's Edge NXT

Before establishing a connection, supply the SubscriptionKey, found in the BlackBaud Raiser's Edge NXT Profile.

Authenticating to BlackBaud Raiser's Edge NXT

BlackBaud Raiser's Edge NXT provides embedded OAuth credentials that simplify connection from a Desktop application . To connect from a Web application, you must create a custom OAuth application, as described in Creating a Custom OAuth Application.

To connect from all authentication flows, you must:

  • set AuthScheme to OAuth
  • set the SubscriptionKey to your Subscription Key
  • enable BlackBaud Raiser's Edge NXT on an authorization account to retrieve results

The following subsections describe how to authenticate to BlackBaud Raiser's Edge NXT from all available OAuth flows. For information about how to create a custom OAuth application to connect via the Web, see Creating a Custom OAuth Application. For a complete list of connection string properties available in BlackBaud Raiser's Edge NXT, see Connection.

Web Applications

When connecting via a Web application, you must create and register a custom OAuth application with BlackBaud Raiser's Edge NXT. You can then use the Sync App to acquire and manage the OAuth token values. For information about how to create a custom OAuth application and set it up so that it connects properly to your BlackBaud Raiser's Edge NXT environment, see Creating a Custom OAuth Application.

Get an OAuth Access Token

To obtain the OAuthAccessToken, set these properties:

  • OAuthClientId: The Client Id specified in your custom OAuth application settings.
  • OAuthClientSecret: The Client Secret specified in your custom OAuth application settings.

Then call stored procedures to complete the OAuth exchange:

  1. Call the GetOAuthAuthorizationURL stored procedure. Set the AuthMode input to WEB and set the CallbackURL input to the Redirect URI you specified when you configured your custom OAuth application. If necessary, set the Permissions parameter to request custom permissions. The stored procedure returns the URL to the OAuth endpoint.
  2. Navigate to the URL that the stored procedure returned in Step 1. Log in to the custom OAuth application and authorize the web application. Once the application has been authenticated, the browser redirects you to the callback URL.
  3. Call the GetOAuthAccessToken stored procedure. Set AuthMode to WEB and the Verifier input to the "code" parameter in the query string of the callback URL. If necessary, set the Permissions parameter to request custom permissions.

To connect to data, set the OAuthAccessToken connection property to the access token returned by the stored procedure. When the access token expires after ExpiresIn seconds, call GetOAuthAccessToken again to obtain a new access token.

Headless Machines

To configure the driver to use OAuth with a user account on a headless machine, you must authenticate on another device that has an internet browser.

  1. Choose one of the following options:
    • Option 1: Obtain the OAuthVerifier value as described in Obtain and Exchange a Verifier Code, below.
    • Option 2: Install the Sync App on a machine with an Internet browser and transfer the OAuth authentication values after you authenticate through the usual browser-based flow, as described in Option 2: Transfer OAuth Settings, below.
  2. Then configure the Sync App to automatically refresh the access token on the headless machine.

Option 1: Obtain and Exchange a Verifier Code

To obtain a verifier code, you must authenticate at the OAuth authorization URL.

Follow the steps below to authenticate from the machine with an Internet browser and obtain the OAuthVerifier connection property.

  1. Choose one of these options:
    • If you are using the Embedded OAuth Application click BlackBaud Raiser's Edge NXT OAuth endpoint to open the endpoint in your browser.
    • If you are using a custom OAuth application, create the Authorization URL by setting the following properties:
      • InitiateOAuth: Set to OFF.
      • OAuthClientId: Set to the client Id specified in your custom OAuth application.
      • OAuthClientSecret: Set to the client secret specified in your custom OAuth application.
      Then call the GetOAuthAuthorizationURL stored procedure with the appropriate CallbackURL. Open the URL returned by the stored procedure in a browser.
  2. Log in and grant permissions to the Sync App. You are then redirected to the callback URL, which contains the verifier code.
  3. Save the value of the verifier code. Later you will set this in the OAuthVerifier connection property.

Next, you must exchange the OAuth verifier code for OAuth refresh and access tokens.

On the headless machine, to obtain the OAuth authentication values, set these connection properties:

  • InitiateOAuth: REFRESH.
  • OAuthVerifier: The verifier code.
  • OAuthSettingsLocation: Persist the encrypted OAuth authentication values to the specified location.
  • Custom applications only:
    • OAuthClientId: The Client Id specified in your custom OAuth application settings.
    • OAuthClientSecret: The Client Secret specified in your custom OAuth application settings.

After the OAuth settings file is generated, you must re-set the following properties to connect:

  • InitiateOAuth: REFRESH.
  • OAuthSettingsLocation: The location containing the encrypted OAuth authentication values. Make sure this location gives read and write permissions to the Sync App to enable the automatic refreshing of the access token.
  • Custom applications only:
    • OAuthClientId: The client Id specified in your custom OAuth application settings.
    • OAuthClientSecret: The client secret specified in your custom OAuth application settings.

Option 2: Transfer OAuth Settings

Before you can connect on a headless machine, you need to create and install a connection with the driver on a device that supports an Internet browser. Set the connection properties as described in Desktop Applications, above.

After completing the instructions in Desktop Applications, the resulting authentication values are encrypted and written to the location specified by OAuthSettingsLocation. The default filename is OAuthSettings.txt.

Once you have successfully tested the connection, copy the OAuth settings file to your headless machine, then set the following connection properties to connect to data:

  • InitiateOAuth: REFRESH.
  • OAuthSettingsLocation: Set this to the location of your OAuth settings file. Make sure this location gives read and write permissions to the Sync App to enable the automatic refreshing of the access token.
  • Custom applications only:
    • OAuthClientId: The client Id specified in your custom OAuth application settings.
    • OAuthClientSecret: The client secret specified in your custom OAuth application settings.

Blackbaud Raisers Edge NXT Connector for CData Sync

Advanced Features

This section details a selection of advanced features of the BlackBaud Raiser's Edge NXT Sync App.

User Defined Views

The Sync App supports the use of user defined views, virtual tables whose contents are decided by a pre-configured user defined query. These views are useful when you cannot directly control queries being issued to the drivers. For an overview of creating and configuring custom views, see User Defined Views .

SSL Configuration

Use SSL Configuration to adjust how Sync App handles TLS/SSL certificate negotiations. You can choose from various certificate formats;. For further information, see the SSLServerCert property under "Connection String Options" .

Firewall and Proxy

Configure the Sync App for compliance with Firewall and Proxy, including Windows proxies and HTTP proxies. You can also set up tunnel connections.

Query Processing

The Sync App offloads as much of the SELECT statement processing as possible to BlackBaud Raiser's Edge NXT and then processes the rest of the query in memory (client-side).

For further information, see Query Processing.

Logging

For an overview of configuration settings that can be used to refine CData logging, see Logging. Only two connection properties are required for basic logging, but there are numerous features that support more refined logging, which enables you to use the LogModules connection property to specify subsets of information to be logged.

Blackbaud Raisers Edge NXT Connector for CData Sync

SSL Configuration

Customizing the SSL Configuration

By default, the Sync App attempts to negotiate TLS with the server. The server certificate is validated against the default system trusted certificate store. You can override how the certificate gets validated using the SSLServerCert connection property.

To specify another certificate, see the SSLServerCert connection property.

Blackbaud Raisers Edge NXT Connector for CData Sync

Firewall and Proxy

Connecting Through a Firewall or Proxy

HTTP Proxies

To authenticate to an HTTP proxy, set the following:

  • ProxyServer: the hostname or IP address of the proxy server that you want to route HTTP traffic through.
  • ProxyPort: the TCP port that the proxy server is running on.
  • ProxyAuthScheme: the authentication method the Sync App uses when authenticating to the proxy server.
  • ProxyUser: the username of a user account registered with the proxy server.
  • ProxyPassword: the password associated with the ProxyUser.

Other Proxies

Set the following properties:

  • To use a proxy-based firewall, set FirewallType, FirewallServer, and FirewallPort.
  • To tunnel the connection, set FirewallType to TUNNEL.
  • To authenticate, specify FirewallUser and FirewallPassword.
  • To authenticate to a SOCKS proxy, additionally set FirewallType to SOCKS5.

Blackbaud Raisers Edge NXT Connector for CData Sync

Data Model

Overview

This section shows the available API objects and provides more information on executing SQL to BlackBaud Raiser's Edge NXT APIs.

Key Features

  • The Sync App models BlackBaud Raiser's Edge NXT entities like documents, folders, and groups as relational views, allowing you to write SQL to query BlackBaud Raiser's Edge NXT data.
  • Stored procedures allow you to execute operations to BlackBaud Raiser's Edge NXT.
  • Live connectivity to these objects means any changes to your BlackBaud Raiser's Edge NXT account are immediately reflected when using the Sync App.

Views

Views describes the available views. Views are statically defined to model Actions, Emails, Events, etc..

Stored Procedures

Stored Procedures are function-like interfaces to BlackBaud Raiser's Edge NXT. Stored procedures allow you to execute operations to BlackBaud Raiser's Edge NXT, including downloading documents and moving envelopes.

Blackbaud Raisers Edge NXT Connector for CData Sync

Views

Views are similar to tables in the way that data is represented; however, views are read-only.

Queries can be executed against a view as if it were a normal table.

Blackbaud Raisers Edge NXT Connector for CData Sync Views

Name Description
ActionAttachments Retrieves a list of attachments for an action.
ActionCustomFields Retrieves custom fields for an action
Actions Retrieves a list of actions for all constituents and for specified constituent and details of the specified action.
Addresses Addresses store information about constituent residences and other addresses along with information about where or whether to send mail
Aliases Retrieves a list of aliases for a constituent
AppealAttachments Returns a list of attachments for an appeal.
CampaignAttachments Returns a list of attachments for a campaign.
Campaigns Campaigns are your organization's overall fundraising efforts or initiatives, such as operating expenses, new buildings, and endowments
ConsentCategories Returns a list of consent categories.
ConsentChannelCategories Returns a list of valid consent channel category combinations.
ConsentChannels Represents the consent channel entity
ConsentSources Represents the consent source entity
ConstituentAppeals Returns a list of appeals for a constituent.
ConstituentAttachments Returns a list of attachments for a constituent.
ConstituentCodes Constituent codes define the high-level affiliations between constituents and your organization - such as Board member, Vendor, and Volunteer - to provide context for why constituents are in the database
ConstituentConsents Returns a list of constituent consent records.
ConstituentFundraiserAssignments Returns a list of fundraiser assignments for a constituent.
Constituents Returns a paginated list of constituents
ConstituentsCustomFields Retrieves custom fields for all constituents
ConstituentSolicitCodes Returns a list of solicit codes for the specified constituent.
Countries Returns the list of available countries.
Educations Returns a list of educations for all constituent or a specified constituent
Emails Returns a list of email addresses of all constituents or a specified constituent
EventCategories Returns a list of active event categories.
EventFees Returns a list of fees for an event.
EventParticipantGuests The participant's basic summary information
EventParticipantMemberships The individual's membership category
EventParticipantOptions Returns the participant options for an event.
EventParticipants Returns a list of participants for an event.
Events Returns a list of events
FundAttachments Returns a list of attachments for a fund.
FundraiserAssignments Returns a list of assignments for a fundraiser.
FundraiserGoals Returns a list of goals for a fundraiser
FundraisingAppeals Returns a list of fundraising appeals.
Funds Returns a list of funds.
GiftAcknowledgements Returns a list of acknowledgements for a gift
GiftAttachments Returns a list of attachments for a gift.
GiftBatches Returns a list of gift batches.
GiftPayments Returns payments for a gift.
GiftReceipts Returns receipts for a gift.
Gifts Returns a paginated list of gifts
GiftsCustomFields Retrieves custom fields for all gifts
GiftSoftCredits Returns soft credits for a gift.
GiftSplits Returns the splits for a gift.
Giving Returns the first, latest or greatest gift recorded for a constituent.
GivingAppeals Returns the giving appeals summary for the constituent
GivingCampaigns Returns the giving campaigns summary for the constituent
GivingFunds Returns the giving funds summary for the constituent
LifetimeGiving Returns the lifetime giving information for a constituent.
Lists Returns a list of lists for the given list type
Members Returns the list of members.
Memberships Returns a list of memberships.
Notes Returns a list of notes that tracks helpful or important details such as specific interests and special instructions for donations
OnlinePresences Returns a paginated list of online presences that store a constituent's social media accounts, websites.
Opportunities Retrieves a list of opportunities
OpportunitiesCustomFields Retrieves custom fields for an opportunity
OpportunityAttachments Returns a list of attachments for an opportunity
Packages Returns a list of packages that contains content and other items for the appeals that organizations use to solicit gifts
ParticipantFeePayments Returns the fee payments for a participant.
ParticipantFees Returns a list of fees for a participant.
ParticipantLevels Returns a list of participation levels for all events.
ParticipantOptions Returns the participant options for a participant.
Phones Returns a list of phones for all constituents or a specific constituent
RatingCategories Returns a list of all available rating categories.
Ratings Returns a list of ratings for a constituent.
RatingSources Returns a list of all available rating sources.
Relationships Returns a list of relationships between constituents and other individuals and organizations such as family, friends, and employers

Blackbaud Raisers Edge NXT Connector for CData Sync

ActionAttachments

Retrieves a list of attachments for an action.

Table Specific Information

Select

The Sync App 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 Sync App.
Note: ActionId is required in order to query ActionAttachments.

  • ActionId supports the '=' operator.
For example:
	SELECT * FROM ActionAttachments WHERE ActionId = '335'

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the attachment.
ActionId String

Actions.Id

The immutable system record ID of the action this attachment is associated to.
ContentType String The content type. For physical attachments only.
Date Datetime The date of the attachment.
FileId String The identifier of the file.
FileName String The file name.
FileSize Long The file size in bytes.
Name String The name of the attachment.
ParentId String The parent object's immutable system record ID.
Tags String The parent object's immutable system record ID.
ThumbnailId String The identifier of the thumbnail.
ThumbnailUrl String The URL for a thumbnail.
Type String The attachment type.
Url String The URL for the attachment.

Blackbaud Raisers Edge NXT Connector for CData Sync

ActionCustomFields

Retrieves custom fields for an action

Columns

Name Type References Description
Id String The immutable system record ID of the custom field.
ActionId String The parent object's immutable system record ID.
Value String The value of the custom field.
Date Datetime The date on the custom field.
Category String The category on the custom field.
Commment String The date when the custom field was created.
Type String The type of data that the custom field represents.

Blackbaud Raisers Edge NXT Connector for CData Sync

Actions

Retrieves a list of actions for all constituents and for specified constituent and details of the specified action.

Table Specific Information

Select

The Sync App 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 Sync App.

  • Id supports the '=' operator.
  • ComputedStatus supports the '=' operator.
  • ConstituentId supports the '=' operator.
  • DateAdded supports the '>=,>' operators.
  • DateModified supports the '>=,>' operators.
  • StatusCode supports the '=,in' operators.
For example:
	
	SELECT * FROM Actions WHERE ConstituentId = '280'
	
	SELECT * FROM Actions WHERE ComputedStatus = 'Completed'
	
	SELECT * FROM Actions WHERE DateAdded >= '2010-06-01 14:03:35'
	

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the action.
Category String The channel or intent of the constituent interaction.
Completed Boolean Indicates whether the action is complete.
CompletedDate Datetime The date when the action was completed.
ComputedStatus String The computed action status.

The allowed values are Open, Completed, PastDue.

ConstituentId String

Constituents.Id

The immutable system record ID of the constituent associated with the action.
Date Datetime The action date.
DateAdded Datetime The date when the action was created.
DateModified Datetime The date when the action was last modified.
Description String The detailed explanation that elaborates on the action summary.
Direction String The direction of the action.
EndTime String The end time of the action.
Fundraisers String The set of immutable constituent system record IDs for the fundraisers associated with the action.
Location String The location of the action.
OpportunityId String

Opportunities.Id

The immutable system record ID of the opportunity associated with the action.
Outcome String The outcome of the action. Available values are Successful and Unsuccessful.
Priority String The priority of the action.
StartTime String The start time of the action.
Status String The action status.
StatusCode String The action status code. This property is only returned when the system is configured to use custom action statuses.

The allowed values are Closed, Completed, Pending, Not Completed, Open, Sent, Continuous.

Summary String The short description of the action that appears at the top of the record.
Type String Additional description of the action to complement the category.

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
ListId String Defines a list identifier used to filter the set of actions to those included in the specified list. If this value is set, other specified filters will be ignored.

Blackbaud Raisers Edge NXT Connector for CData Sync

Addresses

Addresses store information about constituent residences and other addresses along with information about where or whether to send mail

Table Specific Information

Select

The Sync App 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 Sync App.

  • Id supports the '=' operator.
  • ConstituentId supports the '=' operator.
  • DateAdded supports the '>=,>' operators.
  • DateModified supports the '>=,>' operators.
  • IncludeInactive supports the '=' operator.
For example:
	
	SELECT * FROM Addresses WHERE ConstituentId = '280'
	
	SELECT * FROM Addresses WHERE DateModified >= '2010-06-01 14:03:35'
	
	SELECT * FROM Addresses WHERE IncludeInactive = true

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the address.
AddressLines String The address lines.
City String The city of the address.
ConstituentId String

Constituents.Id

The immutable system record ID of the constituent associated with the address.
Country String The country of the address.
County String The county of the address.
DateAdded Datetime The date when the address was created.
DateModified Datetime The date when the address was last modified.
DoNotMail Boolean Indicates whether the constituent requests not to be contacted at this address.
End Datetime The date when the constituent ceased to reside at this address.
FormattedAddress String The date when the constituent ceased to reside at this address.
Inactive Boolean This computed field indicates that the address is active if the current date is before any end date.
PostalCode String The postal code of the address.
Preferred Boolean Indicates whether this is the constituent's preferred address.
SeasonalEndD Integer The day of the year ceases to reside at this address.
SeasonalEndM Integer The month of the year ceases to reside at this address.
SeasonalEndY Integer The year ceases to reside at this address.
SeasonalStartD Integer The day of year that the constituent begins residing at this address.
SeasonalStartM Integer The month of year that the constituent begins residing at this address.
SeasonalStartY Integer The year that the constituent begins residing at this address.
Start Datetime The date when the constituent began residing at this address.
State String The state of the address.
Suburb String The suburb of the address.
Type String The address 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 addresses in the result.

Blackbaud Raisers Edge NXT Connector for CData Sync

Aliases

Retrieves a list of aliases for a constituent

Table Specific Information

Select

The Sync App 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 Sync App.
Note: ConstituentId is required in order to query Aliases.

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

Columns

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

Constituents.Id

The immutable system record ID of the constituent associated with the alias.
Name String The name to use as the constituent's alias.
Type String The alias type.

Blackbaud Raisers Edge NXT Connector for CData Sync

AppealAttachments

Returns a list of attachments for an appeal.

Table Specific Information

Select

The Sync App 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 Sync App.
Note: AppealId is required in order to query AppealAttachments.

  • AppealId supports the '=' operator.
For example:
	SELECT * FROM AppealAttachments WHERE AppealId = '2'

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the attachment.
AppealId String

FundraisingAppeals.Id

The immutable system record ID of the appeal.
ContentType String The content type. For physical attachments only.
Date Datetime The date of the attachment.
FileId String The identifier of the file.
FileName String The file name.
FileSize Long The file size in bytes.
Name String The name of the attachment.
ParentId String The parent object's immutable system record ID.
Tags String The tags associated with the attachment.
ThumbnailId String The identifier of the thumbnail.
ThumbnailUrl String The URL for a thumbnail.
Type String The attachment type.
Url String The URL for the attachment.

Blackbaud Raisers Edge NXT Connector for CData Sync

CampaignAttachments

Returns a list of attachments for a campaign.

Table Specific Information

Select

The Sync App 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 Sync App.
Note: CampaignId is required in order to query CampaignAttachments.

  • CampaignId supports the '=' operator.
For example:
	SELECT * FROM CampaignAttachments WHERE CampaignId = '2'

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the attachment.
CampaignId String

Campaigns.Id

The immutable system record ID of the campaign.
ContentType String The content type. For physical attachments only.
Date Datetime The date of the attachment.
FileId String The identifier of the file.
FileName String The file name.
FileSize Long The file size in bytes.
Name String The name of the attachment.
ParentId String The parent object's immutable system record ID.
Tags String The tags associated with the attachment.
ThumbnailId String The identifier of the thumbnail.
ThumbnailUrl String The URL for a thumbnail.
Type String The attachment type.
Url String The URL for the attachment.

Blackbaud Raisers Edge NXT Connector for CData Sync

Campaigns

Campaigns are your organization's overall fundraising efforts or initiatives, such as operating expenses, new buildings, and endowments

Table Specific Information

Select

The Sync App 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 Sync App.

  • Id supports the '=' operator.
  • DateAdded supports the '>=,>' operators.
  • DateModified supports the '>=,>' operators.
  • IncludeInactive supports the '=' operators.
For example:
	
	SELECT * FROM Campaigns WHERE DateModified >= '2010-06-01 14:03:35'
	
	SELECT * FROM Campaigns WHERE IncludeInactive = true

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the campaign.
Category String The category of the campaign.
DateAdded Datetime The date when the campaign was created.
DateModified Datetime The date when the campaign was last modified.
Description String The display name of the campaign.
EndDate Datetime The end date of the campaign.
GoalValue Double The monetary goal associated with the campaign.
Inactive Boolean This computed field indicates that the campaign is active if the current date is after any start_date and before any end_date.
LookupId String The user-defined identifier for the campaign.
StartDate Datetime The start date of the campaign.

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 campaigns in the result.

Blackbaud Raisers Edge NXT Connector for CData Sync

ConsentCategories

Returns a list of consent categories.

Table Specific Information

Select

The Sync App 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 Sync App.

  • IncludeInactive supports the '=' operator.
For example:
	
	SELECT * FROM ConsentCategories WHERE IncludeInactive = true
	

Columns

Name Type References Description
Description String The name of the consent category.
Inactive Boolean Indicates whether the consent category is inactive.
Sequence Integer The placement of the category in the order of category table values, if defined.

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 consent categories in the result.

Blackbaud Raisers Edge NXT Connector for CData Sync

ConsentChannelCategories

Returns a list of valid consent channel category combinations.

Table Specific Information

Select

The Sync App 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 Sync App.

Columns

Name Type References Description
Category String The name of the category included in the channel/category combination.
Channel String The name of the channel included in the channel/category combination.
Sequence Integer The placement of the channel/category in the order of channel/category table values, if defined.

Blackbaud Raisers Edge NXT Connector for CData Sync

ConsentChannels

Represents the consent channel entity

Table Specific Information

Select

The Sync App 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 Sync App.

Columns

Name Type References Description
Description String The name of the consent channel.

Blackbaud Raisers Edge NXT Connector for CData Sync

ConsentSources

Represents the consent source entity

Table Specific Information

Select

The Sync App 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 Sync App.

  • IncludeInactive supports the '=' operator.
For example:
	
	SELECT * FROM ConsentSources WHERE IncludeInactive = true
	

Columns

Name Type References Description
Description String The name of the consent source.
Inactive Boolean Indicates whether the consent source is inactive.
Sequence Integer The placement of the source in the order of source table values, if defined.

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 consent sources in the result.

Blackbaud Raisers Edge NXT Connector for CData Sync

ConstituentAppeals

Returns a list of appeals for a constituent.

Table Specific Information

Select

The Sync App 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 Sync App.

  • 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.

Blackbaud Raisers Edge NXT Connector for CData Sync

ConstituentAttachments

Returns a list of attachments for a constituent.

Table Specific Information

Select

The Sync App 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 Sync App.
Note: ConstituentId is required in order to query ConstituentAttachments.

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

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the attachment.
ConstituentId String The immutable system record ID of the constituent associated with the attachment.
ContentType String The content type.
Date Datetime The date of the attachment.
FileId String The identifier of the file.
FileName String The file name.
FileSize Long The file size in bytes.
Name String The name of the attachment.
ParentId String The parent object's immutable system record ID.
Tags String The tags associated with the attachment.
Type String The attachment type.
Url String The URL for the attachment.

Blackbaud Raisers Edge NXT Connector for CData Sync

ConstituentCodes

Constituent codes define the high-level affiliations between constituents and your organization - such as Board member, Vendor, and Volunteer - to provide context for why constituents are in the database

Table Specific Information

Select

The Sync App 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 Sync App.

  • Id supports the '=' operator.
  • ConstituentId supports the '=' operator.
  • DateAdded supports the '>=,>' operators.
  • DateModified supports the '>=,>' operators.
  • IncludeInactive supports the '=' operator.
For example:
	
	SELECT * FROM ConstituentCodes WHERE Id = '144'

	SELECT * FROM ConstituentCodes WHERE ConstituentId = '280'
	
	SELECT * FROM ConstituentCodes WHERE DateAdded >= '1999-10-26T15:45:27'
	
	SELECT * FROM ConstituentCodes WHERE DateModified >= '1999-10-26T15:45:27'
	
	SELECT * FROM ConstituentCodes WHERE IncludeInactive = true
	

Columns

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

Constituents.Id

The immutable system record ID of the constituent associated with the constituent code.
DateAdded Datetime The date when the constituent code was created.
DateModified Datetime The date when the constituent code was last modified.
Description String The description of the constituent code.
Inactive Boolean This computed field indicates that the constituent code is active if the current date is after any start date and before any end date.
StartD Integer The start day of the constituent code.
StartM Integer The start month of the constituent code.
StartY Integer The start year of the constituent code.

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 This computed field indicates that the constituent code is active if the current date is after any start date and before any end date.

Blackbaud Raisers Edge NXT Connector for CData Sync

ConstituentConsents

Returns a list of constituent consent records.

Table Specific Information

Select

The Sync App 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 Sync App.
Note: ConstituentId is required in order to query ConstituentConsents.

  • ConstituentId supports the '=' operator.
  • Category supports the '=,in' operators.
  • Channel supports the '=,in' operators.
  • MostRecentOnly supports the '=' operator.
For example:
	
	SELECT * FROM ConstituentConsents WHERE ConstituentId = '280'
	
	SELECT * FROM ConstituentConsents WHERE ConstituentId = '280' AND Channel IN ('Phone', 'Email')
	
	SELECT * FROM ConstituentConsents WHERE ConstituentId = '280' AND Category IN ('Fundraising', 'Newsletter')
	

Columns

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

Constituents.Id

The immutable system record ID of the constituent the consent is associated to.
Category String The category that the consent response applies to.
Channel String The channel that the consent response applies to.
ConsentDate Datetime The date the consent response was received.
ConsentStatement String The statement the constituent responded to when providing consent.
ConstituentConsentResponse String How the constituent responded to consent for the specified channel/category.
DateAdded Datetime The date the consent response was added.
PrivacyNotice String The privacy notice provided to the constituent.
Source String The source of the consent response from the constituent.
UserName String The user that added the consent response.

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
MostRecentOnly Boolean If set to true, includes inactive constituent consents in the result.

Blackbaud Raisers Edge NXT Connector for CData Sync

ConstituentFundraiserAssignments

Returns a list of fundraiser assignments for a constituent.

Table Specific Information

Select

The Sync App 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 Sync App.
Note: ConstituentId is required in order to query ConstituentFundraiserAssignments.

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

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the fundraiser assignment.
AmountValue Double The goal amount for the fundraiser to solicit from the assigned constituent.
AppealId String

FundraisingAppeals.Id

The immutable system record ID of the appeal the fundraiser should use to request gifts.
CampaignId String

Campaigns.Id

The immutable system record ID of the campaign to apply resulting gifts to.
ConstituentId String

Constituents.Id

The immutable system record ID of the constituent to apply resulting gifts to.
End Datetime The fundraiser assignment end date.
FundId String

Funds.Id

The immutable system record ID of the fund any resulting gifts should be applied to.
FundraiserId String The immutable system record ID of the fundraiser.
Start Datetime The fundraiser assignment start date.
Type String The type of fundraiser.

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 assignments in the result.

Blackbaud Raisers Edge NXT Connector for CData Sync

Constituents

Returns a paginated list of constituents

Table Specific Information

Select

The Sync App 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 Sync App.

  • Id supports the '=,in' operators.
  • DateAdded supports the '>=,>' operators.
  • DateModified supports the '>=,>' operators.
  • FundraiserStatus supports the '=,in' operators.
  • ConstituentCode supports the '=' operator.
  • CustomFieldCategory supports the '=' operator.
  • Fields supports the '=,in' operators.
  • IncludeDeceased supports the '=' operator.
  • ListId supports the '=' operator.
  • IncludeInactive supports the '=' operator.
  • PostalCode supports the '=,in' operators.
For example:
	
	SELECT * FROM Constituents WHERE Id = '280'
	
	SELECT * FROM Constituents WHERE ListId = '75e71c26-7288-49db-a767-f9305b704fee'
	
	SELECT * FROM Constituents WHERE FundraiserStatus IN ('Active', 'None')

Columns

Name Type References Description
Id [KEY] String The immutable system record ID for the constituent.
AddressLines String The address lines.
AddressCity String The city of the address.
AddressConstituentId String The immutable system record ID of the constituent associated with the address.
AddressCountry String The country of the address.
AddressCounty String The county of the address.
AddressDateAdded Datetime The date when the address was created.
AddressDateModified Datetime The date when the address was last modified.
AddressDoNotMail Boolean Indicates whether the constituent requests not to be contacted at this address.
AddressEnd Datetime The date when the constituent ceased to reside at this address.
AddressFormattedAddress String This computed field retrieves the formatted address in the configured format of the country.
AddressId String The immutable system record ID of the address.
AddressInactive Boolean This computed field indicates that the address is active if the current date is before any end date.
AddressPostalCode String The postal code of the address.
AddressPreferred Boolean Indicates whether this is the constituent's preferred address.
AddressSeasonalEndD Integer The day of the year ceases to reside at this address.
AddressSeasonalEndM Integer The month of the year ceases to reside at this address.
AddressSeasonalEndY Integer The year ceases to reside at this address.
AddressSeasonalStartD Integer The day of year that the constituent begins residing at this address.
AddressSeasonalStartM Integer The month of year that the constituent begins residing at this address.
AddressSeasonalStarty Integer The year that the constituent begins residing at this address.
AddressStart Datetime The date when the constituent began residing at this address.
AddressState String The state of the address.
AddressSuburb String The suburb of the address.
AddressType String The address type.
Age Integer This computed field calculates the constituent's age based on the birth date property.
BirthdateD Integer The constituent's day of birth.
BirthdateM Integer The constituent's month of birth.
BirthdateY Integer The constituent's year of birth.
DateAdded Datetime The date when the constituent was created.
DateModified Datetime The date when the constituent was last modified.
Deceased Boolean Indicates whether the constituent is deceased.
DeceasedDateD Integer The day of the year when the constituent died.
DeceasedDateM Integer The month of year when the constituent died.
DeceasedDateY Integer The year when the constituent died.
EmailAddress String The email address.
EmailConstituentId String The immutable system record ID of the constituent associated with the email address.
EmailDateAdded Datetime The date when the email address was created.
EmailDateModified Datetime The date when the email address was last modified.
EmailDoNotEmail Boolean Indicates whether the constituent requests not to be contacted at this email address.
EmailId String The immutable system record ID of the email address.
EmailInactive Boolean Indicates whether the email address is inactive.
EmailPrimary Boolean Indicates whether this is the constituent's primary email address.
EmailType String The type of email address. Available values are the entries in the Phone Types table.
First String The constituent's first name.
FormerName String The constituent's former name.
FundraiserStatus String Indicates whether the constituent is a fundraiser.
Gender String The constituent's gender.
GivesAnonymously Boolean Indicates whether the constituent gives anonymously.
Inactive Boolean Indicates whether the constituent is inactive.
Last String The constituent's last name.
LookupId String The user-defined identifier for the constituent.
MaritalStatus String The constituent's marital status.
Middle String The constituent's middle name.
Name String If the constituent's type is Individual, this is the full name of the constituent. If the type is Organization, this is the organization's name.
OnlinePresenceAddress String The web address for the online presence.
OnlinePresenceConstituentId String The immutable system record ID of the constituent associated with the online presence.
OnlinePresenceDateAdded Datetime The date when the online presence was created.
OnlinePresenceDateModified Datetime The date when the online presence was last modified.
OnlinePresenceId String The immutable system record ID of the online presence.
OnlinePresenceInactive Boolean Indicates whether the online presence is inactive.
OnlinePresencePrimary Boolean Indicates whether this is the constituent's primary online presence.
OnlinePresenceType String The online presence type.
PhoneConstituentId String The immutable system record ID of the constituent associated with the phone.
PhoneDateAdded Datetime The date when the phone was created.
PhoneDateModified Datetime The date when the phone was last modified.
PhoneDoNotCall Boolean Indicates whether the constituent requests not to be contacted at this number.
PhoneId String The immutable system record ID of the phone.
PhoneInactive Boolean Indicates whether the phone is inactive.
PhoneNumber String The phone number.
PhonePrimary Boolean Indicates whether this is the constituent's primary phone.
PhoneType String The phone type.
PreferredName String The constituent's preferred name.
SpouseFirst String This computed field retrieves information about the constituent's spouse using the constituent's relationships.
SpouseId String This computed field retrieves information about the constituent's spouse using the constituent's relationships.
SpouseLast String This computed field retrieves information about the constituent's spouse using the constituent's relationships.
Suffix String The constituent's primary suffix.
Suffix2 String The constituent's secondary suffix.
Title String The constituent's primary title.
Title2 String The constituent's secondary title.
Type String The type of constituent.

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
ConstituentCode String Represents a list of constituent codes. Returns constituents if any of the specified constituent codes match any of their active constituent codes.
CustomFieldCategory String Represents a list of custom field categories. Returns constituents if any of the specified custom field categories match any of their active custom fields.
Fields String Represents the fields to include on the returned records.
IncludeDeceased Boolean Set this parameter to true to include deceased constituents in the response.
IncludeInactive Boolean Set this parameter to true to include inactive constituents in the response.
ListId String Defines a list identifier used to filter the set of constituents to those included in the specified list. If this value is set, other specified filters will be ignored.
PostalCode String Represents a comma-separated list of postal codes. Returns constituents if any of the specified postal codes match the postal code for their preferred address.

Blackbaud Raisers Edge NXT Connector for CData Sync

ConstituentsCustomFields

Retrieves custom fields for all constituents

Table Specific Information

Select

The Sync App 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 Sync App.

Columns

Name Type References Description
Id String The immutable system record ID of the custom field.
ConstituentId String The parent object's immutable system record ID.
Name String The custom field category.
Value String The value of the custom field.
Comment String The comment on the custom field.
DateAdded Datetime The date when the custom field was created.
DateModified Datetime The date when the custom field was last modified.
Type String The type of data that the custom field represents.

Blackbaud Raisers Edge NXT Connector for CData Sync

ConstituentSolicitCodes

Returns a list of solicit codes for the specified constituent.

Table Specific Information

Select

The Sync App 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 Sync App.
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.

Blackbaud Raisers Edge NXT Connector for CData Sync

Countries

Returns the list of available countries.

Table Specific Information

Select

The Sync App 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 Sync App.

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the country.
Abbreviation String The user-defined abbreviation for the country.
Name String The country name.

Blackbaud Raisers Edge NXT Connector for CData Sync

Educations

Returns a list of educations for all constituent or a specified constituent

Table Specific Information

Select

The Sync App 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 Sync App.

  • Id supports the '=' operator.
  • ConstituentId supports the '=' operator.
  • DateAdded supports the '>=,>' operators.
  • DateModified supports the '>=,>' operators.
For example:
	
	SELECT * FROM Educations WHERE ConstituentId = '280'
	
	SELECT * FROM Educations WHERE DateAdded >= '2010-06-01 14:03:35'	

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the education.
Campus String The campus.
ClassOf String The year the constituent graduated.
ClassOfDegree String The class of degree.
ConstituentId String

Constituents.Id

The immutable system record ID of the constituent associated with the education.
DateAdded Datetime The date when the education was created.
DateEnteredD Integer The first day of attendance.
DateEnteredM Integer The first month of attendance.
DateEnteredY Integer The first year of attendance.
DateGraduatedD Integer The graduation day.
DateGraduatedM Integer The graduation month.
DateGraduatedY Integer The graduation year.
DateLeftD Integer The last day of attendance.
DateLeftM Integer The last month of attendance.
DateLeftY Integer The last year of attendance.
DateModified Datetime The date when the education was last modified.
Degree String The degree received.
Department String The name of the education department.
Faculty String The name of the faculty.
Gpa Double The grade point average.
KnownName String The known name.
Majors String The major courses of study.
Minors String The minor courses of study.
Primary Boolean Indicates whether this is the constituent's primary school association.
RegistrationNumber String The registration number.
School String The school name.
SocialOrganization String The social organization.
Status String The status of the education.
SubjectOfStudy String The subject of study.
Type String The type of education.

Blackbaud Raisers Edge NXT Connector for CData Sync

Emails

Returns a list of email addresses of all constituents or a specified constituent.

Table Specific Information

Select

The Sync App 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 Sync App.

  • ConstituentId supports the '=,in' operators.
  • DateAdded supports the '>=,>' operators.
  • DateModified supports the '>=,>' operators.
  • IncludeInactive supports "=" operator.
For example:
	
	SELECT * FROM Emails WHERE ConstituentId = '280'
	
	SELECT * FROM Emails WHERE DateAdded >= '2010-06-01 14:03:35'

Columns

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

Constituents.Id

The immutable system record ID of the constituent associated with the email address.
DateAdded Datetime The date when the email address was created.
DateModified Datetime The date when the email address was last modified.
DoNotEmail Boolean Indicates whether the constituent requests not to be contacted at this email address.
Inactive Boolean Indicates whether the email address is inactive.
Primary Boolean Indicates whether this is the constituent's primary email address.
Type String The type of email address.

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 email addresses in the result.

Blackbaud Raisers Edge NXT Connector for CData Sync

EventCategories

Returns a list of active event categories.

Table Specific Information

Select

The Sync App 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 Sync App.

  • IncludeInactive supports the '=' operator.
For example:
	
	SELECT * FROM EventCategories WHERE IncludeInactive = true

Columns

Name Type References Description
Id [KEY] String The ID of the event category.
Inactive Boolean Whether the category is inactive. True if inactive.
Name String The name of the event category.

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 campaigns in the result.

Blackbaud Raisers Edge NXT Connector for CData Sync

EventFees

Returns a list of fees for an event.

Table Specific Information

Select

The Sync App 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 Sync App.
Note: EventId is required in order to query EventFees.

  • EventId supports the '=' operator.
For example:
	SELECT * FROM EventFees WHERE EventId = '2'

Columns

Name Type References Description
Id [KEY] String The ID of the event fee.
ContributionAmount Double The tax deductible amount for this fee.
Cost Double The fee's cost.
EventId String

Events.Id

The ID of the event the fee is linked to.
Name String The name of the event fee.
NumberSold Integer The number of fees sold.

Blackbaud Raisers Edge NXT Connector for CData Sync

EventParticipantGuests

The participant's basic summary information

Table Specific Information

Select

The Sync App 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 Sync App.
Note: EventId is required in order to query EventParticipantGuests.

  • EventId supports the '=' operator.
For example:
	SELECT * FROM EventParticipantGuests WHERE EventId = '2'

Columns

Name Type References Description
ContactId String The ID of the contact attending the event.
EventId String

Events.Id

The ID of the event which the participant belongs to.
Name String The participant's full name.
ParticipantId String The ID of the participant.

Blackbaud Raisers Edge NXT Connector for CData Sync

EventParticipantMemberships

The individual's membership category

Table Specific Information

Select

The Sync App 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 Sync App.
Note: EventId is required in order to query EventParticipantMemberships.

  • EventId supports the '=' operator.
For example:
	SELECT * FROM EventParticipantMemberships WHERE EventId = '2'

Columns

Name Type References Description
CategoryId String The ID of the membership category.
CategoryName String The name of the membership category.
EventId String

Events.Id

The ID of the event which the participant belongs to.

Blackbaud Raisers Edge NXT Connector for CData Sync

EventParticipantOptions

Returns the participant options for an event.

Table Specific Information

Select

The Sync App 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 Sync App.
Note: EventId is required in order to query EventParticipantOptions.

  • EventId supports the '=' operator.
For example:
	SELECT * FROM EventParticipantOptions WHERE EventId = '2'

Columns

Name Type References Description
Id [KEY] String The ID of the event participant option.
EventId String

Events.Id

The ID of the event which the participant belongs to.
AddedByService String The ID of the service who added this option.
AddedByUser String The ID of the user that added this option.
DateAdded Datetime The date this option was added.
DateUpdated Datetime The date this option was updated.
InputType String The available types of event participant options.
ListOptions String A event participant option list option.
MultiSelect Boolean Only valid for List input type, determines if multiple options can be selected.
Name String The name of the event participant option.
ParticipantId String The ID of the participant.
UpdatedByService String The ID of the service who updated this option.
UpdatedByUser String The ID of the user who updated this option.
Version Integer The version number of the option.

Blackbaud Raisers Edge NXT Connector for CData Sync

EventParticipants

Returns a list of participants for an event.

Table Specific Information

Select

The Sync App 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 Sync App.
Note: EventId is required in order to query EventParticipants.

  • Attended supports the '=' operator.
  • DateAdded supports the '>=,>' operators.
  • DateModified supports the '>=,>' operators.
  • EventId supports the '=' operator.
  • InvitationStatus supports the '=' operator.
  • IsConstituent supports the '=' operator.
  • ParticipationLevelName supports the '=,in' operators.
  • RsvpStatus supports the '=,in' operators.
  • EmailEligible supports the '=' operator.
  • PhoneCallEligible supports the '=' operator.
  • FeesPaid supports the '=' operator.
  • Fields supports the '=' operator.
For example:
	SELECT * FROM EventParticipants WHERE EventId = '2'
	
	SELECT * FROM EventParticipants WHERE EventId = '2' AND DateAdded >= '2010-06-01 14:03:35'

Columns

Name Type References Description
Id [KEY] String The ID of the participant.
Attended Boolean Whether the participant attended the event.
ClassOf String The participant's graduating class.
ContactId String The ID of the contact attending the event.
DateAdded Datetime The date the participant was created.
DateModified Datetime The date when the participant was last modified.
DoNotCall Boolean The participant's phone call preference.
DoNotEmail Boolean The participant's email preference.
Email String The participant's email address.
EventId String

Events.Id

The ID of the event which the participant belongs to.
FirstName String The participant's first name.
FormerName String The participant's former name.
HostContactId String The ID of the contact attending the event.
HostName String The participant's full name.
HostParticipantId String The ID of the host participant.
InvitationStatus String The possible states for a constituent's invitation to an event.
IsConstituent Boolean Indicates whether the participant is a constituent.
LastName String The participant's last name.
LookupId String The LookupId of the participant.
MiddleName String The participant's middle name.
Name String The participant's full name.
NameTag String The name tag for the participant.
ParticipationLevelId String The ID of the participation level.
ParticipationLevelIsInactive Boolean Whether the participation level is inactive. True if inactive.
ParticipationLevelName String The name of the participation level.
Phone String The participant's phone number.
PreferredName String The participant's preferred name.
RsvpDateD Integer The day in the fuzzy date.
RsvpDateM Integer The month in the fuzzy date.
RsvpDateY Integer The year in the fuzzy date.
RsvpStatus String The possible states for a participant's RSVP for an event.
Seat String The seat assignment for the participant.
Suffix String The participant's suffix.
Title String The participant's title.
TotalPaid Integer The sum of the participant's paid gifts with a type of Registration Fees.
TotalRegistrationFees Integer The sum of the participant's fee amounts.
SummaryNote String summary Notes.

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
EmailEligible Boolean A filter to include or exclude participants based on whether they have a primary email address that's not marked Do not email.
PhoneCallEligible Boolean A filter to include or exclude participants based on whether they have a primary phone number that's not marked Do not call.
FeesPaid Boolean A filter to include or exclude participants that have paid or not paid their fees.
Fields String Represents a list of fields to include on the returned records.

Blackbaud Raisers Edge NXT Connector for CData Sync

Events

Returns a list of events

Table Specific Information

Select

The Sync App 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 Sync App.

  • Id supports the '=' operator.
  • CategoryName supports the '=' operator.
  • DateAdded supports the '>=,>' operators.
  • DateModified supports the '>=,>' operators.
  • Name supports the '=' operator.
  • StartDate supports the '>=,<=' operators.
  • IncludeInactive supports the '=' operator.
  • Fields supports the '=' operator.
For example:
	
	SELECT * FROM Events WHERE Id = '2'
	
	SELECT * FROM Events WHERE StartDate >= '2000-04-06T05:50:00' AND StartDate <= '2020-04-06T06:50:00'
	
	SELECT * FROM Events WHERE DateAdded >= '2010-06-01 14:03:35'

Columns

Name Type References Description
Id [KEY] String The ID of the event.
AttendedCount Integer The number of event attendees.
AttendingCount Integer The number of event participants who plan to attend.
CampaignId String The ID of the campaign affiliated with the event.
Capacity Integer The number of people that can attend the event.
CategoryId String The ID of the event category.
CategoryInactive Boolean Whether the category is inactive.
CategoryName String The name of the event category.
DateAdded Datetime The date when the event was created.
DateModified Datetime The date when the event was last modified.
EndDate Date The end date of the event.
EndTime String The end time of the event.
FundId String The ID of the fund affiliated with the event.
Goal Double The monetary goal of the event.
Inactive Boolean Whether the event is inactive.
InvitedCount Integer The number of event invitees.
LocationName String The name of the location.
LocationAddressLines String The location's address lines.
LocationPostalCode String The location's postal code.
LocationLocalityId String The record ID of the locality record.
LocationLocalityName String The name of the locality.
LocationAdministrativeAreaId String The record ID of the administrative area.
LocationAdministrativeAreaName String The name of the administrative area.
LocationAdministrativeAreaShortDesc String The short description of the administrative area.
LocationSubAdministrativeAreaId String The ID of the sub administrative area.
LocationSubAdministrativeAreaName String The name of the sub administrative area.
LocationCountryId String The ID of the country record.
LocationCountryDisplayName String The display name of the country.
LocationCountryIsoAlpha2Code String The ISO 3166-1 alpha-2 code for the country.
LocationFormattedAddress String The location's formatted address.
LookupId String The lookup ID of the event.
Name String The name of the event.
StartDate Date The start date of the event.
StartTime String The start time of the event.

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
Fields String Represents a list of fields to include on the returned records
IncludeInactive Boolean If set to true, includes inactive phones in the result.

Blackbaud Raisers Edge NXT Connector for CData Sync

FundAttachments

Returns a list of attachments for a fund.

Table Specific Information

Select

The Sync App 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 Sync App.
Note: FundId is required in order to query FundAttachments.

  • FundId supports the '=' operator.
For example:
	SELECT * FROM FundAttachments WHERE FundId = '4'
	

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the attachment.
FundId String

Funds.Id

The immutable system record ID of the fund.
ContentType String The content type. For physical attachments only.
Date Datetime The date of the attachment.
FileId String The identifier of the file.
FileName String The file name.
FileSize Long The file size in bytes.
Name String The name of the attachment.
ParentId String The parent object's immutable system record ID.
Tags String The tags associated with the attachment.
ThumbnailId String The identifier of the thumbnail.
ThumbnailUrl String The URL for a thumbnail.
Type String The attachment type.
Url String The URL for the attachment.

Blackbaud Raisers Edge NXT Connector for CData Sync

FundraiserAssignments

Returns a list of assignments for a fundraiser.

Table Specific Information

Select

The Sync App 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 Sync App.
Note: FundraiserId is required in order to query FundraiserAssignments.

  • FundraiserId supports the '=' operator.
For example:
	SELECT * FROM FundraiserAssignments WHERE FundraiserId = '4'
	

Columns

Name Type References Description
Id String The immutable system record ID of the given assignment.
AmountValue Double The goal amount for the fundraiser to solicit from the assigned constituent.
AppealId String

FundraisingAppeals.Id

The immutable system record ID of the appeal the fundraiser should use to request gifts.
CampaignId String

Campaigns.Id

The immutable system record ID of the campaign to apply resulting gifts to.
ConstituentId String

Constituents.Id

The immutable system record ID of the target constituent.
End Datetime The fundraiser end date.
FundId String

Funds.Id

The immutable system record ID of the fund any resulting gifts should be applied to.
FundraiserId String The immutable system record ID of the fundraiser assigned to the constituent.
Start Datetime The fundraiser start date.
Type String The type of fundraiser.

Blackbaud Raisers Edge NXT Connector for CData Sync

FundraiserGoals

Returns a list of goals for a fundraiser

Table Specific Information

Select

The Sync App 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 Sync App.
Note: FundraiserId is required in order to query FundraiserGoals.

  • FundraiserId supports the '=' operator.
For example:
	SELECT * FROM FundraiserGoals WHERE FundraiserId = '4'
	

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the fundraiser goal.
AmountValue Double The fundraiser goal amount.
AppealId String

FundraisingAppeals.Id

The immutable system record ID of the appeal associated with the fundraiser goal.
CampaignId String

Campaigns.Id

The immutable system record ID of the campaign associated with the fundraiser goal.
FundId String

Funds.Id

The immutable system record ID of the fund associated with the fundraiser goal.
FundraiserId String The immutable system record ID of the fundraiser associated with the fundraiser goal.
Type String The fundraiser goal type. Available values are Campaign, Fund, UnspecifiedCategory, and Appeal.
UnspecifiedCategoryName String The unspecified category name for the fundraiser goal.

Blackbaud Raisers Edge NXT Connector for CData Sync

FundraisingAppeals

Returns a list of fundraising appeals.

Table Specific Information

Select

The Sync App 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 Sync App.

  • Id supports the '=,in' operators.
  • DateAdded supports the '>=,>' operators.
  • DateModified supports the '>=,>' operators.
  • IncludeInactive supports the '=' operator.
For example:
	
	SELECT * FROM FundraisingAppeals WHERE Id = '4'
	
	SELECT * FROM FundraisingAppeals WHERE IncludeInactive = true

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the appeal.
Category String The category of the appeal.
DateAdded Datetime The date when the appeal was created.
DateModified Datetime The date when the appeal was last modified.
Description String The display name of the appeal.
EndDate Datetime The end date of the appeal.
GoalValue Double The monetary goal associated with the appeal.
Inactive Boolean This computed field indicates that the appeal is active if the current date is after any start_date and before any end_date.
LookupId String The user-defined identifier for the appeal.
StartDate Datetime The start date of the appeal.

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 appeals in the result.

Blackbaud Raisers Edge NXT Connector for CData Sync

Funds

Returns a list of funds.

Table Specific Information

Select

The Sync App 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 Sync App.

  • Id supports the '=,in' operators.
  • DateAdded supports the '>=,>' operators.
  • DateModified supports the '>=,>' operators.
  • IncludeInactive supports the '=' operator.
For example:
	
	SELECT * FROM Funds WHERE Id = '4'
	
	SELECT * FROM Funds WHERE IncludeInactive = true

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the fund.
Category String The category of the fund.
DateAdded Datetime The date when the fund was created.
DateModified Datetime The date when the fund was last modified.
Description String The display name of the fund.
EndDate Datetime The end date of the fund.
GoalValue Double The monetary goal associated with the fund.
Inactive Boolean This computed field indicates that the fund is active if the current date is after any start_date and before any end_date.
LookupId String The user-defined identifier for the fund.
StartDate Datetime The start date of the fund.
Type String The type of the fund.

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 funds in the result.

Blackbaud Raisers Edge NXT Connector for CData Sync

GetPledgeInstallments

This gets the installments of an existing pledge gift.

Columns

Name Type References Description
Id [KEY] String ID
GiftId String

Gifts.Id

The immutable system record ID of the gift the attachments are associated to.
AmountValue Double The Amount Value.
Date Datetime Date
Sequence Integer Sequence
Year Integer Year

Blackbaud Raisers Edge NXT Connector for CData Sync

GetPledgePayments

This gets the payments of an existing pledge gift.

Columns

Name Type References Description
PaymentGiftId [KEY] String The Payment Gift Id.
InstallmentId String The Id for the installment.
GiftId String

Gifts.Id

The immutable system record ID of the gift the attachments are associated to.
AmountAppliedValue Double The amount applied value.

Blackbaud Raisers Edge NXT Connector for CData Sync

GiftAcknowledgements

Returns a list of acknowledgements for a gift

Table Specific Information

Select

The Sync App 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 Sync App.

  • GiftId supports the '=' operator.
For example:
	SELECT * FROM GiftAcknowledgements
	SELECT * FROM GiftAcknowledgements WHERE GiftId = '476'

Columns

Name Type References Description
GiftId String

Gifts.Id

The immutable system record ID of the gift associated with the acknowledgement.
Date Datetime The date associated with the acknowledgement.
Letter String The letter associated with the acknowledgement.
Status String The status of the acknowledgement. Available values are: ACKNOWLEDGED, NEEDSACKNOWLEDGEMENT, and DONOTACKNOWLEDGE.

Blackbaud Raisers Edge NXT Connector for CData Sync

GiftAttachments

Returns a list of attachments for a gift.

Table Specific Information

Select

The Sync App 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 Sync App.
Note: GiftId are required in order to query GiftAttachments.

  • GiftId supports the '=' operator.
For example:
	SELECT * FROM GiftAttachments WHERE GiftId = '476'

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the attachment.
GiftId String

Gifts.Id

The immutable system record ID of the gift the attachments are associated to.
ContentType String The content type. For physical attachments only.
Date Datetime The date of the attachment.
FileId String The identifier of the file.
FileName String The file name.
FileSize Long The file size in bytes.
Name String The name of the attachment.
ParentId String The parent object's immutable system record ID.
Tags String The tags associated with the attachment.
ThumbnailId String The identifier of the thumbnail.
ThumbnailUrl String The URL for a thumbnail.
Type String The attachment type.
Url String The URL for the attachment.

Blackbaud Raisers Edge NXT Connector for CData Sync

GiftBatches

Returns a list of gift batches.

Table Specific Information

Select

The Sync App 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 Sync App.

  • BatchNumber supports the '=' operator.
  • CreatedBy supports the '=' operator.
  • HasExceptions supports the '=' operator.
  • IsApproved supports the '=' operator.
  • SearchText supports the '=' operator.

Columns

Name Type References Description
Id [KEY] String The batch identifier.
ActualAmount Double The actual batch amount.
BatchDescription String The batch description.
BatchNumber String The batch number.
CreatedBy String Created by user name.
AddedBy String Added by user name.
CreatedOn Datetime The date the batch was created.
DateAdded Datetime The date the batch was added.
HasExceptions Boolean The has exceptions boolean.
IsApproved Boolean Approved boolean.
Approved Boolean Approved boolean.
NumberOfGifts Integer The number of gifts in the batch.

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
SearchText String If set to true, includes inactive gift batches in the result.

Blackbaud Raisers Edge NXT Connector for CData Sync

GiftFundraisers

Returns a list of attachments for a gift.

Table Specific Information

Select

The Sync App uses 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 Sync App.
Note: GiftId are required in order to query GiftFundraisers.

  • GiftId supports the '=' operator.
For example:
	SELECT * FROM GiftFundraisers WHERE GiftId = '476'

Columns

Name Type References Description
GiftId String

Gifts.Id

The immutable system record ID of the gift the fundraisers are associated to.
AmountValue Decimal The amount credited to the fundraiser for the gift.
ConstituentId String The immutable constituent system record ID for the fundraiser associated with the gift.

Blackbaud Raisers Edge NXT Connector for CData Sync

GiftPayments

Returns payments for a gift.

Table Specific Information

Select

The Sync App 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 Sync App.

  • GiftId supports the '=' operator.
For example:
	SELECT * FROM GiftPayments
	SELECT * FROM GiftPayments WHERE GiftId = '476'

Columns

Name Type References Description
GiftId String

Gifts.Id

The immutable system record ID of the gift associated with the payment.
AccountToken String The tokenized account information (e.g. credit card) from the external payment provider. Only applies to payment methods of CreditCard and DirectDebit.
BbpsConfigurationId String The bbps configuration ID. Only applies to payment methods of CreditCard and DirectDebit.
BbpsTransactionId String The bbps transaction ID. Only applies to payment methods of CreditCard and DirectDebit.
CheckDateD Integer The day of the check date. Only applies to payment method of PersonalCheck.
CheckDateM Integer The month of the check date. Only applies to payment method of PersonalCheck.
CheckDateY Integer The year of the check date. Only applies to payment method of PersonalCheck.
CheckNumber String The check number. Only applies to payment method of PersonalCheck.
CheckoutTransactionId String The checkout transaction ID. Only applies to payment methods of CreditCard and DirectDebit.
PaymentMethod String The payment method.
Reference String The reference.
ReferenceDateD Integer The day of the reference date.
ReferenceDateM Integer The month of the reference date.
ReferenceDateY Integer The year of the reference date.

Blackbaud Raisers Edge NXT Connector for CData Sync

GiftReceipts

Returns receipts for a gift.

Table Specific Information

Select

The Sync App 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 Sync App.

  • GiftId supports the '=' operator.
For example:
	SELECT * FROM GiftReceipts
	SELECT * FROM GiftReceipts WHERE GiftId = '476'

Columns

Name Type References Description
GiftId String

Gifts.Id

The immutable system record ID of the gift associated with the receipt.
AmountValue Double The amount of the receipt.
Date Datetime The date on the receipt.
Number Integer The number of the receipt.
Status String The status of the receipt. Available values are: RECEIPTED, NEEDSRECEIPT, and DONOTRECEIPT.

Blackbaud Raisers Edge NXT Connector for CData Sync

Gifts

Returns a paginated list of gifts

Table Specific Information

Select

The Sync App 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 Sync App.

  • Id supports the '=' operator.
  • ConstituentId supports the '=,in' operators.
  • Date supports the '>=,<=' operators.
  • DateAdded supports the '>=,>' operators.
  • DateModified supports the '>=,>' operators.
  • PostStatus supports the '=,in' operators.
  • Type supports the '=' operator.
  • ListId supports the '=' operator.
  • AppealId supports the '=,in' operators.
  • FundId supports the '=,in' operators.
  • CampaignId supports the '=,in' operators.
  • AcknowledgmentStatus supports the '=,in' operators.
  • ReceiptStaus supports the '=,in' operators.
For example:
	
	SELECT * FROM Gifts WHERE ConstituentId IN ('280', '281')
	
	SELECT * FROM Gifts WHERE PostStatus = 'Posted'
	
	SELECT * FROM Gifts WHERE Type IN ('Pledge', 'GiftInKind')

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the gift.
AmountValue Double The monetary amount of the gift.
BalanceValue Double The balance remaining on the gift.
BatchNumber String The batch number associated with this gift.
Constituency String The constituency of the gift.
ConstituentId String The immutable system record ID of the constituent associated with the gift.
Date Date The gift date.
DateAdded Datetime The date when the gift was created.
DateModified Datetime The date when the gift was last modified.
GiftAidAmountValue Double This computed field calculates the total qualified amount of tax reclaimed from Gift Aid across all gift_splits for this gift.
GiftAidQualificationStatus String This computed field determines the Gift Aid qualification status based on tax declaration information and the database format. Available values are: Qualified, NotQualified, and PartlyQualified. For the UK only.
GiftStatus String The status of the gift. Available values are Active, Held, Terminated, Completed, and Cancelled.
IsAnonymous Bool Indicates whether the gift is anonymous.
LinkedGifts String The identifiers of other gifts that are linked to this gift.
LookupId String The user-defined identifier for the gift.
Origin String The origin of the gift.
PostDate Datetime The date that the gift was posted to general ledger.
PostStatus String The general ledger post status of the gift.
RecurringGiftStatusDateD Integer The date (D) that the gift status was last modified.
RecurringGiftStatusDateM Integer The date (M) that the gift status was last modified.
RecurringGiftStatusDateY Integer The date (Y) that the gift status was last modified.
Reference String Notes to track special details about a gift such as the motivation behind it or a detailed description of a gift-in-kind.
Subtype String The subtype of the gift.
Type String The gift type.
GiftCode String The gift Code.

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
ListId String Defines a list identifier used to filter the set of gifts to those included in the specified list. If this value is set, other specified filters will be ignored.
AppealId String Returns gifts if any of the specified appeal identifiers match any of their appeals.
FundId String Returns gifts if any of the specified fund identifiers match any of their funds.
CampaignId String Returns gifts if any of the specified campaign identifiers match any of their campaigns.
AcknowledgmentStatus String Returns gifts if their acknowledgement status matches any specified.
ReceiptStaus String Returns gifts if their receipt status matches any specified.

Blackbaud Raisers Edge NXT Connector for CData Sync

GiftsCustomFields

Retrieves custom fields for all gifts

Table Specific Information

Select

The Sync App 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 Sync App.

Columns

Name Type References Description
Id String The immutable system record ID of the custom field.
GiftId String The parent object's immutable system record ID.
Name String The custom field category.
Value String The value of the custom field.
Comment String The comment on the custom field.
DateAdded Datetime The date when the custom field was created.
DateModified Datetime The date when the custom field was last modified.
Type String The type of data that the custom field represents.

Blackbaud Raisers Edge NXT Connector for CData Sync

GiftSoftCredits

Returns soft credits for a gift.

Table Specific Information

Select

The Sync App 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 Sync App.

  • GiftId supports the '=' operator.
For example:
	SELECT * FROM GiftSoftCredits
	SELECT * FROM GiftSoftCredits WHERE GiftId = '476'

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the soft credit.
AmountValue Double The amount of the soft credit.
ConstituentId String The immutable system record ID of the constituent associated with the soft credit.
GiftId String

Gifts.Id

The immutable system record ID of the gift associated with the soft credit.

Blackbaud Raisers Edge NXT Connector for CData Sync

GiftSplits

Returns the splits for a gift.

Table Specific Information

Select

The Sync App 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 Sync App.

  • GiftId supports the '=' operator.
For example:
	SELECT * FROM GiftSplits
	SELECT * FROM GiftSplits WHERE GiftId = '476'

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the gift split.
GiftId String

Gifts.Id

The immutable system record ID of the gift associated with the gift split.
AmountValue Decimal The amount of the gift split.
AppealId String The immutable system record ID of the appeal associated with the gift split.
CampaignId String The immutable system record ID of the campaign associated with the gift split.
FundId String The immutable system record ID of the fund associated with the gift split.
GiftAidAmount Decimal The amount of tax reclaimed from gift aid for this gift split. For the UK only.
GiftAidQualificationStatus String The gift aid qualification status of the gift split. Available values are: Qualified, and NotQualified. For the UK only.
PackageId String The immutable system record ID of the package associated with the gift split.

Blackbaud Raisers Edge NXT Connector for CData Sync

Giving

Returns the first, latest or greatest gift recorded for a constituent.

Table Specific Information

Select

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

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

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the gift.
AmountValue Double The gift amount.
Date Date The gift date.
Type String The gift type.
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.

Blackbaud Raisers Edge NXT Connector for CData Sync

GivingAppeals

Returns the giving appeals summary for the constituent

Table Specific Information

Select

The Sync App 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 Sync App.
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.

Blackbaud Raisers Edge NXT Connector for CData Sync

GivingCampaigns

Returns the giving campaigns summary for the constituent

Table Specific Information

Select

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

  • ConstituentId supports the '=' operator.
  • GivingSummaryType supports the '=' operator.
For example:
	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.

The allowed values are first, greatest, latest.

Blackbaud Raisers Edge NXT Connector for CData Sync

GivingFunds

Returns the giving funds summary for the constituent

Table Specific Information

Select

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

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

Columns

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

Blackbaud Raisers Edge NXT Connector for CData Sync

LifetimeGiving

Returns the lifetime giving information for a constituent.

Table Specific Information

Select

The Sync App 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 Sync App.
Note: ConstituentId are required in order to query LifetimeGiving.

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

Columns

Name Type References Description
ConsecutiveYearsGiven Integer This computed field calculates the number of consecutive years the constituent has given.
ConstituentId String

Constituents.Id

The immutable system record ID of the constituent associated with the lifetime giving.
TotalCommittedMatchingGiftsValue Double This computed field calculates the total amount of matching gift commitments attributed to the constituent.
TotalGivingValue Double This computed field calculates the total amount given by the constituent.
TotalPledgeBalanceValue Double This computed field calculates the unpaid pledge balance for the constituent.
TotalReceivedGivingValue Double This computed field calculates the total received amount given by the constituent.
TotalReceivedMatchingGiftsValue Double This computed field calculates the total amount of payments toward matching gift pledges attributed to the constituent.
TotalSoftCreditsValue Double This computed field calculates the total amount of soft credits applied to the constituent.
TotalYearsGiven Integer This computed field calculates the total number of years the constituent has given.

Blackbaud Raisers Edge NXT Connector for CData Sync

Lists

Returns a list of lists for the given list type

Table Specific Information

Select

The Sync App 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 Sync App.

  • ListType supports the '=' operator.
For example:
	SELECT * FROM Lists WHERE ListType = 'Constituent'
	

Columns

Name Type References Description
Id [KEY] String The immutable system record ID for the list.
DateModified Datetime The date this list was last modified.
Description String The description of the list
IsPublic Boolean Indicates whether this is a public or private list.
LastModifiedByUserId String The ID of the user that last modified the list.
LastModifiedByUserName String The name of the user that last modified the list.
Name String The name of the list.
RecordCount Integer The total number of records defined by this list based on the last time this list was saved.
ListType String Type of the list.

The allowed values are Constituent, Gift, Action, Opportunity.

Blackbaud Raisers Edge NXT Connector for CData Sync

Members

Returns the list of members.

Table Specific Information

Select

The Sync App 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 Sync App.

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

Columns

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

Constituents.Id

The immutable system record ID of the constituent associated with the member.
Primary Boolean Indicates whether this is the primary member on the membership.

Blackbaud Raisers Edge NXT Connector for CData Sync

Memberships

Returns a list of memberships.

Table Specific Information

Select

The Sync App 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 Sync App.

  • ConstituentId supports the '=' operator.
  • DateAdded supports the '>=,>' operators.
  • DateModified supports the '>=,>' operators.
For example:
	
	SELECT * FROM Memberships WHERE ConstituentId = '280'
	
	SELECT * FROM Memberships WHERE DateAdded >= '2010-06-01 14:03:35'

Columns

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

Constituents.Id

The immutable system record ID of the constituent associated with the membership.
Category String The membership category.
DateAdded Datetime The date when the membership was created.
DateModified Datetime The date when the membership was last modified.
DuesValue Double The membership dues.
Expires Datetime The date when the membership expires.
Joined Datetime The date when the membership becomes active.
Program String The membership program.
Standing String The membership status. Available values are New, Active, Lapsed, and Dropped.
Subcategory String The membership subcategory.

Blackbaud Raisers Edge NXT Connector for CData Sync

Notes

Returns a list of notes that tracks helpful or important details such as specific interests and special instructions for donations

Table Specific Information

Select

The Sync App 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 Sync App.

  • Id supports the '=' operator.
  • ConstituentId supports the '=' operator.
  • DateAdded supports the '>=,>' operators.
  • DateModified supports the '>=,>' operators.
For example:
	
	SELECT * FROM Notes WHERE ConstituentId = '280'
	
	SELECT * FROM Notes WHERE DateAdded >= '2010-06-01 14:03:35'
	

Columns

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

Constituents.Id

The immutable system record ID of the constituent associated with the note.
DateD Integer The day of note date.
DateM Integer The month of note date.
DateY Integer The year of note date.
DateAdded Datetime The date when the note was created.
DateModified Datetime The date when the note was last modified.
Summary String The note summary.
Text String The note's contents.
Type String The note type.

Blackbaud Raisers Edge NXT Connector for CData Sync

OnlinePresences

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

Table Specific Information

Select

The Sync App 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 Sync App.

  • 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.

Blackbaud Raisers Edge NXT Connector for CData Sync

Opportunities

Retrieves a list of opportunities

Table Specific Information

Select

The Sync App 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 Sync App.

  • Id supports the '=' operator.
  • ConstituentId supports the '=,in' operators.
  • DateAdded supports the '>=,>' operators.
  • DateModified supports the '>=,>' operators.
  • IncludeInactive supports the '=' operator.
For example:
	
	SELECT * FROM Opportunities WHERE Id = '4'
	
	SELECT * FROM Opportunities WHERE ConstituentId IN ('255', '266')
	
	SELECT * FROM Opportunities WHERE DateAdded >= '1999-06-01 14:03:35'

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the opportunity.
AskAmountValue Double The monetary amount solicited from the prospect for the opportunity.
AskDate Datetime The date when the solicitation was made.
CampaignId String

Campaigns.Id

The immutable system record ID of the campaign associated with the opportunity. The campaign sets the overall objectives for raising money.
ConstituentId String

Constituents.Id

The immutable system record ID of the constituent associated with the opportunity.
DateAdded Datetime The date when the opportunity was created.
DateModified Datetime The date when the opportunity was last modified.
Deadline Datetime The goal date for the opportunity to result in a gift.
ExpectedAmountValue Double The monetary amount that is realistically expected to result from the opportunity.
ExpectedDate Datetime The date when the prospect is expected to give in response to the opportunity.
FundId String

Funds.Id

The immutable system record ID of the fund associated with the opportunity.
FundedAmountValue Double The monetary amount that the prospect gave in response to the opportunity.
FundedDate Datetime The date when the prospect gave in response to the opportunity.
Fundraisers String Fundraiser constituents interact with other constituents and prospects on behalf of your organization to cultivate relationships and advance opportunities to secure major gifts.
Inactive Boolean Indicates whether the opportunity is inactive.
LinkedGifts String The immutable system record IDs of the gifts related to the opportunity.
Name String The name that identifies the opportunity throughout the program, such as in lists or on constituent records.
Purpose String The intended use for any money raised as a result of the opportunity.
Status String The status that indicates where the opportunity is in the solicitation process.

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 opportunities in the response.
ListId String Defines a list identifier used to filter the set of opportunities to those included in the specified list. If this value is set, other specified filters will be ignored.

Blackbaud Raisers Edge NXT Connector for CData Sync

OpportunitiesCustomFields

Retrieves custom fields for an opportunity

Columns

Name Type References Description
Id String The immutable system record ID of the custom field.
OpportunityId String The parent object's immutable system record ID.
Name String The custom field category.
Value String The value of the custom field.
Date Datetime The date when the custom field was created.
DateAdded Datetime The date when the custom field was added.
DateModified Datetime The date when the custom field was last modified.
Type String The type of data that the custom field represents.

Blackbaud Raisers Edge NXT Connector for CData Sync

OpportunityAttachments

Returns a list of attachments for an opportunity

Table Specific Information

Select

The Sync App 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 Sync App.
Note: OpportunityId is required in order to query OpportunityAttachments.

  • OpportunityId supports the '=' operator.
For example:
	SELECT * FROM OpportunityAttachments WHERE OpportunityId = '4'

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the attachment.
OpportunityId String

Opportunities.Id

The ID of the Opportunity.
Content_type String The content type. For physical attachments only.
Date Datetime The date of the attachment.
FileId String The identifier of the file.
FileName String The file name. For physical attachments only.
FileSize Long The file size in bytes. For physical attachments only.
Name String The name of the attachment.
ParentId String The parent object's immutable system record ID.
Tags String The tags associated with the attachment.
ThumbnailId String The identifier of the thumbnail. For physical attachments that are images only.
ThumbnailUrl String The URL for a thumbnail.
Type String The attachment type. Available values are Link and Physical.
Url String The URL for the attachment.

Blackbaud Raisers Edge NXT Connector for CData Sync

Packages

Returns a list of packages that contains content and other items for the appeals that organizations use to solicit gifts

Table Specific Information

Select

The Sync App 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 Sync App.

  • Id supports the '=' operator.
  • AppealId supports the '=,in' operators.
  • DateAdded supports the '>=,>' operators.
  • DateModified supports the '>=,>' operators.
  • IncludeInactive supports the '=' operator.
For example:
	
	SELECT * FROM Packages WHERE Id = '1'
	
	SELECT * FROM Packages WHERE AppealId IN ('17', '18')
	
	SELECT * FROM Packages WHERE DateAdded >= '1999-06-01 14:03:35'

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the package.
AppealId String

FundraisingAppeals.Id

The immutable system record ID of the appeal associated with this package.
Category String The category of the package.
DateAdded Datetime The date when the package was created.
DateModified Datetime The date when the package was last modified.
DefaultGiftAmountValue Double The default amount for gifts associated with this package.
Description String The display name of the package.
End Datetime The end date of the package.
GoalValue Double The goal of this package.
Inactive Boolean This computed field indicates that the package is active if the current date is after any start and before any end.
LookupId String The user-defined identifier for the package.
Notes String The notes on the package.
RecipientCount Integer The amount of recipients of the package.
Start Datetime The start date of the package.

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 packages in the response.

Blackbaud Raisers Edge NXT Connector for CData Sync

ParticipantFeePayments

Returns the fee payments for a participant.

Table Specific Information

Select

The Sync App 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 Sync App.
Note: ParticipantId is required in order to query ParticipantFeePayments.

  • ParticipantId supports the '=' operator.
For example:
	SELECT * FROM ParticipantFeePayments WHERE ParticipantId = '197'

Columns

Name Type References Description
Id [KEY] String The ID of the participant fee.
ParticipantId String

EventParticipants.Id

The ID of the participant that the participant fee is linked to.
AppliedAmount Double The applied amount of the participant fee payment.
GiftId String The ID of the gift that the participant fee is linked to.

Blackbaud Raisers Edge NXT Connector for CData Sync

ParticipantFees

Returns a list of fees for a participant.

Table Specific Information

Select

The Sync App 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 Sync App.
Note: ParticipantId is required in order to query ParticipantFees.

  • ParticipantId supports the '=' operator.
For example:
	SELECT * FROM ParticipantFees WHERE ParticipantId = '197'

Columns

Name Type References Description
Id [KEY] String The ID of the participant fee.
ParticipantId String

EventParticipants.Id

The ID of the record that the participant fee is linked to.
DateD Integer The day in the fuzzy date.
DateM Integer The month in the fuzzy date.
DateY Integer The year in the fuzzy date.
EventFeeContributionAmount Double The tax deductible amount for this fee.
EventFeeCost Double The fee's cost.
EventFeeEventId String The ID of the event the fee is linked to.
EventFeeId String The ID of the event fee.
EventFeeName String The name of the event fee.
EventFeeNumberSold Integer The number of fees sold.
FeeAmount Double The amount of the participant fee.
Quantity Integer The quantity purchased.
TaxReceiptableAmount Double The tax receiptable amount of the participant fee.

Blackbaud Raisers Edge NXT Connector for CData Sync

ParticipantLevels

Returns a list of participation levels for all events.

Table Specific Information

Select

The Sync App 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 Sync App.

  • IncludeInactive supports the '=' operator.
For example:
	
	SELECT * FROM ParticipantLevels WHERE IncludeInactive = true

Columns

Name Type References Description
Id [KEY] String The ID of the participation level.
IsInactive Boolean Whether the participation level is inactive. True if inactive.
Name String The name of the participation level.

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 participation levels in the result.

Blackbaud Raisers Edge NXT Connector for CData Sync

ParticipantOptions

Returns the participant options for a participant.

Table Specific Information

Select

The Sync App 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 Sync App.
Note: ParticipantId is required in order to query ParticipantOptions.

  • ParticipantId supports the '=' operator.
For example:
	SELECT * FROM ParticipantOptions WHERE ParticipantId = '197'

Columns

Name Type References Description
Id [KEY] String The ID of the participant option.
ParticipantId String

EventParticipants.Id

The ID of the participant.
AddedByService String The name of the service that added this participant option.
AddedByUser String The ID of the user that added the participant option.
DateAdded Datetime The date the participant option was added.
DateUpdated Datetime The date the participant option was updated.
EventId String The ID of the event.
EventParticipantOptionId String The ID of the event participant option.
OptionValue String The participant's response to the option.
UpdatedByService String The name of the service that updated this participant option.
UpdatedByUser String The ID of the user who updated the participant option.

Blackbaud Raisers Edge NXT Connector for CData Sync

Phones

Returns a list of phones for all constituents or a specific constituent

Table Specific Information

Select

The Sync App 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 Sync App.

  • Id supports the '=' operator.
  • ConstituentId supports the '=,in' operators.
  • DateAdded supports the '>=' operators.
  • DateModified supports the '>=' operators.
  • IncludeInactive supports the '=' operators.
For example:
	
	SELECT * FROM Phones WHERE Id = '1'
	
	SELECT * FROM Phones WHERE ConstituentId IN ('280', '281')
	
	SELECT * FROM Phones WHERE DateAdded >= '2010-06-01 14:03:35'

Columns

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

Constituents.Id

The immutable system record ID of the constituent associated with the phone.
DateAdded Datetime The date when the phone was created.
DateModified Datetime The date when the phone was last modified.
DoNotCall Boolean Indicates whether the constituent requests not to be contacted at this number.
Inactive Boolean Indicates whether the phone is inactive.
Number String The phone number.
Primary Boolean Indicates whether this is the constituent's primary phone.
Type String The phone 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 phones in the result.

Blackbaud Raisers Edge NXT Connector for CData Sync

RatingCategories

Returns a list of all available rating categories.

Table Specific Information

Select

The Sync App 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 Sync App.

  • IncludeInactive supports the '=' operator.
  • SourceName supports the '=' operator.
For example:
	
	SELECT * FROM RatingCategories WHERE SourceName = 'Econometrics'
	
	SELECT * FROM RatingCategories WHERE IncludeInactive = true

Columns

Name Type References Description
Inactive Boolean Indicates whether the category is inactive.
Name String The name of the rating category.
SourceName String The source of the category.
Type String The type of the rating category.

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 rating categories in the result.

Blackbaud Raisers Edge NXT Connector for CData Sync

Ratings

Returns a list of ratings for a constituent.

Table Specific Information

Select

The Sync App 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 Sync App.
Note: ConstituentId is required in order to query Ratings.

  • ConstituentId supports the '=' operator.
  • IncludeInactive supports the '=' operator.
  • MostRecentlyUsed supports the '=' operator.
For example:
	
	SELECT * FROM Ratings WHERE ConstituentId = '280'
	
	SELECT * FROM Ratings WHERE IncludeInactive = true
	
	SELECT * FROM Ratings WHERE MostRecentlyUsed = true

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the rating.
Category String The category of the rating.
Comment String A comment about the rating.
ConstituentId String

Constituents.Id

The immutable system record ID of the constituent associated with the rating.
Date Datetime The date of the rating.
Inactive Boolean This computed field indicates that the rating is active if the category is active.
Source String The source of the rating.
Type String This computed field indicates the type of data that the rating represents based on the category property.
Value String The value of the rating.

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 ratings in the result.
MostRecentOnly Boolean If set to true, includes only most recent ratings in the result.

Blackbaud Raisers Edge NXT Connector for CData Sync

RatingSources

Returns a list of all available rating sources.

Table Specific Information

Select

The Sync App 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 Sync App.

  • IncludeInactive supports the '=' operator.
For example:
	
	SELECT * FROM RatingSources WHERE IncludeInactive = true

Columns

Name Type References Description
Inactive Boolean Indicates whether the rating source is inactive.
Name String The name of the rating source.

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 rating sources in the result.

Blackbaud Raisers Edge NXT Connector for CData Sync

Relationships

Returns a list of relationships between constituents and other individuals and organizations such as family, friends, and employers

Table Specific Information

Select

The Sync App 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 Sync App.

  • Id supports the '=' operator.
  • ConstituentId supports the '=' operator.
  • DateAdded supports the '>=,>' operators.
  • DateModified supports the '>=,>' operators.
For example:
	SELECT * FROM Relationships WHERE Id = '1'
	
	SELECT * FROM Relationships WHERE ConstituentId = '280'
	

Columns

Name Type References Description
Id [KEY] String The immutable system record ID of the relationship.
Comment String The comment on the relationship.
ConstituentId String

Constituents.Id

The immutable system record ID of the constituent associated with the relationship.
DateAdded Datetime The date when the relationship was created.
DateModified Datetime The date when the relationship was last modified.
EndD Integer The end day for the relationship.
EndM Integer The end month for the relationship.
EndY Integer The end year for the relationship.
IsOrganizationContact Boolean Indicates whether the related individual represents the organization as a contact.
IsPrimaryBusiness Boolean Indicates whether the related organization is the individual's primary business.
IsSpouse Boolean Indicates whether the related constituent is the constituent's spouse.
Name String The name of the related constituent.
OrganizationContactType String Provides context for interactions with the related individual who represents the organization as a contact.
Position String The individual's position in the organization.
ReciprocalRelationshipId String The identifier for the reciprocal relationship record.
ReciprocalType String Describes the constituent's relationship to the related constituent.
RelationId String The immutable system record ID of the related individual or organization.
StartD Integer The start day for the relationship.
StartM Integer The start month for the relationship.
StartY Integer The start year for the relationship.
Type String The type of relation that the relationship represents.
FirstName String The first name of the constituent. For individuals only.
LastName String The last name of the constituent. For individuals only.
IsSpouseHeadOfHousehold Boolean Indicates whether the spouse constituent is the head household. Only applies to spousal relationships between individuals.
IsConstituentHeadOfHousehold Boolean Indicates whether the constituent is the head of household. Only applies to spousal relationships between individuals.

Blackbaud Raisers Edge NXT Connector for CData Sync

Tributes

Returns a list of tributes.

Table Specific Information

Select

All the filters are executed client side within the Sync App. For example:

	
	SELECT * FROM Tributes
	
	SELECT * FROM Tributes WHERE Id = 2
	

Columns

Name Type References Description
Id [KEY] Integer The tribute ID.
ConstituentRecordId Integer The system record ID of the constituent.
DefaultFundId Integer The default fund ID.
Description String The tribute description.
EndDateD Integer The day of the end date.
EndDateM Integer The month of the end date.
EndDateY Integer The year of the end date.
IsActive Boolean The active status of the tribute.
Notes String The tribute notes.
StartDateD Integer The day of the start date.
StartDateM Integer The month of the start date.
StartDateY Integer The year of the start date.
TributeTypeId Integer The tribute type code ID.

Blackbaud Raisers Edge NXT Connector for CData Sync

Connection String Options

The connection string properties are the various options that can be used to establish a connection. This section provides a complete list of the options you can configure in the connection string for this provider. Click the links for further details.

For more information on establishing a connection, see Establishing a Connection.

OAuth


PropertyDescription
OAuthClientIdSpecifies the client Id that was assigned the custom OAuth application was created. (Also known as the consumer key.) This ID registers the custom application with the OAuth authorization server.
OAuthClientSecretSpecifies the client secret that was assigned when the custom OAuth application was created. (Also known as the consumer secret ). This secret registers the custom application with the OAuth authorization server.
SubscriptionKeySubscription key which provides access to the API. Found in your Developer Profile.

SSL


PropertyDescription
SSLServerCertSpecifies the certificate to be accepted from the server when connecting using TLS/SSL.

Firewall


PropertyDescription
FirewallTypeSpecifies the protocol the provider uses to tunnel traffic through a proxy-based firewall.
FirewallServerIdentifies the IP address, DNS name, or host name of a proxy used to traverse a firewall and relay user queries to network resources.
FirewallPortSpecifies the TCP port to be used for a proxy-based firewall.
FirewallUserIdentifies the user ID of the account authenticating to a proxy-based firewall.
FirewallPasswordSpecifies the password of the user account authenticating to a proxy-based firewall.

Proxy


PropertyDescription
ProxyAutoDetectSpecifies whether the provider checks your system proxy settings for existing proxy server configurations, rather than using a manually specified proxy server.
ProxyServerThe hostname or IP address of the proxy server that you want to route HTTP traffic through.
ProxyPortThe TCP port on your specified proxy server (set in the ProxyServer connection property) that has been reserved for routing HTTP traffic to and from the client.
ProxyAuthSchemeSpecifies the authentication method the provider uses when authenticating to the proxy server specified in the ProxyServer connection property.
ProxyUserThe username of a user account registered with the proxy server specified in the ProxyServer connection property.
ProxyPasswordThe password associated with the user specified in the ProxyUser connection property.
ProxySSLTypeThe SSL type to use when connecting to the proxy server specified in the ProxyServer connection property.
ProxyExceptionsA semicolon separated list of destination hostnames or IPs that are exempt from connecting through the proxy server set in the ProxyServer connection property.

Logging


PropertyDescription
LogModulesSpecifies the core modules to include in the log file. Use a semicolon-separated list of module names. By default, all modules are logged.

Schema


PropertyDescription
LocationSpecifies the location of a directory containing schema files that define tables, views, and stored procedures. Depending on your service's requirements, this may be expressed as either an absolute path or a relative path.
BrowsableSchemasOptional setting that restricts the schemas reported to a subset of all available schemas. For example, BrowsableSchemas=SchemaA,SchemaB,SchemaC .
TablesOptional setting that restricts the tables reported to a subset of all available tables. For example, Tables=TableA,TableB,TableC .
ViewsOptional setting that restricts the views reported to a subset of the available tables. For example, Views=ViewA,ViewB,ViewC .

Miscellaneous


PropertyDescription
IncludeCustomFieldsSet to true to retrieve custom fields values for Constituents, Actions, Opportunities, and Gifts.
MaxRowsSpecifies the maximum rows returned for queries without aggregation or GROUP BY.
OtherSpecifies additional hidden properties for specific use cases. These are not required for typical provider functionality. Use a semicolon-separated list to define multiple properties.
PageSizeThe number of results to return per page of data retrieved from BlackBaud Raiser's Edge NXT.
PseudoColumnsSpecifies the pseudocolumns to expose as table columns. Use the format 'TableName=ColumnName;TableName=ColumnName'. The default is an empty string, which disables this property.
TimeoutSpecifies the maximum time, in seconds, that the provider waits for a server response before throwing a timeout error. The default is 60 seconds. Set to 0 to disable the timeout.
UserDefinedViewsSpecifies a filepath to a JSON configuration file defining custom views. The provider automatically detects and uses the views specified in this file.
Blackbaud Raisers Edge NXT Connector for CData Sync

OAuth

This section provides a complete list of the OAuth properties you can configure in the connection string for this provider.


PropertyDescription
OAuthClientIdSpecifies the client Id that was assigned the custom OAuth application was created. (Also known as the consumer key.) This ID registers the custom application with the OAuth authorization server.
OAuthClientSecretSpecifies the client secret that was assigned when the custom OAuth application was created. (Also known as the consumer secret ). This secret registers the custom application with the OAuth authorization server.
SubscriptionKeySubscription key which provides access to the API. Found in your Developer Profile.
Blackbaud Raisers Edge NXT Connector for CData Sync

OAuthClientId

Specifies the client Id that was assigned the custom OAuth application was created. (Also known as the consumer key.) This ID registers the custom application with the OAuth authorization server.

Remarks

OAuthClientId is one of a handful of connection parameters that need to be set before users can authenticate via OAuth. For details, see Establishing a Connection.

Blackbaud Raisers Edge NXT Connector for CData Sync

OAuthClientSecret

Specifies the client secret that was assigned when the custom OAuth application was created. (Also known as the consumer secret ). This secret registers the custom application with the OAuth authorization server.

Remarks

OAuthClientSecret is one of a handful of connection parameters that need to be set before users can authenticate via OAuth. For details, see Establishing a Connection.

Blackbaud Raisers Edge NXT Connector for CData Sync

SubscriptionKey

Subscription key which provides access to the API. Found in your Developer Profile.

Remarks

To obtain a key, follow these steps:

  • Request a subscription to an API from the Products page (https://developer.sky.blackbaud.com/products/), select SKY API Standard Edition.
  • Select Subscribe. A confirmation screen appears.
  • To submit your request, select Confirm. You will get an email notification when your request is approved.
  • After it is approved, you can view the subscription key within your developer profile.

Blackbaud Raisers Edge NXT Connector for CData Sync

SSL

This section provides a complete list of the SSL properties you can configure in the connection string for this provider.


PropertyDescription
SSLServerCertSpecifies the certificate to be accepted from the server when connecting using TLS/SSL.
Blackbaud Raisers Edge NXT Connector for CData Sync

SSLServerCert

Specifies the certificate to be accepted from the server when connecting using TLS/SSL.

Remarks

If using a TLS/SSL connection, this property can be used to specify the TLS/SSL certificate to be accepted from the server. Any other certificate that is not trusted by the machine is rejected.

This property can take the following forms:

Description Example
A full PEM Certificate (example shortened for brevity) -----BEGIN CERTIFICATE----- MIIChTCCAe4CAQAwDQYJKoZIhv......Qw== -----END CERTIFICATE-----
A path to a local file containing the certificate C:\cert.cer
The public key (example shortened for brevity) -----BEGIN RSA PUBLIC KEY----- MIGfMA0GCSq......AQAB -----END RSA PUBLIC KEY-----
The MD5 Thumbprint (hex values can also be either space or colon separated) ecadbdda5a1529c58a1e9e09828d70e4
The SHA1 Thumbprint (hex values can also be either space or colon separated) 34a929226ae0819f2ec14b4a3d904f801cbb150d

If not specified, any certificate trusted by the machine is accepted.

Use '*' to signify to accept all certificates. Note that this is not recommended due to security concerns.

Blackbaud Raisers Edge NXT Connector for CData Sync

Firewall

This section provides a complete list of the Firewall properties you can configure in the connection string for this provider.


PropertyDescription
FirewallTypeSpecifies the protocol the provider uses to tunnel traffic through a proxy-based firewall.
FirewallServerIdentifies the IP address, DNS name, or host name of a proxy used to traverse a firewall and relay user queries to network resources.
FirewallPortSpecifies the TCP port to be used for a proxy-based firewall.
FirewallUserIdentifies the user ID of the account authenticating to a proxy-based firewall.
FirewallPasswordSpecifies the password of the user account authenticating to a proxy-based firewall.
Blackbaud Raisers Edge NXT Connector for CData Sync

FirewallType

Specifies the protocol the provider uses to tunnel traffic through a proxy-based firewall.

Remarks

A proxy-based firewall (or proxy firewall) is a network security device that acts as an intermediary between user requests and the resources they access. The proxy accepts the request of an authenticated user, tunnels through the firewall, and transmits the request to the appropriate server.

Because the proxy evaluates and transfers data backets on behalf of the requesting users, the users never connect directly with the servers, only with the proxy.

Note: By default, the Sync App connects to the system proxy. To disable this behavior and connect to one of the following proxy types, set ProxyAutoDetect to false.

The following table provides port number information for each of the supported protocols.

Protocol Default Port Description
TUNNEL 80 The port where the Sync App opens a connection to BlackBaud Raiser's Edge NXT. Traffic flows back and forth via the proxy at this location.
SOCKS4 1080 The port where the Sync App opens a connection to BlackBaud Raiser's Edge NXT. SOCKS 4 then passes theFirewallUser value to the proxy, which determines whether the connection request should be granted.
SOCKS5 1080 The port where the Sync App sends data to BlackBaud Raiser's Edge NXT. If the SOCKS 5 proxy requires authentication, set FirewallUser and FirewallPassword to credentials the proxy recognizes.

To connect to HTTP proxies, use ProxyServer and ProxyPort. To authenticate to HTTP proxies, use ProxyAuthScheme, ProxyUser, and ProxyPassword.

Blackbaud Raisers Edge NXT Connector for CData Sync

FirewallServer

Identifies the IP address, DNS name, or host name of a proxy used to traverse a firewall and relay user queries to network resources.

Remarks

A proxy-based firewall (or proxy firewall) is a network security device that acts as an intermediary between user requests and the resources they access. The proxy accepts the request of an authenticated user, tunnels through the firewall, and transmits the request to the appropriate server.

Because the proxy evaluates and transfers data backets on behalf of the requesting users, the users never connect directly with the servers, only with the proxy.

Blackbaud Raisers Edge NXT Connector for CData Sync

FirewallPort

Specifies the TCP port to be used for a proxy-based firewall.

Remarks

A proxy-based firewall (or proxy firewall) is a network security device that acts as an intermediary between user requests and the resources they access. The proxy accepts the request of an authenticated user, tunnels through the firewall, and transmits the request to the appropriate server.

Because the proxy evaluates and transfers data backets on behalf of the requesting users, the users never connect directly with the servers, only with the proxy.

Blackbaud Raisers Edge NXT Connector for CData Sync

FirewallUser

Identifies the user ID of the account authenticating to a proxy-based firewall.

Remarks

A proxy-based firewall (or proxy firewall) is a network security device that acts as an intermediary between user requests and the resources they access. The proxy accepts the request of an authenticated user, tunnels through the firewall, and transmits the request to the appropriate server.

Because the proxy evaluates and transfers data backets on behalf of the requesting users, the users never connect directly with the servers, only with the proxy.

Blackbaud Raisers Edge NXT Connector for CData Sync

FirewallPassword

Specifies the password of the user account authenticating to a proxy-based firewall.

Remarks

A proxy-based firewall (or proxy firewall) is a network security device that acts as an intermediary between user requests and the resources they access. The proxy accepts the request of an authenticated user, tunnels through the firewall, and transmits the request to the appropriate server.

Because the proxy evaluates and transfers data backets on behalf of the requesting users, the users never connect directly with the servers, only with the proxy.

Blackbaud Raisers Edge NXT Connector for CData Sync

Proxy

This section provides a complete list of the Proxy properties you can configure in the connection string for this provider.


PropertyDescription
ProxyAutoDetectSpecifies whether the provider checks your system proxy settings for existing proxy server configurations, rather than using a manually specified proxy server.
ProxyServerThe hostname or IP address of the proxy server that you want to route HTTP traffic through.
ProxyPortThe TCP port on your specified proxy server (set in the ProxyServer connection property) that has been reserved for routing HTTP traffic to and from the client.
ProxyAuthSchemeSpecifies the authentication method the provider uses when authenticating to the proxy server specified in the ProxyServer connection property.
ProxyUserThe username of a user account registered with the proxy server specified in the ProxyServer connection property.
ProxyPasswordThe password associated with the user specified in the ProxyUser connection property.
ProxySSLTypeThe SSL type to use when connecting to the proxy server specified in the ProxyServer connection property.
ProxyExceptionsA semicolon separated list of destination hostnames or IPs that are exempt from connecting through the proxy server set in the ProxyServer connection property.
Blackbaud Raisers Edge NXT Connector for CData Sync

ProxyAutoDetect

Specifies whether the provider checks your system proxy settings for existing proxy server configurations, rather than using a manually specified proxy server.

Remarks

When this connection property is set to True, the Sync App checks your system proxy settings for existing proxy server configurations (no need to manually supply proxy server details).

This connection property takes precedence over other proxy settings. Set to False if you want to manually configure the Sync App to connect to a specific proxy server.

To connect to an HTTP proxy, see ProxyServer. For other proxies, such as SOCKS or tunneling, see FirewallType.

Blackbaud Raisers Edge NXT Connector for CData Sync

ProxyServer

The hostname or IP address of the proxy server that you want to route HTTP traffic through.

Remarks

The Sync App only routes HTTP traffic through the proxy server specified in this connection property when ProxyAutoDetect is set to False. If ProxyAutoDetect is set to True, which is the default, the Sync App instead routes HTTP traffic through the proxy server specified in your system proxy settings.

Blackbaud Raisers Edge NXT Connector for CData Sync

ProxyPort

The TCP port on your specified proxy server (set in the ProxyServer connection property) that has been reserved for routing HTTP traffic to and from the client.

Remarks

The Sync App only routes HTTP traffic through the proxy server port specified in this connection property when ProxyAutoDetect is set to False. If ProxyAutoDetect is set to True, which is the default, the Sync App instead routes HTTP traffic through the proxy server port specified in your system proxy settings.

For other proxy types, see FirewallType.

Blackbaud Raisers Edge NXT Connector for CData Sync

ProxyAuthScheme

Specifies the authentication method the provider uses when authenticating to the proxy server specified in the ProxyServer connection property.

Remarks

The authentication type can be one of the following:

  • BASIC: The Sync App performs HTTP BASIC authentication.
  • DIGEST: The Sync App performs HTTP DIGEST authentication.
  • NTLM: The Sync App retrieves an NTLM token.
  • NEGOTIATE: The Sync App retrieves an NTLM or Kerberos token based on the applicable protocol for authentication.
  • NONE: Set this when the ProxyServer does not require authentication.

For all values other than "NONE", you must also set the ProxyUser and ProxyPassword connection properties.

If you need to use another authentication type, such as SOCKS 5 authentication, see FirewallType.

Blackbaud Raisers Edge NXT Connector for CData Sync

ProxyUser

The username of a user account registered with the proxy server specified in the ProxyServer connection property.

Remarks

The ProxyUser and ProxyPassword connection properties are used to connect and authenticate against the HTTP proxy specified in ProxyServer.

After selecting one of the available authentication types in ProxyAuthScheme, set this property as follows:

ProxyAuthScheme Value Value to set for ProxyUser
BASIC The user name of a user registered with the proxy server.
DIGEST The user name of a user registered with the proxy server.
NEGOTIATE The username of a Windows user who is a valid user in the domain or trusted domain that the proxy server is part of, in the format user@domain or domain\user.
NTLM The username of a Windows user who is a valid user in the domain or trusted domain that the proxy server is part of, in the format user@domain or domain\user.
NONE Do not set the ProxyPassword connection property.

The Sync App only uses this username if ProxyAutoDetect is set to False. If ProxyAutoDetect is set to True, which is the default, the Sync App instead uses the username specified in your system proxy settings.

Blackbaud Raisers Edge NXT Connector for CData Sync

ProxyPassword

The password associated with the user specified in the ProxyUser connection property.

Remarks

The ProxyUser and ProxyPassword connection properties are used to connect and authenticate against the HTTP proxy specified in ProxyServer.

After selecting one of the available authentication types in ProxyAuthScheme, set this property as follows:

ProxyAuthScheme Value Value to set for ProxyPassword
BASIC The password associated with the proxy server user specified in ProxyUser.
DIGEST The password associated with the proxy server user specified in ProxyUser.
NEGOTIATE The password associated with the Windows user account specified in ProxyUser.
NTLM The password associated with the Windows user account specified in ProxyUser.
NONE Do not set the ProxyPassword connection property.

For SOCKS 5 authentication or tunneling, see FirewallType.

The Sync App only uses this password if ProxyAutoDetect is set to False. If ProxyAutoDetect is set to True, which is the default, the Sync App instead uses the password specified in your system proxy settings.

Blackbaud Raisers Edge NXT Connector for CData Sync

ProxySSLType

The SSL type to use when connecting to the proxy server specified in the ProxyServer connection property.

Remarks

This property determines when to use SSL for the connection to the HTTP proxy specified by ProxyServer. You can set this connection property to the following values :

AUTODefault setting. If ProxyServer is set to an HTTPS URL, the Sync App uses the TUNNEL option. If ProxyServer is set to an HTTP URL, the component uses the NEVER option.
ALWAYSThe connection is always SSL enabled.
NEVERThe connection is not SSL enabled.
TUNNELThe connection is made through a tunneling proxy. The proxy server opens a connection to the remote host and traffic flows back and forth through the proxy.

Blackbaud Raisers Edge NXT Connector for CData Sync

ProxyExceptions

A semicolon separated list of destination hostnames or IPs that are exempt from connecting through the proxy server set in the ProxyServer connection property.

Remarks

The ProxyServer is used for all addresses, except for addresses defined in this property. Use semicolons to separate entries.

Note that the Sync App uses the system proxy settings by default, without further configuration needed. If you want to explicitly configure proxy exceptions for this connection, set ProxyAutoDetect to False.

Blackbaud Raisers Edge NXT Connector for CData Sync

Logging

This section provides a complete list of the Logging properties you can configure in the connection string for this provider.


PropertyDescription
LogModulesSpecifies the core modules to include in the log file. Use a semicolon-separated list of module names. By default, all modules are logged.
Blackbaud Raisers Edge NXT Connector for CData Sync

LogModules

Specifies the core modules to include in the log file. Use a semicolon-separated list of module names. By default, all modules are logged.

Remarks

This property lets you customize the log file content by specifying the logging modules to include. Logging modules categorize logged information into distinct areas, such as query execution, metadata, or SSL communication. Each module is represented by a four-character code, with some requiring a trailing space for three-letter names.

For example, EXEC logs query execution, and INFO logs general provider messages. To include multiple modules, separate their names with semicolons as follows: INFO;EXEC;SSL.

The Verbosity connection property takes precedence over the module-based filtering specified by this property. Only log entries that meet the verbosity level and belong to the specified modules are logged. Leave this property blank to include all available modules in the log file.

For a complete list of available modules and detailed guidance on configuring logging, refer to the Advanced Logging section in Logging.

Blackbaud Raisers Edge NXT Connector for CData Sync

Schema

This section provides a complete list of the Schema properties you can configure in the connection string for this provider.


PropertyDescription
LocationSpecifies the location of a directory containing schema files that define tables, views, and stored procedures. Depending on your service's requirements, this may be expressed as either an absolute path or a relative path.
BrowsableSchemasOptional setting that restricts the schemas reported to a subset of all available schemas. For example, BrowsableSchemas=SchemaA,SchemaB,SchemaC .
TablesOptional setting that restricts the tables reported to a subset of all available tables. For example, Tables=TableA,TableB,TableC .
ViewsOptional setting that restricts the views reported to a subset of the available tables. For example, Views=ViewA,ViewB,ViewC .
Blackbaud Raisers Edge NXT Connector for CData Sync

Location

Specifies the location of a directory containing schema files that define tables, views, and stored procedures. Depending on your service's requirements, this may be expressed as either an absolute path or a relative path.

Remarks

The Location property is only needed if you want to either customize definitions (for example, change a column name, ignore a column, etc.) or extend the data model with new tables, views, or stored procedures.

If left unspecified, the default location is %APPDATA%\\CData\\RaiserEdgeNXT Data Provider\\Schema, where %APPDATA% is set to the user's configuration directory:

Platform %APPDATA%
Windows The value of the APPDATA environment variable
Linux ~/.config

Blackbaud Raisers Edge NXT Connector for CData Sync

BrowsableSchemas

Optional setting that restricts the schemas reported to a subset of all available schemas. For example, BrowsableSchemas=SchemaA,SchemaB,SchemaC .

Remarks

Listing all available database schemas can take extra time, thus degrading performance. Providing a list of schemas in the connection string saves time and improves performance.

Blackbaud Raisers Edge NXT Connector for CData Sync

Tables

Optional setting that restricts the tables reported to a subset of all available tables. For example, Tables=TableA,TableB,TableC .

Remarks

Listing all available tables from some databases can take extra time, thus degrading performance. Providing a list of tables in the connection string saves time and improves performance.

If there are lots of tables available and you already know which ones you want to work with, you can use this property to restrict your viewing to only those tables. To do this, specify the tables you want in a comma-separated list. Each table should be a valid SQL identifier with any special characters escaped using square brackets, double-quotes or backticks. For example, Tables=TableA,[TableB/WithSlash],WithCatalog.WithSchema.`TableC With Space`.

Note: If you are connecting to a data source with multiple schemas or catalogs, you must specify each table you want to view by its fully qualified name. This avoids ambiguity between tables that may exist in multiple catalogs or schemas.

Blackbaud Raisers Edge NXT Connector for CData Sync

Views

Optional setting that restricts the views reported to a subset of the available tables. For example, Views=ViewA,ViewB,ViewC .

Remarks

Listing all available views from some databases can take extra time, thus degrading performance. Providing a list of views in the connection string saves time and improves performance.

If there are lots of views available and you already know which ones you want to work with, you can use this property to restrict your viewing to only those views. To do this, specify the views you want in a comma-separated list. Each view should be a valid SQL identifier with any special characters escaped using square brackets, double-quotes or backticks. For example, Views=ViewA,[ViewB/WithSlash],WithCatalog.WithSchema.`ViewC With Space`.

Note: If you are connecting to a data source with multiple schemas or catalogs, you must specify each view you want to examine by its fully qualified name. This avoids ambiguity between views that may exist in multiple catalogs or schemas.

Blackbaud Raisers Edge NXT Connector for CData Sync

Miscellaneous

This section provides a complete list of the Miscellaneous properties you can configure in the connection string for this provider.


PropertyDescription
IncludeCustomFieldsSet to true to retrieve custom fields values for Constituents, Actions, Opportunities, and Gifts.
MaxRowsSpecifies the maximum rows returned for queries without aggregation or GROUP BY.
OtherSpecifies additional hidden properties for specific use cases. These are not required for typical provider functionality. Use a semicolon-separated list to define multiple properties.
PageSizeThe number of results to return per page of data retrieved from BlackBaud Raiser's Edge NXT.
PseudoColumnsSpecifies the pseudocolumns to expose as table columns. Use the format 'TableName=ColumnName;TableName=ColumnName'. The default is an empty string, which disables this property.
TimeoutSpecifies the maximum time, in seconds, that the provider waits for a server response before throwing a timeout error. The default is 60 seconds. Set to 0 to disable the timeout.
UserDefinedViewsSpecifies a filepath to a JSON configuration file defining custom views. The provider automatically detects and uses the views specified in this file.
Blackbaud Raisers Edge NXT Connector for CData Sync

IncludeCustomFields

Set to true to retrieve custom fields values for Constituents, Actions, Opportunities, and Gifts.

Remarks

Setting this to true will significantly impact the performance of selecting data from Constituents, Actions, Opportunities, and Gifts. Retrieval of custom fields requires making a lookup per record, making it very expensive to retrieve them.

Blackbaud Raisers Edge NXT Connector for CData Sync

MaxRows

Specifies the maximum rows returned for queries without aggregation or GROUP BY.

Remarks

This property sets an upper limit on the number of rows the Sync App returns for queries that do not include aggregation or GROUP BY clauses. This limit ensures that queries do not return excessively large result sets by default.

When a query includes a LIMIT clause, the value specified in the query takes precedence over the MaxRows setting. If MaxRows is set to "-1", no row limit is enforced unless a LIMIT clause is explicitly included in the query.

This property is useful for optimizing performance and preventing excessive resource consumption when executing queries that could otherwise return very large datasets.

Blackbaud Raisers Edge NXT Connector for CData Sync

Other

Specifies additional hidden properties for specific use cases. These are not required for typical provider functionality. Use a semicolon-separated list to define multiple properties.

Remarks

This property allows advanced users to configure hidden properties for specialized scenarios. These settings are not required for normal use cases but can address unique requirements or provide additional functionality. Multiple properties can be defined in a semicolon-separated list.

Note: It is strongly recommended to set these properties only when advised by the support team to address specific scenarios or issues.

Specify multiple properties in a semicolon-separated list.

Integration and Formatting

DefaultColumnSizeSets the default length of string fields when the data source does not provide column length in the metadata. The default value is 2000.
ConvertDateTimeToGMTDetermines whether to convert date-time values to GMT, instead of the local time of the machine.
RecordToFile=filenameRecords the underlying socket data transfer to the specified file.

Blackbaud Raisers Edge NXT Connector for CData Sync

PageSize

The number of results to return per page of data retrieved from BlackBaud Raiser's Edge NXT.

Remarks

The pagesize will automatically be determined if you do not manually set it. It is generally not necessary to ever set this value.

Blackbaud Raisers Edge NXT Connector for CData Sync

PseudoColumns

Specifies the pseudocolumns to expose as table columns. Use the format 'TableName=ColumnName;TableName=ColumnName'. The default is an empty string, which disables this property.

Remarks

This property allows you to define which pseudocolumns the Sync App exposes as table columns.

To specify individual pseudocolumns, use the following format: "Table1=Column1;Table1=Column2;Table2=Column3"

To include all pseudocolumns for all tables use: "*=*"

Blackbaud Raisers Edge NXT Connector for CData Sync

Timeout

Specifies the maximum time, in seconds, that the provider waits for a server response before throwing a timeout error. The default is 60 seconds. Set to 0 to disable the timeout.

Remarks

This property controls the maximum time, in seconds, that the Sync App waits for an operation to complete before canceling it. If the timeout period expires before the operation finishes, the Sync App cancels the operation and throws an exception.

The timeout applies to each individual communication with the server rather than the entire query or operation. For example, a query could continue running beyond 60 seconds if each paging call completes within the timeout limit.

Setting this property to 0 disables the timeout, allowing operations to run indefinitely until they succeed or fail due to other conditions such as server-side timeouts, network interruptions, or resource limits on the server. Use this property cautiously to avoid long-running operations that could degrade performance or result in unresponsive behavior.

Blackbaud Raisers Edge NXT Connector for CData Sync

UserDefinedViews

Specifies a filepath to a JSON configuration file defining custom views. The provider automatically detects and uses the views specified in this file.

Remarks

This property allows you to define and manage custom views through a JSON-formatted configuration file called UserDefinedViews.json. These views are automatically recognized by the Sync App and enable you to execute custom SQL queries as if they were standard database views. The JSON file defines each view as a root element with a child element called "query", which contains the SQL query for the view. For example:


{
	"MyView": {
		"query": "SELECT * FROM Constituents WHERE MyColumn = 'value'"
	},
	"MyView2": {
		"query": "SELECT * FROM MyTable WHERE Id IN (1,2,3)"
	}
}

You can define multiple views in a single file and specify the filepath using this property. For example: UserDefinedViews=C:\Path\To\UserDefinedViews.json. When you use this property, only the specified views are seen by the Sync App.

Refer to User Defined Views for more information.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175