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": [] } ] }
Used Advanced Configuration Fields
Field | Description |
---|---|
| Defines a label for folders and items. |
| Defines the position of a menu item in the Module menu. |
| Defines a list of menu items in a folder. |
| Defines an actual URL to the Enable Rebate Management Insights. |
| Defines a type of a menu item. Default Value: Enable Enable is the only supported type value. |
| Defines a list of subfolder menu items. |