Share via


MCRPriceDiscGroupCustomer::findGroupCust Method

Finds a MCRPriceDiscGroupCustomer record.

Syntax

client server public static MCRPriceDiscGroupCustomer findGroupCust(
    ModuleInventCustVend _module, 
    PriceGroupType _type, 
    PriceGroupId _priceGroupId, 
    CustAccount _custAccount, 
   [boolean _update])

Run On

Called

Parameters

  • _update
    Type: boolean
    A Boolean value that defines whether to select the record for update or not; optional.

Return Value

Type: MCRPriceDiscGroupCustomer Table
The price discount customer group record that was found based on the passed in parameters, if it exists.

See Also

Reference

MCRPriceDiscGroupCustomer Table