Versions Compared

Key

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

...

Unity Version / Platform

Standalone UI

Salesforce

SAP C4C

MS Dynamics

Desktop

  • Chrome

  • Firefox

  • MS Edge

  • Chrome

  • Firefox

  • MS Edge

  • Chrome

  • MS Edge

Mobile

  • iPad + Safari

  • iPhone + Safari

  • Android + Chrome

  • iPhone + Salesforce app

  • iPad + Salesforce app

  • iPad + Safari + Salesforce (in browser, no Lightning)

Note: Firefox supports interceptors since version 113 in case that you set the dom.workers.modules.enabled option to true in about:config. From version 115 this option should be set to true by default. You can use interceptors in Chrome or MS Edge without any restrictions.

...

If you experience any functionality issues after upgrading to Paper Plane 11.0, see the troubleshooting section that provides solutions to reported problems:

Note: When upgrading to version 11.0 from version 9.3 or lower, the migration script executes the resaveFormulas command by default. This command does not change the logic or the Last Update Name but it sets the Last Update Date to the time of the execution.

...

  • Actionable Insights – Proactive business opportunity and risk detection with relevant contextual actions to follow up on the specific situation.

  • Visual Configuration – Improved and generally released Pricing Strategy Designer and introducing Workflow Designer, to enable you to configure visually and without coding.

  • Enhanced Optimization Use Cases – Multiple use-cases easily deployable using Pricefx Accelerators to realize value and start leveraging the benefits of optimal prices faster.

  • Front-End API – New Front-end API to embed Pricefx into any 3rd party application through iFrame and use visual mapping of fields for basic integration scenarios.

  • Integration with SAP S/4HANA – Pricefx productized integration with SAP S/4HANA through SAP BTP Integration Suite is available and enabling common use-cases.

...

Description

ID

To avoid the ‘Duplicate Fields’ error when running a Data Load in situations when the data source contains fields named ‘AttributeN’ (because the related Data Feed names the fields ‘AttributeN’ as well), the following change has been introduced:

  • useLegacyFeedMapping parameter has been added to the Data Source class.

  • It is set to true by default for existing Data Sources, i.e., there is no change in behavior for existing Data Source - Data Feed pairs.

  • It will be set to false by default for newly created Data Sources. The new field mapping will be DF.field.name = DS.field.name, DF.field.label = DS.field.label (instead of the legacy mapping DF.field.name = “attributeN”, DF.field.label = DS.field.name).

PFUN-11924

Charts: Improved code formatting in Formula Builder for better readability.

Image RemovedImage Added

PFUN-19823

Multiple data series can be defined in Data Analyzer Data Tables.

PFUN-20151

The order of filters in charts and Data Table has changed to show required inputs first. The new order is: Group By, Measure, Aggregation Filter, Products Filter, Customers Filter, Dimension Filter, Generic Filter.

PFUN-20174

...

Description

ID

The Product/Customer Detail view can be opened by clicking the Product/Customer ID in the Product/Customer table. The Product/Customer Detail button below the table is no longer available.

Image RemovedImage Added

PFUN-15266

CRM Integration

Description

ID

Visual mapping of CRM payload fields to Pricefx documents' header or line items for easy integration. It is possible configure this mapping together with an interceptor for advanced integration requirements. The supported documents are Quotes, Rebate Agreements, Agreements/Promotions and Compensation Plans.

PFUN-16543

New Configuration > CRM Integration > Overview page displays all the relevant information (e.g., CRM config, relay state, active interceptor) related to a specific CRM setting in one place.

Image RemovedImage Added

PFUN-16861

There is a separate section dedicated to CRM integrations in Administration > Configuration where you can find information about CRM integration settings and configure visual mapping and interceptors.

PFUN-19317

It is possible to manipulate Unity using the postMessage method. It’s supported when Unity is embedded in some other platform, and also when another platform is embedded inside Unity.

PFUN-19558

External apps can be embedded in a custom tab of a Quote, Agreement/Promotion, Rebate Agreement and Compensation Plan.

PFUN-20022

Possible fields available for parsing into external app query string parameters limited to Id, Label, uniqueName and External Reference.

PFUN-20373

...