RetailInventItemLabelSetup::find Method

Finds the specified record in RetailInventItemLabelSetup table.

Syntax

client server public static RetailInventItemLabelSetup find(
    RetailLabelTypeBase labelType, 
    ItemId itemId, 
   [boolean update])

Run On

Called

Parameters

  • update
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: RetailInventItemLabelSetup Table
A record in the RetailInventItemLabelSetup table; otherwise, an empty record.

See Also

Reference

RetailInventItemLabelSetup Table