PurchParmLine_Project::find Method

Finds the specified record in the PurchParmLine_Project table.

Syntax

client server public static PurchParmLine_Project find(
    RecId _recId, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

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.

See Also

Reference

PurchParmLine_Project Table