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.
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.