Share via


RetailInventItemLabelSetup::findByOmHierarchyTypeAndInternalOrg Method

Finds the specified record in RetailInventItemLabelSetup table.

Syntax

client server public static RetailInventItemLabelSetup findByOmHierarchyTypeAndInternalOrg(
    RetailLabelTypeBase _labelType, 
    ItemId _itemId, 
    RefRecId _omHierarchyType, 
    RefRecId _omInternalOrganization, 
   [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