
Hi Friends,
I am trying to make Action Hyperlink in the expression for the text box of the field SalesId
And I am getting this error message when I am try to save the report
The ActionInfo.Action.Hyperlink expression for the text box ‘SalesId’ contains an error: [BC30451] Name 'DeliveryTransferReceiveJF' is not declared.
The ActionInfo.Action.Hyperlink expression for the text box ‘SalesId’ contains an error: [BC30451] Name 'DeliveryTransferReceiveJFs' is not declared.
And I am using Microsoft Sql Server 2014 Report builder .
And this is the script I have used in the expression :
=Microsoft.Dynamics.Framework.Reports.DataMethodUtility.PostDataMethodEvaluation
(Microsoft.Dynamics.Framework.Reports.DataMethodUtility.UpdateAxContextPartition
(Parameters!AX_CompanyName.Value, Parameters!AX_User
Context.Value, Parameters!AX_RenderingCulture.Value, Parameters!AX_PartitionKey.Value),
DeliveryTransferReceiveJF.DrillSalesOrder(Parameters!AX_ReportContext.Value, Fields!SalesId.Value))
Would you please help me what I have to do for this error.
With example please because this is the frits time I am using this Action HyperLink.
Waiting for your valuable answer
Best Regards
Jamil Alshaibani
*This post is locked for comments
I have the same question (0)