EventCategories
Returns a list of active event categories.
Table Specific Information
Select
The connector 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 connector.
- IncludeInactive supports the '=' operator.
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. |