Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Available since version 11.0 (Paper Plane)

External application front-end can embed Pricefx Unity frontend. Pricefx frontend will be then rendered inside of a iframe of the external application.

To embed Unity inside of external application:

<iframe src="https://{partition}.pricefx.com" id="pfx-iframe"
        sandbox="allow-scripts allow-same-origin allow-forms allow-popups"/>

Parameters needed for the iframe:

Parameter

Description

src

https://{partition}.pricefx.com

id

can be anything, depends on external application

sandbox

minimum permissions needed by Pricefx Unity front-end

The external application front-end can communicate with Pricefx Unity front-end through the Unity Messaging API.

  • No labels