Versions Compared
Version | Old Version 3 | New Version Current |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Table of Contents |
---|
Einführung
Mit der Produkteigenschaft "Preiskalkulation aus Summe" ist es möglich, einen Preis abhängig von der Angebotssumme einer bestimmten Produktgruppe zu kalkulieren.
Erstellen Sie eine neue Produkteigenschaft vom Datensatztyp "Preiskalkulation aus Summe". Es öffnet sich die Maske zur Konfiguration der Produkteigenschaft:
Image Removed
In diesem Beispiel errechnet sich der Listenpreis für Produkte der Gruppe Support aus 30% von der Summe aller Produkte der Gruppe Hardware.Konfiguration
Für die Produkteigenschaft "Preiskalkulation aus Summe" sind folgende Felder auszufüllen:
Hinweis: Produkteigenschaften der Form "Preiskalkulation aus Summe" werden im Angebot nicht eigens ausgewiesen, sondern direkt über den Listen- bzw. Verkaufspreis geschrieben.
Introduction
With the product property "Pricecalculation from sum" it is possible to calculate a price depending on the offer sum of a certain product group.
Create a new product property of the record type "Pricecalculation from sum". The mask for configuring the product property opens:
In this example, the Listprice for products of the Support group is calculated from 30% of the sum of all products of the Hardware group.
Configuration
The following fields must be filled in for the "Pricecalculation from sum" product property:
Field Name | API-Name | Function | Example |
---|---|---|---|
Product Property | Name | Name of the product property. | Price calculation from sum Support 30% |
Order | sf42_quotefx__SF42_CalcOrder__c | Optional, |
determines the query order for multiple product properties of the same record type for a product. | |
Product | sf42_quotefx__SF42_Product__c |
als zugehöriges Produkt
Specifies the product to whose list price the product property is applied. | |
Product Group | sf42_quotefx__SF42_Product_Group__c |
As an alternative to the "Product" category, the price calculation can also refer to products of a product group | Product group Support, as associated product SLA : Bronze, |
Price book entry 10.000 € |
secondary Product Group | sf42_quotefx__SF42_Product_Group_2__c |
als zugehöriges Produkt
Sum Group as Source | sf42_quotefx__SF42_SumGroupAsSource__c |
Specifies the primary product group from whose list price the markup or markdown will be calculated. This must also be in the quote for the calculation to take effect. | Product group Hardware, |
Price book entry 35.000 € |
Sum Secondary Group as Source | sf42_quotefx__SF42_SumSecondGroupAsSource__c |
Specifies the secondary product group from whose list price the markup or markdown is calculated. This must also be in the quote for the calculation to take effect. | |
Operator (+/- |
) | sf42_quotefx__SF42_calc_Operator__c |
The + |
Der Operator = überschreibt den bisherigen Listenpreis mit dem neu errechneten Wert der Produkteigenschaft
and - operators can be used to define a markup or markdown. | + |
Value Type (%) | sf42_quotefx__SF42_calc_ValueType__c |
For this product property, only the % type is useful. | % |
Calculation Value | sf42_quotefx__SF42_calc_Value__c |
Specifies the percentage value. | 30 |
Calculation: |
as new list and sales price for SLA:Bronze |
Note |
---|
Der Operator = stellt eine Besonderheit dar: Er überschreibt den bisherigen Listenpreis mit dem neu errechneten Wert der ProdukteigenschaftThe = operator is a special feature: It overwrites the previous list price with the newly calculated value of the product property. |
Note |
---|
Die beiden Felder The two fields sf42_quotefx__SF42_SumGroupAsSource__c und and sf42_quotefx__SF42_SumSecondGroupAsSource__c können einzeln oder in Kombination zur Berechnung der Produkteigenschaft herangezogen werden can be used individually or in combination to calculate the product property. |
Warning |
---|
Die Kalkulationslogik von appero quote verbietet eine Verkettung dieser Produkteigenschaft, d.h. die Konfiguration einer Preiskalkulationen aus Summe mit Bezug auf Produkte, die ebenfalls auf einer Preiskalkulation aus Summe basieren. Eine solche Verkettung führt u.U. zu fehlerhaften Rechenergebnissen. |
Anzeige im Angebotseditor
Im Angebot wird der über die Produkteigenschaft errechnete Wert gleich als Listenpreis ausgegeben:
Image Removed
Eine Änderung in einem referenzierten Produkt bzw. einer referenzierten Summe im Angebotsprozess löst die gesamte Berechnung erneut aus.
Warning | ||
---|---|---|
| ||
In quote classic startet die Berechnung einer Preiskalkulation aus Summe immer von 0, unabhängig davon, ob das zugehörige Produkt einen Listenpreis > 0 hat.In quote lightning startet die Berechnung der Preiskalkulation aus Summe immer vom Listenpreis des zugehörigen Produkts. |
Display in quote editor
In the quote, the value calculated via the product property is immediately output as the list price:
Image AddedA change in a referenced product or sum in the quoting process will retrigger the entire calculation.