RetailHandheldSetup::find Method
Finds a record in the RetailHandheldSetup table by using the specified handheldId value.
Syntax
client server public static RetailHandheldSetup find(RetailHandheldId _handheldId, [boolean _forUpdate])
Run On
Called
Parameters
- _handheldId
Type: RetailHandheldId Extended Data Type
The handheldId field of the RetailHandheldSetup record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailHandheldSetup Table
A record in the RetailHandheldSetup table; otherwise, an empty record.