Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: PFUN-16294

...

  1. Go to Administration > Configuration > Advanced Configuration Options.

  2. Click Add.

  3. In the Name field, specify the name of the option. It must have the following pattern: pfxExternalApp_LinkName

  4. The Value field contains the definition of the link. Example:

    Code Block
    {
       "name":"PSPDesigner",
       "label":"Pricing Strategy Designer",
       "url":"https://developer.pricefx.eu/tools/pricing-strategies-blockly-unity/",
       "businessRole":"Pricing",
       "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.
businessRole – The menu item will be displayed only to users who have this business role assigned.