ProjPeriodLine::findPreviousPeriod Method
Finds the previous ProjPeriodLine for the given period and ProjPeriodFrom.
Syntax
client server public static ProjPeriodLine findPreviousPeriod(
ProjPeriodId _periodId,
ProjPeriodFrom _periodFrom,
[boolean _forUpdate])
Run On
Called
Parameters
- _periodId
Type: ProjPeriodId Extended Data Type
A ProjPeriodId.
- _periodFrom
Type: ProjPeriodFrom Extended Data Type
A ProjPeriodFrom.
- _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.