Versions Compared
Version | Old Version 3 | New Version 4 |
---|---|---|
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 Produkt" ist es möglich, einen Preis abhängig vom Listenpreis eines weiteren Produkts zu kalkulieren.
Erstellen Sie eine neue Produkteigenschaft vom Datensatztyp "Preiskalkulation aus Produkt". Es öffnet sich die Maske zur Konfiguration der Produkteigenschaft:
Image Removed
Konfiguration
Für die Produkteigenschaft "Preiskalkulation aus Produkt" sind folgende Felder auszufüllen:
Hinweis: Produkteigenschaften der Form "Preiskalkulation aus Produkt" werden im Angebot nicht eigens ausgewiesen, sondern direkt über den Listen- bzw. Verkaufspreis geschrieben.
Introduction
With the product property "Pricecalculation from product" it is possible to calculate a price depending on the list price of another product.
Create a new product property of the record type "Pricecalculation from product". The mask for configuring the product property opens:
![](https://factory42.atlassian.net/wiki/download/thumbnails/3340143872/Bildschirmfoto%202019-03-06%20um%2015.04.35.png?version=1&modificationDate=1629717619062&cacheVersion=1&api=v2&width=312)
In this example, the list price for the Support GenWatt Gasoline 300kW product is calculated as 30% of the list price of the GenWatt Gasoline 300kW product.
Configuration
The following fields must be filled in for the "Pricecalculation from product" product property:
Field Name | API-Name | Function | Example |
---|---|---|---|
Product Property | Name | Name of the product property. | Support 30% |
Order | sf42_quotefx__SF42_CalcOrder__c | Optional, |
determines the query order for multiple product properties of a record type for a product. | |
Product | sf42_quotefx__SF42_Product__c |
Sets the product to whose list price the product property is applied. | Support GenWatt Gasoline 300kW Price book entry |
0,00 € |
Product Group | sf42_quotefx__SF42_Product_Group__c |
Alternativ zur Kategorie "Produkt", kann sich die Preiskalkulation auch auf Produkte einer Produktgruppe beziehen
As an alternative to the "Product" category, the price calculation can also refer to products of a product group | |
secondary Product Group | sf42_quotefx__SF42_Product_Group_2__c |
Bezeichnet ggf. die untergeordnete Produktgruppe
Wichtig: Die Produkteigenschaft greift nur bei Produkten, die genau diese Kombination aus über- und untergeordneter Produktgruppe aufweisen.
Indicates the child product group, if applicable. Important: The product property only applies to products that have exactly this combination of parent and child product group. | |
Source Product for Pricing | sf42_quotefx__SF42_SourceProduct__c |
Defines the product from whose list price the markup or markdown is calculated. This must also be in the offer for the calculation to take effect. | GenWatt Gasoline 300kW Price book entry |
35.000 € | |
Operator (+/-/=) | sf42_quotefx__SF42_calc_Operator__c |
The + |
Der Operator = überschreibt den Listenpreis mit dem neu errechneten Wert
and - operators can be used to define a markup or markdown. The = operator overwrites the list price with the newly calculated value. | + |
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: |
Anzeige im Angebotseditor
Im Angebot wird der über die Produkteigenschaft errechnete Wert gleich als Listenpreis ausgegeben:
Image Removed
Note |
---|
Die Kalkulationslogik von appero quote verbietet eine Verkettung dieser Produkteigenschaft, d.h. die Konfiguration einer Preiskalkulationen aus Produkt mit Bezug auf Produkte, die ebenfalls auf einer Preiskalkulation aus Produkt basieren, sowie zirkuläre Konfigurationen. Eine solche Verkettung führt u.U. zu fehlerhaften Rechenergebnissen. |
Display in the quote editor
In the quote, the value calculated via the product property is immediately output as the list price:
![](https://factory42.atlassian.net/wiki/download/thumbnails/3340143872/Bildschirmfoto%202019-03-06%20um%2015.12.52.png?version=1&modificationDate=1629717618852&cacheVersion=1&api=v2&width=421)
Note |
---|
Wichtig zur korrekten Berechnung ist, dass das der Kalkulation zugrunde liegende Produkt sich ebenfalls im Angebot befindet. |