RetailBarcodeMaskTable::findMask Method
Finds the specified record in the RetailBarcodeMaskTable table.
Syntax
client server public static RetailBarcodeMaskTable findMask(
RetailBarcodeMask _mask,
RetailBarcodeMaskType _maskType,
[boolean update])
Run On
Called
Parameters
- _mask
Type: RetailBarcodeMask Extended Data Type
The current value of the Mask field.
- _maskType
Type: RetailBarcodeMaskType Extended Data Type
The current value of the Masktype field.
- update
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailBarcodeMaskTable Table
A record in the RetailBarcodeMaskTable table; otherwise, an empty record.