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 ProjBudgetSource table.
Syntax
client server public static ProjBudgetSource find(
ProjId _projId,
RecId _projBudget,
[RecId _projBudgetRevision,
boolean _forUpdate])
Run On
Called
Parameters
- _projId
Type: ProjId Extended Data Type
The Project ID of the ProjTable record.
- _projBudget
Type: RecId Extended Data Type
The Project Budget Rec ID of the ProjBudget record.
- _projBudgetRevision
Type: RecId Extended Data Type
The Project Budget Revision Rec ID of the ProjBudgetRevision record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: ProjBudgetSource Table
A record in the ProjFProjBudgetSource table; otherwise, an empty record.