MCRPriceDiscGroupItem::findPrimarySales Method

Finds the specified record in the MCRPriceDiscGroupItem table that is a primary sales group.

Syntax

client server public static MCRPriceDiscGroupItem findPrimarySales(
    ModuleInventCustVend _module, 
    PriceGroupType _type, 
    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