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
- _module
Type: ModuleInventCustVend Enumeration
The ModuleInventCustVend value to use for finding the price discount group.
- _type
Type: PriceGroupType Enumeration
The PriceGroupType value to use for finding the price discount group.
- _priceGroupId
Type: PriceGroupId Extended Data Type
The PriceGroupId value to use for finding the price discount group.
- _custAccount
Type: CustAccount Extended Data Type
The CustAccount value to use for finding the price discount group.
- _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.