RetailVendTable::find Method

Finds the record in the RetailVendTable table with the specified vendAccount value.

Syntax

client server public static RetailVendTable find(VendAccount _vendAccount, [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: RetailVendTable Table
A record in the RetailVendTable table; otherwise, an empty record.

See Also

Reference

RetailVendTable Table