Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the previous ProjPeriodLine for the given period and ProjPeriodTo.
Syntax
server public static ProjPeriodLine findPrevFromDate(
ProjPeriodId _periodId,
ProjPeriodTo _periodTo,
[boolean _forUpdate])
Run On
Server
Parameters
- _periodId
Type: ProjPeriodId Extended Data Type
A ProjPeriodId.
- _periodTo
Type: ProjPeriodTo Extended Data Type
A ProjPeriodTo.
- _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.