I keep getting an error on deployment where setting a hyperlink expression on customer_no to the recommended syntax of: =Code.GetTessituraLink("Constituent", Fields!.customer_no.Value)
Halts any deployment. The report definition has the custom code in the properties. Any Ideas?
I'm not (yet) sure why, but for me, in some cases this works:
=Code.GetTessituraLink("Constituent", Fields!customer_no.Value)
...and in some cases this works:
=Globals!ReportServerUrl & "?/Tessitura/Links/Constituent" & "&Id=" & Fields!customer_no.Value