MCRPriceDiscGroupItem::findGroupItem Method

Finds the specified record in the MCRPriceDiscGroupItem table.

Syntax

client server public static MCRPriceDiscGroupItem findGroupItem(
    ModuleInventCustVend _module, 
    PriceGroupType _type, 
    PriceGroupId _priceGroupId, 
    ItemId _itemId, 
   [InventDimId _inventDimId, 
    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: MCRPriceDiscGroupItem Table
A record in the MCRPriceDiscGroupItem; otherwise, an empty record.

See Also

Reference

MCRPriceDiscGroupItem Table