Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Option

Default Value

Description

advancedConfigurationStateEntry

"visual_configuration_psp_state"

Key in the Advanced Configuration Options where the deployed state of the Strategy Designer is stored. Change this if you want Strategy Designer to store its deployed state elsewhere, or load it from elsewhere.

stateLookupTableName

"StrategyDesignerState"

Company Parameter where the draft state of the Strategy Designer is stored.

dependencyConfigurationTable

"DependencyConfiguration"

PSP table where dependencies are configured. Unless you have a custom PSP deployment, you should not need to change this.

priceListLogicName

"IndependentPriceListLogic"

Name of the PSP’s IndependentPriceListLogic. Unless you have a custom PSP deployment, you should not need to change this.

priceSettingDimensionsTable

"PriceSettingDimensions"

PSP table where dimensions are configured. Unless you have a custom PSP deployment, you should not need to change this.

strategyDefinitionTable

"StrategyDefinition"

PSP table where strategy definitions are configured. Unless you have a custom PSP deployment, you should not need to change this.

This is where the custom strategies are written when they are deployed.

livePreviewDependencyLevel

Status
colourYellow
titleobsolete

"Global"

Default dependency level for the Live Preview. It became obsolete in version 1.0.0 where you can pick the level yourself from a drop-down.

groovyLibraryName

"CustomPricingStrategiesLib"

Name of a Groovy Library which contains the custom strategies' generated code.

It does not have to exist; it will be created during the first deployment.

customBlocksGroovyLibraryName

"StrategyDesignerCustomBlocks"

Name of a Groovy Library which contains definitions of custom blocks.

Learn how to define custom blocks in How to create custom blocks Create Custom Blocks in Groovy (Strategy Designer).

excludedParameters

[]

List of default PSP parameters you want to exclude. Specifying them will hide the blocks from the workspace. See How to exclude outFor details see Exclude Out-of-the-box PSP parameters for detailsParameters (Strategy Designer).

additionalParameters

{}

List of additional PSP parameters you want to see as blocks. Typically, you would need to specify any additional parameters you created in your customized PSP logic. See How to add additional PSP parameters for more detailsFor details see Include Additional PSP Parameters (Strategy Designer).