So I've created a new AX SSRS report from Visual Studio as usual. This time, I've used as datasource, a View created, where one of my Tables is CustTrans.
So in my report, I added CustTrans.OrderAccount, and CustTrans.AccountNum
When I run the report,both of these fields are linkable. Debugging \Forms\SrsReportViewer\Methods\AxReportViewer_DrillThroughClicked, I found that:
- OrderAccount, links to menuitemdisplay://custtable/... This is great, as it links directly to the customer card.
- However, AccountNum, links to menuitemdisplay://retailconcessioncontracttable/...
Where is this behaviour defined? As we don't use the retail module, I want to change the link in AccountNum field.
*This post is locked for comments