ProjPeriodLine::findFromPeriod Method
Finds the ProjPeriodLine for the given period and end date.
Syntax
client server public static ProjPeriodLine findFromPeriod(
ProjPeriodId _periodId,
TransDate _transDate,
[boolean _forUpdate])
Run On
Called
Parameters
- _periodId
Type: ProjPeriodId Extended Data Type
A ProjPeriodId.
- _transDate
Type: TransDate Extended Data Type
The ending date.
- _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.