ProjTable::findByDataArea Method
Retrieves the project for a given project ID and data area
Syntax
client server public static ProjTable findByDataArea(
ProjId _projId,
[SelectableDataArea _dataArea,
boolean _forUpdate])
Run On
Called
Parameters
- _projId
Type: ProjId Extended Data Type
The project ID of the transaction.
- _dataArea
Type: SelectableDataArea Extended Data Type
The data area to look for the project in.
- _forUpdate
Type: boolean
A Boolean value that determines whether the project should be selected for update; optional.
Return Value
Type: ProjTable Table
The project.