ProjPeriodLine::findFromPeriodByDataArea Method

Finds the ProjPeriodLine for the given period, end date, and data area.

Syntax

client server public static ProjPeriodLine findFromPeriodByDataArea(
    ProjPeriodId _periodId, 
    TransDate _transDate, 
   [SelectableDataArea _dataArea, 
    boolean _forUpdate])

Run On

Called

Parameters

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

Return Value

Type: ProjPeriodLine Table
A ProjPeriodLine record.

See Also

Reference

ProjPeriodLine Table