2. Identify Deployed Accelerators Version

This page outlines several methods to identify the versions of deployed accelerators within a Pricefx partition.

Identification in PlatformManager

This method works well for the later versions of accelerators and only if they were deployed on a partition using the PlatformManager (not deployed from Git).

  1. Go to Marketplace > Template management > Deployed Templates.

  2. Filter your Agents partition.

Screenshot 2025-07-30 at 20.49.41.png

Identification using Company Parameter deployedAccelerators

  1. Go to Company Parameters.

  2. Search for the deployedAccelerators parameter in the Name column.

The version in the deployedAccelerators Company Parameter should ideally match the version from the previous steps.

Name

Value

customer-insights

JSON
{"processedActions":{"AdvancedConfiguration":["customer-insights-accelerator"]},"templateVersion":"1.11.0"}


sales-insights-dashboards

JSON
{"processedActions":{},"templateVersion":"1.14.3"}

The Company Parameters table is updated only if accelerators were deployed to a partition using the PlatformManager (not deployed from Git).

Identification by Comparing Logics

  1. Launch the IntelliJ IDEA with the Pricefx Studio plugin.

  2. Go to Tool Window.

    PfxStudioToolWindow.png
  3. Click PfxComponents.

    PfxStudioPfxComponents.png
  4. Search for each installed accelerator from the following list.

  5. Click Import.
    info This action will download the latest source code.

    PfxStudioImportComponent.png
  6. Click PfxFetch.

    PfxStudioPfxFetch.png
  7. In the Fetch tool window, for each downloaded component folder:

    1. Select the folder in the picker at the top on the Fetch window.

    2. Click the button Select objects that exist in the local directory.
      info Feature is only available within the Pricefx Studio version 15.2 or higher. This will tick a checkbox for all entities and all objects that exist on the partition and on disk as well.

    3. Click Fetch.
      info This will download the code from the partition to the folder.

  8. In each component folder and CalculationLogic or PricingParameter subfolders, rename all object folders that have validAfter suffix (e.g. +2020-01-01) and remove it.

  9. Go to PfxComponents tool window.

  10. Click the drop-down arrow from the Compare button.

    PfxStudioCompareVersion.png
  11. Select a version and a dialog for comparison will appear.

    PfxStudioCompareWindow.png
  12. Repeat the comparison until you find the matching version.

List of Required Accelerators

Source Code

Required for

Sales Insights Accelerator Source Code

  • Sales Insights

Customer Insights Accelerator Source Code

  • Customer Insights

Actionable Insights Accelerator Source Code

  • Agents

Shared Library Accelerator Source Code

  • Sales Insights

  • Customer Insights

  • Agents

Dashboard Library Accelerator Source Code

  • Sales Insights

  • Customer Insights