Before you can use Agents to create Live Price Grid Action Tasks the target partition must be properly prepared. Verify that the following prerequisites are met on the partition before enabling or configuring Action Tasks.
The following prerequisites apply exclusively to the Update Live Price Grid Action Task and are not required for the Quote Creation Action Task.
Prerequisites
-
Price Setting Package v2.6.0 or newer must be deployed and used on the partition:
-
The Action Task reuses the package's price structure and decision logic.
-
The Agent Recommended Price strategy must be configured for use by the Price Setting Package administrator on the partition. This is described in the following Initial Setup section.
-
Initial Setup
This feature requires also a one‑time post‑installation configuration by the Price Setting package administrator. The system does not automatically modify the existing configuration of the Strategy Selection, because this could break a customer’s current setup and the system cannot reliably predict how it has been configured.
Required Configuration Changes
Add the Agent Recommended Price strategy definition
-
Go to Company Parameters.
-
Select the
StrategyDefinitionCompany Parameter. -
Click Add Record.
-
In the Add New Company Parameter Value menu enter the following values:
-
Strategy Name
Agent Recommended Price -
Level – Independent.
-
Calculation Engine
AgentRecommendedPriceEngine -
Click Add.
-
-
Click Add Record.
-
In the Add New Company Parameter Value menu enter the following values:
-
Strategy Name
Agent Recommended Price -
Level – Dependent.
-
Calculation Engine
AgentRecommendedPriceEngine -
Click Add.
-
Register the Calculation Engine
-
Go to Company Parameters.
-
Select the
PSP_EngineCalculationConfigCompany Parameter. -
Click Add Record.
-
In the Add New Company Parameter Value menu enter the following values:
-
Name – AgentRecommendedPriceEngine.
-
Calculation Engine Path
libs.AG_PSP_Integration.AgentRecommendedPriceEngine.calculatePrice -
Engine Calculation Parameters
SKU,DEPENDENCY_PROPERTIES -
Click Add.
-
If you skip this step, the system will create these rows automatically when the first Action Task is submitted. However, you cannot configure StrategySelection until this configuration is in place.
Recommended Configuration Change
To make full use of the Agent‑recommended prices, it is recommended to:
-
Add the Agent Recommended Price strategy to the
BaseStrategySelectionCompany Parameters table. -
Set it as the highest‑priority strategy, so that it becomes the default strategy whenever a recommended price is available during Live Price Grid recalculation.
If you do not have any other base strategies defined, the simplest configuration would look as follows:
-
*, *, *, Agent Recommended Price
In this setup, all dimension columns are wildcards, so the strategy is applied to all products.
Advanced users can configure more granular combinations in the BaseStrategySelection if needed. From the Price Setting Package perspective, Agent Recommended Price behaves as a standard pricing strategy, and the configuration in BaseStrategySelection fully controls when and if the recommended price is applied in the Live Price Grid.
The strategy selection priority is deliberately not changed automatically by the accelerator, in order to avoid silently altering customer data or behavior.