Share via


PurchParmLine_Asset::find Method

Finds and returns the PurchParmLine_Asset line for the given RecId field, if a line exists.

Syntax

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

Run On

Called

Parameters

Return Value

Type: PurchParmLine_Asset Table
A PurchParmLine_Asset table record with the specified RecId.

Remarks

If the record does not exist, an empty PurchParmLine_Asset table record is returned.

See Also

Reference

PurchParmLine_Asset Table