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 > 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": [] } ] }