Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the specified record from the RetailLog table.
Syntax
client server public static RetailLog find(RetailIdEx5 _Id, [boolean _forUpdate])
Run On
Called
Parameters
- _Id
Type: RetailIdEx5 Extended Data Type
The log ID of the retail log record.
- _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.