Returns the calculated, summarized amount of the price items of the specified price category within the specified price list.
double CategoryPrice(string priceListCategory; string priceCategory)
priceListCategory |
The name of a price list category, i.e. the name of a price list. |
priceCategory |
The name of a price category. |
Example
CategoryPrice(Configuration("PriceListCategoryId"; "Title"); "Options")
Returns the calculated, summarized amount of the price items in the price category "Options" within the configuration's active price list.