This document summarizes major improvements and fixes introduced in the Accelerate Agents release version.
|
Version |
1.4 |
|---|---|
|
Release Date |
January 13, 2026 |
In this document:
Release Summary
With the Pricefx Agents 1.4, users get cleaner action lists and more reliable financial figures across Agents and their dashboards.
Smarter Action Grouping
Multiple detected items can now be combined into a single action based on your business grouping logic (for example, by customer segment or product group). This limits the number of actions created, reduces action noise in users’ queues, and makes assignments and follow-up easier.
Improved Currency Handling
Agents and their related dashboards now consistently handle and track multiple currencies, so teams see accurate and aligned financial values everywhere they work.
Upgrade Notes
Business Roles Update
The business role labels for the Actionable Insights have been renamed to Agents for improved consistency. Manual upgrade is required. When upgrading to this version, review all existing users and reassign their roles accordingly:
|
Deprecated Role |
New Role |
|---|---|
|
[Actin] Watchers Analyst |
[Agents] Analyst |
|
[Actin] Watchers Contributor |
[Agents] Contributor |
|
[Actin] Watchers Manager |
[Agents] Manager |
Update Action Item Extensions
-
Launch the IntelliJ IDEA with the Pricefx Studio plugin.
-
Go to Tool Window.
-
Click PfxFetch.
-
Fetch the existing ActionItemAttribute extensions.
-
Go to ActionItemAttribute.
-
Find the attributeExtensions with the
pfxAcc_AG_prefix.attributeExtension___pfxAcc_AG_benchmarkImpact.json attributeExtension___pfxAcc_AG_benchmarkImpactMeasureName.json attributeExtension___pfxAcc_AG_costsImpact.json attributeExtension___pfxAcc_AG_costsImpactMeasureName.json attributeExtension___pfxAcc_AG_othersImpact.json attributeExtension___pfxAcc_AG_othersImpactMeasureName.json attributeExtension___pfxAcc_AG_profitImpact.json attributeExtension___pfxAcc_AG_profitImpactMeasureName.json attributeExtension___pfxAcc_AG_revenueImpact.json attributeExtension___pfxAcc_AG_revenueImpactMeasureName.json attributeExtension___pfxAcc_AG_targetImpact.json attributeExtension___pfxAcc_AG_targetImpactMeasureName.json attributeExtension___pfxAcc_AG_trendsImpact.json attributeExtension___pfxAcc_AG_trendsImpactMeasureName.json -
Update
readOnlyattribute totrue.JSON"readOnly" : true, -
Add the following newly added attributeExtensions file:
-
pfxAcc_AG_actionItem_attributeExtension_currency.jsonJSON{ "fieldType" : 2, "formatType" : "TEXT", "label" : "pfxAcc_AG_currency", "labelTranslations" : { "" : "pfxAcc_AG_actionItem_attributeExtension_currency" }, "readOnly" : true, "requiredField" : false }
-
-
Use PfxDeploy to deploy changes made to your partition.
Update Internalization File
-
Launch the IntelliJ IDEA with the Pricefx Studio plugin.
-
Go to Tool Window.
-
Click PfxFetch.
-
Fetch the existing Internalization files.
-
Open the
en.jsoninternalization file. -
Add the following label translation:
JSON{ "key" : "pfxAcc_AG_actionItem_attributeExtension_currency", "overriddenValue" : "Currency", "value" : "Currency" } -
Use PfxDeploy to deploy changes made to your partition.
Update Action Review Preference
After upgrading you need to manually update the default preference for Action Review.
-
Go to Actions.
-
Select any Action created by an Agent.
-
Go to Action Review tab.
-
Rearrange the portlet positions as shown in the image below.
-
Click Dashboard Options.
-
Click Save Changes to This Preference.
New Features and Improvements
|
Description |
ID |
|---|---|
|
The possible fields for assigning a person are now restricted to only the Group Action by fields. |
PFPCS-10277 |
|
It is now possible to group and limit the number of created actions based on the top impacts. |
PFPCS-10243 |
|
A summary of actions that were not created due to restrictions is now available. |
PFPCS-10276 |
|
The business role labels for the Actionable Insights have been renamed to Agents for better consistency. |
PFPCS-9930 |
|
The |
PFPCS-10216 |
|
Agents and Dashboards now correctly handle and track multiple currencies. |
PFPCS-9931 |
|
A change in the Datamart schema no longer erases all historical data. |
PFPCS-10191 |