Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
- _categoryId
Type: CategoryId Extended Data Type
The CategoryId record ID of the ProjBudgetLine table to find.
- _projBudget
Type: RecId Extended Data Type
The projBudget record ID of the ProjBudgetLine table to find.
- _projBudgetLineType
Type: ProjBudgetLineType Enumeration
A ProjBudgetLineType type value that determines the value of ProjBudgetLineType field of the ProjBudgetLine table.
- _activityNumber
Type: ProjActivityNumber Extended Data Type
The activity number of the ProjBudgetLine table to find.
Return Value
Type: ProjBudgetLine Table
A record of the ProjBudgetLine table if found; otherwise, an empty buffer.