The system can maintain up to 10 different pricelists . The price lists apply for vehicle line, and for item lines. The price list code can be defined for each Business Partner manually, but also as a default value in the setup key DefaultPriceListCode

The pricelist and thus price used and displayed in an Offer depends on the type of the document line and the interest type of the VOI.

VOI

For Inventory Vehicles:

  • The Vehicle line price will always fetched from the pricelist configured in the setup key: VehiclePriceList

For Vehicles from Configurator and Stock Locator:

  • The Vehicle line price will always fetched from the integrated system and whatever this system is sending to DSW.

Extra Items

For the extra added items, the price that will be displayed depends on the pricelist configured in the setup keys DefaultPriceListCode, DefaultBPPriceList and the Pricelist on the BP 

Applied Logic 

  • If the Setup key: DefaultPriceListCode = 0 & the item does not contain any price in the same pricelist defined on the BP
    • Then the item will have price=0
  • If the Setup key: DefaultPriceListCode <> 0 (based on the defined Priceliste.g., 1 = Purchase, 2= Sales, 3 = Wholesale, etc.)
    • The price of the item in the offer will be displayed based on the the relevant Items Price List "xxx EUR"



  • No labels