Share via


RetailLog::find Method

Gets the specified record from the RetailLog table.

Syntax

client server public static RetailLog find(RetailIdEx5 _Id, [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: RetailLog Table
A record in the RetailLog table; otherwise, an empty record.

See Also

Reference

RetailLog Table