RetailInventItemLabel.calculatePrice Method
Calculates the retail price for the current store for a specified date.
Syntax
public real calculatePrice(RetailLabelValidOnDate _validDate)
Run On
Called
Parameters
- _validDate
Type: RetailLabelValidOnDate Extended Data Type
The date to which the price should be calculated upon.
Return Value
Type: real
A retail price for the store for a specified date.
Remarks
Calls the GetValidRetailPrice2 method to get the value for the price.