Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _module
Type: ModuleInventCustVend Enumeration
The module identifier of the MCRPriceDiscGroupItem table record to find.
- _type
Type: PriceGroupType Enumeration
The price group type of the MCRPriceDiscGroupItem table record to find.
- _priceGroupId
Type: PriceGroupId Extended Data Type
The price group ID of the MCRPriceDiscGroupItem table record to find.
- _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.