Returns the calculated total price for the configuration. If no price list category is specified the price is calculated using the price list that has been chosen for the configuration. If no currency is specified the chosen currency is used.
double Price([string priceListCategory]; [string currency])
priceListCategory |
Optional name of a price list category, i.e. the name of a price list. |
currency |
Optional identity of a currency. |
Example
Price("List price")
Returns the calculated total "List price" for the configuration.
Remarks
For composite configurations, i.e. configuration that has child configurations, the calculated price includes the price of the child configurations multiplied with their quantity and so on.