ProjPeriodLine::findFirstPeriodLine Method
Finds the first ProjPeriodLine record in the specified period.
Syntax
client server public static ProjPeriodLine findFirstPeriodLine(ProjPeriodId _projPeriodId, [boolean _forUpdate])
Run On
Called
Parameters
- _projPeriodId
Type: ProjPeriodId Extended Data Type
The ID of the period for which to find the first ProjPeriodLine record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: ProjPeriodLine Table
A record in the ProjPeriodLine table; otherwise, an empty record.