/
External Application Front-end Embedding Pricefx

External Application Front-end Embedding Pricefx

Available since version 11.0 (Paper Plane)

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

This is an example how to embed Pricefx inside an external application:

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

Parameters for the iframe:

Parameter

Description

Parameter

Description

src

URL for Pricefx.

id

(optional) Used to target the proper iframe with messages. The value is decided by the external application embedding Pricefx .

sandbox

(optional) If the external application uses this setting, make sure that at least the minimum permissions needed by Pricefx front-end are provided: allow-forms allow-modals allow-popups allow-same-origin allow-scripts

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

Related content

Front-end Integration API (Reference)
Front-end Integration API (Reference)
More like this
How to Add a Link to External App to the Module Menu
How to Add a Link to External App to the Module Menu
Read with this
Quotes Frontend API
Quotes Frontend API
More like this
Pricefx Front-end Embedding an External Application
Pricefx Front-end Embedding an External Application
Read with this
CRM Integration Options
CRM Integration Options
More like this

Found an issue in documentation? Write to us.