ODBC Driver for Blackbaud Financial Edge NXT

Build 23.0.8839

BudgetProjects

Returns details for every fiscal period and project in scenario.

The 本製品 will use the Blackbaud Financial Edge NXT API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the 本製品.

  • BudgetScenarioId, UiProjectId support the '=' operator. A blank search is not supported.
For example, the following queries are processed server side:
SELECT * FROM BudgetProjects WHERE BudgetScenarioId = 123
SELECT * FROM BudgetProjects WHERE BudgetScenarioId = 123 AND UiProjectId = 'abc'

Columns

Name Type References Description
BudgetScenarioId [KEY] Integer

Budgets.BudgetScenarioId

The scenario id for this budget.
UiProjectId [KEY] String The user-visible identifier of the project.
BudgetCategory String The budget category for this period.
FiscalYear String

FiscalYears.Year

The fiscal year for this period.
FiscalPeriodId Integer

FiscalYears.FiscalPeriodId

The fiscal period.
AccountNumber String

Accounts.AccountNumber

The account number for this period.
PeriodAmount Decimal The amount for this period.
TotalAmount Decimal The total amount for this period.
PeriodPercent Double The percent for this period.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839