Compartilhar via


ProjBudgetSource::find Method

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

  • _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.

See Also

Reference

ProjBudgetSource Table