Share via


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

Return Value

Type: ProjBudgetStatusDetail Table
A record of the ProjBudgetStatusDetail table if found; otherwise, an empty buffer.

See Also

Reference

ProjBudgetStatusDetail Table