Accelerate Agents 1.1.0

This document summarizes major improvements and fixes introduced in the Accelerate Agents release version.

Version

1.1.0

Release Date

August 27, 2025

In this document:

Manual Changes After Upgrade

Manual upgrade steps are required when upgrading the package from version 1.0.0 to version 1.1.0.

  • Manually update the localization for en:

    [{
      "key" : "main_actionableInsights",
      "overriddenValue" : "Pricefx Agents",
      "value" : "Pricefx Agents"
    }, {
      "key" : "unity_chart_dataDisplay_joinSerie_definition_tooltip",
      "overriddenValue" : "Set up the relationship between the maximum of {max} series by mapping the matching data columns/dimensions that you would like to include in the definition.",
      "value" : "Set up the relationship between the maximum of {max} series by mapping the matching data columns/dimensions that you would like to include in the definition."
    }, {
      "key" : "unity_pa_joinSeries_joinDimension_explanation",
      "overriddenValue" : "Set up the relationship between the maximum of {max} series by mapping the matching data columns/dimensions that you would like to include in the definition.",
      "value" : "Set up the relationship between the maximum of {max} series by mapping the matching data columns/dimensions that you would like to include in the definition."
    }, {
      "key" : "pfxAcc_AG_actionItem_attributeExtension_profitImpactMeasureName",
      "overriddenValue" : "Profit Impact Measure Name",
      "value" : "Profit Impact Measure Name"
    }, {
      "key" : "pfxAcc_AG_actionItem_attributeExtension_profitImpact",
      "overriddenValue" : "Profit Impact",
      "value" : "Profit Impact"
    }, {
      "key" : "pfxAcc_AG_actionItem_attributeExtension_revenueImpactMeasureName",
      "overriddenValue" : "Revenue Impact Measure Name",
      "value" : "Revenue Impact Measure Name"
    }, {
      "key" : "pfxAcc_AG_actionItem_attributeExtension_revenueImpact",
      "overriddenValue" : "Revenue Impact",
      "value" : "Revenue Impact"
    }, {
      "key" : "pfxAcc_AG_actionItem_attributeExtension_costsImpactMeasureName",
      "overriddenValue" : "Costs Impact Measure Name",
      "value" : "Costs Impact Measure Name"
    }, {
      "key" : "pfxAcc_AG_actionItem_attributeExtension_costsImpact",
      "overriddenValue" : "Costs Impact",
      "value" : "Costs Impact"
    }, {
      "key" : "pfxAcc_AG_actionItem_attributeExtension_trendsImpactMeasureName",
      "overriddenValue" : "Trends Impact Measure Name",
      "value" : "Trends Impact Measure Name"
    }, {
      "key" : "pfxAcc_AG_actionItem_attributeExtension_trendsImpact",
      "overriddenValue" : "Trends Impact",
      "value" : "Trends Impact"
    }, {
      "key" : "pfxAcc_AG_actionItem_attributeExtension_benchmarkImpactMeasureName",
      "overriddenValue" : "Benchmark Impact Measure Name",
      "value" : "Benchmark Impact Measure Name"
    }, {
      "key" : "pfxAcc_AG_actionItem_attributeExtension_benchmarkImpact",
      "overriddenValue" : "Benchmark Impact",
      "value" : "Benchmark Impact"
    }, {
      "key" : "pfxAcc_AG_actionItem_attributeExtension_othersImpactMeasureName",
      "overriddenValue" : "Others Impact Measure Name",
      "value" : "Others Impact Measure Name"
    }, {
      "key" : "pfxAcc_AG_actionItem_attributeExtension_othersImpact",
      "overriddenValue" : "Others Impact",
      "value" : "Others Impact"
    }]
    

New Features and Improvements

Description

ID

Impact calculation has been introduced in Agent configuration to assess the impact of an action.

PFPCS-9677, 9693

Impact columns are propagated to Action definition

PFPCS-9697

Impacts are written to Action’s attribute extensions.

PFPCS-9772

Impact Definition - The measure name in the impact definition is updated when the measure name is changed in the Agent’s Definition step.

PFPCS-9904

Fixed Issues

Bug Description

ID

Impact Calculation: Update link to documentation.

PFPCS-9794

Impact Calculation: Measure should be required otherwise an error will occur in the Summary step.

PFPCS-9795

Error: HandleDetectedInsights [via RunUtils] : ERROR(@465): Cannot invoke method collectEntries() on null object.

PFPCS-9814

Null column shown when there is no measure field selected in the impact definition.

PFPCS-9815

Impact Definition: Error HandleDetectedInsights [via DatamartScopeDataDefinitionManager] : ERROR(@210): Cannot cast object '[]' when leaving Measure empty.

PFPCS-9816

Adjust impact calculation definition’s explanation so that it states that only absolute values should be used.

PFPCS-9907

Data in Action Impact Definitions table should be removed if measures in Impact Definition (step 3) was removed.

PFPCS-9912

Error happens when data of the measure which is used in Impact Definition is null.

PFPCS-9913

If more than one measure with the same type is defined in the agent, the one with the highest order should be used.

PFPCS-9915

Make Impact Type for measure required. Fix: Error message is displayed on input, but the user is not blocked from saving the definition. The invalid definition is ignored during calculation.

PFPCS-9917