AVAILABLE FROM VERSION 9.1
You can add a link to an external application to the Module menu.
The link is configured in Advanced Configuration Options. It opens a page with an iframe element that embeds another page with the application.
To configure a link to an external app:
Go to Administration > Configuration > Advanced Configuration Options.
Click Add.
In the Name field, specify the name of the option. It must have the following pattern: pfxExternalApp_LinkName
The Value field contains the definition of the link. Example:
{ "name":"PSPDesigner", "label":"Pricing Strategy Designer", "url":"https://developer.pricefx.eu/tools/pricing-strategies-blockly-unity/", "entryPoints":[ { "hook":"menu_visual_configuration", "label":"Pricing Strategy Designer" }, { "hook":"pricelists", "label":"Open Strategy Designer" }, { "hook":"pricelistDetail", "label":"Open Strategy Designer", "inputs":[ "pricelistId" ] } ] }
label
– Defines the link as it appears in the Module menu.url
– The web address of the embedded application.