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
- _labelType
Type: RetailLabelTypeBase Enumeration
The type of the label.
- _itemId
Type: ItemId Extended Data Type
The ID of the item.
- _omHierarchyType
Type: RefRecId Extended Data Type
The hiearchy type
- _omInternalOrganization
Type: RefRecId Extended Data Type
The internal organization
- _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.