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.
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.