Share via


VendInvoiceInfoLine_Asset::find Method

Finds the VendInvoiceInfoLine_Asset line for the given RecId field, if a line exists.

Syntax

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

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that determines whether the record should be selected for update; optional.

Return Value

Type: VendInvoiceInfoLine_Asset Table
A single VendInvoiceInfoLine_Asset table record if it exists.

Remarks

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

See Also

Reference

VendInvoiceInfoLine_Asset Table