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 record in the PurchParmLine_Project table, depending on the specified PurchParmLineRefRecId field.
Syntax
client server public static PurchParmLine_Project findByPurchParmLineRefRecId(
PurchParmLineRefRecId _purchParmLineRefRecId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _purchParmLineRefRecId
Type: PurchParmLineRefRecId Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: PurchParmLine_Project Table
A record in the PurchParmLine_Project table; otherwise, an empty record.
Remarks
If the record does not exist, an empty PurchParmLine_Project record is returned.