Returns a property value of active price item during an iteration of the price items that have been selected in the price list for a configuration.
string ActivePriceItem(string propertyName)
propertyName |
The name of a property to read. |
Examples
ActivePriceItem("Title")
Returns the title of the price item.
ActivePriceItem("ValueF")
Returns the formatted value of the price item including thousand separator and presentation rounding.
ActivePriceItem("OrgValueF")
Returns the original value of the price item even if it has been manually overridden. The output is formatted with the thousand separator and presentation rounding.