D365FO SSRS Report using deep links

Just a quick note in need of links:

Both can be used on the action URL link of table cell on SSRS report.

https://community.dynamics.com/365/financeandoperations/b/365operationswithsukrut/posts/generate-drill-through-link-hyperlinks-for-ssrs-report-in-d365

https://blogs.msdn.microsoft.com/dynamicsaxbi/2017/02/26/how-to-add-deep-links-to-reports-ssrs/

=DrillThroughProvider.DrillCustAccount(Parameters!AX_ReportContext.Value,Fields!AccountNum.Value)

=Microsoft.Dynamics.Framework.Reports.BuiltInMethods.GenerateDrillThroughLink(

Parameters!AX_ReportContext.Value,

Parameters!AX_UserContext.Value,

“EcoResProductDetailsExtendedGrid”,

“Display”,

“InventTable”,

“ItemId”,

Fields!ItemId.Value)

Leave a Reply

Your email address will not be published. Required fields are marked *