Share via


ProjBudgetLine::findRecord Method

Finds the specified record in the ProjBudgetLine table.

Syntax

client server public static ProjBudgetLine findRecord(
    ProjId _projId, 
    ProjTransType _projTransType, 
    CategoryId _categoryId, 
    RecId _projBudget, 
    ProjBudgetLineType _projBudgetLineType, 
    ProjActivityNumber _activityNumber)

Run On

Called

Parameters

  • _projId
    Type: ProjId Extended Data Type
    A ProjId type value that determines the value of ProjId field of the ProjBudgetLine table.
  • _projTransType
    Type: ProjTransType Enumeration
    A ProjTransType type value that determines the value of ProjTransType field of the ProjBudgetLine table.
  • _projBudgetLineType
    Type: ProjBudgetLineType Enumeration
    A ProjBudgetLineType type value that determines the value of ProjBudgetLineType field of the ProjBudgetLine table.

Return Value

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

See Also

Reference

ProjBudgetLine Table