TDV Adapter for Blackbaud Raisers Edge NXT

Build 22.0.8383

EventFees

Returns a list of fees for an event.

Table Specific Information

Select

The adapter will use the Blackbaud Raiser's Edge NXT API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the adapter.
Note: 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.

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