CRM reports
-
Thursday, 21 August, 2008 11:40 AM
Hi,
I developed a report using SSRS. My requirement was to create a hyperlink in a column and on click of hyperlink it should get redirected to the specific persons contact page. This i have done and it is working fine in reports.
In jump to url field i have given this url: ="http://caesar-dyn-dev/sfa/conts/edit.aspx?id={ " & Fields!GUID.Value.ToString & "}".
When i host the report in CRM the corresponding column appear as hyperlink but on click of that the corresponding contact page is not opening. on searching in the net i found out that, the above link has to be written using javascript to open the page in new window. can you help me out in this? I tried javascript but link is not working
All Replies
-
Saturday, 23 August, 2008 2:38 AM
I would suggest you re-ask this question on the developer forum.- Marked As Answer by Donna EdwardsMVP, Owner Monday, 1 June, 2009 4:22 PM