Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 38 Next »

This article contains overview of all configuration possibilities for a Pricegrid.

Logics

Using logics you can implement all the calculations of the prices you need.

  • Pricegrid logic - creates input fields and calculates the results. This is a mandatory logic for pricegrid calculation.

  • Matrix logic - Prepares values of secondary dimension for a given product. Used only when your pricegrid calculation depends on more dimensions than only sku.

  • Pricegrid Header logic - prepares dashboard-like summary for a pricegrid, visible on the top of the pricegrid detail page. This is optional.

  • Product Detail logic - this logic can be used to generate content of additional portlet for Product Detail page. The content is generally either a chart or Result Matrix.

  • Inline Details logic - in Classic UI, a user can switch on "inline" popup window with information, when they hover the specific pricegrid item.

Advanced Configuration Options

There are many options, which can be set up in Configuration pages under Administration  Configuration and influence behavior of the application.

Values of those options are then stored in Advanced Configuration Options, which can be fetched to the project configuration files.

Domain Model

The pre-configured types of pricegrids are stored in

The following entities are used to store data of the pricegrids and you will read their data for example from within quote logic.

Approval Workflow

Pricegrid Item is an approvable document, so can have attached an Approval Workflow. For details see Approval Workflow Configuration Overview

Feature Flags

there are no feature flags for Pricelist.

  • No labels