RetailBarcodeMaskSegment::find Method
Finds the specified record in RetailBarcodeMaskSegment table.
Syntax
client server public static RetailBarcodeMaskSegment find(
RetailBarcodeMaskId _maskId,
RetailBarcodeMaskSegmentNum _segmentNum,
[boolean update])
Run On
Called
Parameters
- _maskId
Type: RetailBarcodeMaskId Extended Data Type
The mask ID of the bar code mask segment to find.
- _segmentNum
Type: RetailBarcodeMaskSegmentNum Extended Data Type
The segment number to find.
- update
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailBarcodeMaskSegment Table
A record in the RetailBarcodeMaskSegment table; otherwise, an empty record.