Share via


MCRPriceDiscGroupItem::findGroup Method

Finds the specified record in the MCRPriceDiscGroupItem table.

Syntax

client server public static MCRPriceDiscGroupItem findGroup(
    ModuleInventCustVend _module, 
    PriceGroupType _type, 
    PriceGroupId _priceGroupId, 
   [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