Forecast Config (PriceSettingConfig)

This configuration represents a single row of the PriceSettingConfig Price Parameter.

There are rows for forecasts, one for every quarter, so there will be key pairs "Forecast-Q1", "Forecast-Q2" etc.

Each quarter can be configured with one of these three types:

Last Year

Column

Value

Description

Key

Forecast

Defines how to calculate the forecast.

Condition

  • Q1
  • Q2
  • Q3
  • Q4

Logic checks the current date. If it matches this configuration row, the row is used.

Type

LastYear

The forecast will be equal to last year's sales (based on the transaction source).

Linear

Column

Value

Description

Key

Forecast

Defines how to calculate the forecast.

Condition

  • Q1
  • Q2
  • Q3
  • Q4

Logic checks the current date. If it matches this configuration row, the row is used.

Type

Linear

The forecast will be calculated with a linear growth based on the year to date values from the transaction source.

Lookup

See Forecast Lookup (PriceSettingConfig).