You can add a link to the Enable Rebate Management Insights in the Module menu. The link is configured in Advanced Configuration Options.
Go to Administration > 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.
{ "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": [] } ] } |
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
| |
| Defines a list of subfolder menu items. |