ProjBudgetReductionHistory::findForecastByProjAndCatId Method
Finds the specified forecast table.
Syntax
client server public static Common findForecastByProjAndCatId(
ProjId _projId,
CategoryId _categoryId,
ProjActivityNumber _activityNumber)
Run On
Called
Parameters
- _projId
Type: ProjId Extended Data Type
The project ID of the table to find.
- _categoryId
Type: CategoryId Extended Data Type
The category ID of the table to find.
- _activityNumber
Type: ProjActivityNumber Extended Data Type
Return Value
Type: Common Table
The forecast table.