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 4 Next »

You can add a link to the Enable Rebate Management Insights in the Module menu. The link is configured in Advanced Configuration Options.

Configure a Link

  • Go to Administration > Configuration > System Configuration > Advanced Configuration Options.

  • Click Add.

  • In the Name field, specify the name of the option. It has to be isvConnection_menuItems.

  • The Value field contains the definition of the link.

  • Click Save Changes.

Example

{
  "folders": [
    {
      "uniqueName": "enableRebates",
      "label": "Enable Rebates",
      "positionIndex": 8,
      "items": [
        {
          "uniqueName": "tradingProgramsList",
          "label": "Trading Programs List",
          "href": "https://organizations.enable.com/organization/pricefx-x-enable",
          "type": "Enable"
        }
      ],
      "subfolders": []
    }
  ]
}
module_menu_items.png

Used Advanced Configuration Fields

Field

Description

label

Defines a label for folders and items.

positionIndex

Defines the position of a menu item in the Module menu.

items

Defines a list of menu items in a folder.

href

Defines an actual URL to the Enable Rebate Management Insights.

type

Defines a type of a menu item.

Default Value: Enable

Enable is the only supported type value.

subfolders

Defines a list of subfolder menu items.

  • No labels