GenerateDrillThroughLink question - generating a link for BOMId doesnt work in SSRS report

Hi,

i am trying to generate a hyperlink in D365 SSRS BOMPartOf report on BOM_BOMId field,

the Action Go To URL is this, but it doesnt generate any link and ignores the action, does somebody see the issue here ?

=Microsoft.Dynamics.Framework.Reports.BuiltInMethods.GenerateDrillThroughLink(Parameters!AX_ReportContext.Value, Parameters!AX_UserContext.Value, “BOMTable”,“Display”,“BOMTable”, “BOMId”,fields!BOM_BOMId.Value)

IsRootNavigable method is added to the BOMTable form too

anyone ?

Feature for enabling report drill through links was not enabled, the issue now is in DEV env it works fine and in TEST, but doesnt work in UAT for some reason

Hi,

I think you should check the “Disable Runtime Transformation” properties of report Design and make sure that it is set to True.

6740.pastedimage1601456514231v2.png