RetailDevice::find Method
Finds a record by device id.
Syntax
client server public static RetailDevice find(RetailDeviceId _deviceId, [boolean _forUpdate])
Run On
Called
Parameters
- _deviceId
Type: RetailDeviceId Extended Data Type
Device Id.
- _forUpdate
Type: boolean
true, if record is selected for update, false - otherwise
Return Value
Type: RetailDevice Table
Record found.