RetailSalesPricePoint::getPricePoint Method
Gets the retail price point value from the RetailSalesPricePoint table, depending on the rounding type base.
Syntax
client server public static RetailPricePoint getPricePoint(
RetailPricePointGroupId _sGroupId,
real _rPrice,
RetailPricePointRoundingType _eRoundingType)
Run On
Called
Parameters
- _sGroupId
Type: RetailPricePointGroupId Extended Data Type
The group ID of the price point group.
- _rPrice
Type: real
The retail price.
- _eRoundingType
Type: RetailPricePointRoundingType Extended Data Type
The rounding type of the price point.
Return Value
Type: RetailPricePoint Extended Data Type
The real value that indicates the price point.