RetailDataEntryTypeTable::find Method
Finds the specified record in the RetailDataEntryTypeTable table.
Syntax
client server public static RetailDataEntryTypeTable find(RetailDataEntryTypeId _entryTypeId, [boolean _forUpdate])
Run On
Called
Parameters
- _entryTypeId
Type: RetailDataEntryTypeId Extended Data Type
The data entry type of the POS data entry types record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailDataEntryTypeTable Table
A record in the RetailDataEntryTypeTable table; otherwise, an empty record.