ProjBudgetStatusDetail::findByProjAndCategoryId Method
Finds the specified record in the ProjBudgetStatusDetail table.
Syntax
client server public static ProjBudgetStatusDetail findByProjAndCategoryId(
RefRecId _projBudgetStatus,
ProjId _projId,
ProjCategoryId _projCategoryId)
Run On
Called
Parameters
- _projBudgetStatus
Type: RefRecId Extended Data Type
The ID of the ProjBudgetStatus table.
- _projId
Type: ProjId Extended Data Type
The value of ProjId field of the ProjBudgetStatusDetail table.
- _projCategoryId
Type: ProjCategoryId Extended Data Type
The CategoryId ID of the ProjBudgetStatusDetail table to find.
Return Value
Type: ProjBudgetStatusDetail Table
A record of the ProjBudgetStatusDetail table if found; otherwise, an empty buffer.