BudgetGrants
Returns details for every fiscal period and grant 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, Grant support the '=' operator. A blank search is not supported.
SELECT * FROM BudgetGrants WHERE BudgetScenarioId = 123 SELECT * FROM BudgetGrants WHERE BudgetScenarioId = 123 AND Grant = 'abc'
Columns
Name | Type | References | Description |
BudgetScenarioId [KEY] | Integer |
Budgets.BudgetScenarioId | The scenario id for this budget. |
Grant [KEY] | String | The grant name for this period. | |
AccountNumber [KEY] | String |
Accounts.AccountNumber | The account number for this period. |
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. |
PeriodPercent | Double | The percent for this period. | |
PeriodAmount | Decimal | The amount for this period. | |
TotalAmount | Decimal | The total amount for this period. |