ProjPeriodLine::find Method

Finds the ProjPeriodLine for the given period and start date.

Syntax

client server public static ProjPeriodLine find(
    ProjPeriodId _periodId, 
    ProjPeriodFrom _periodFrom, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    An optional parameter indicating the found record should allow updates.

Return Value

Type: ProjPeriodLine Table
A ProjPeriodLine record.

See Also

Reference

ProjPeriodLine Table