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 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
- _periodId
Type: ProjPeriodId Extended Data Type
A ProjPeriodId.
- _transDate
Type: TransDate Extended Data Type
The ending date.
- _dataArea
Type: SelectableDataArea Extended Data Type
The data area to find the ProjPeriodLine record in.
The default is the current data area.
- _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.