I have built an SSRS report that I added hyperlinks to CRM records. I created the parameter CRM_URL with the org URL (myorg/.../main.aspx). From the placeholder properties, under the Action-->Go to URL, I added the expression (=Parameters!CRM_URL.Value & "etc=2&extraqs=&histKey=552288729&id={" & Fields!new_contactid.Value.ToString() & "}&newWindow=true&pagetype=entityrecord#38642313"). From Visual Studio, this works as expected; directs me to the expected record in CRM. I added the report to CRM by creating a new report, select Existing File for the Report Type, save the report then run it. When I clicked on the hyperlink, it directs me to https://myorg/myorg-dev/CRMReports/viewer/drillopen.aspxetc=2&extraqs=&histKey=552288729&id=%7Be477687d-1841-e711-8141-005052931fe1%7D&newWindow=true&pagetype=entityrecord#38642313. Why is the CRMReports/viewer/drillopen.aspx being added to the URL? Why is this happening? How can I correct it? Is there another way to add the link?
Any help would be greatly appreciated.
Thank you,
Chrys
*This post is locked for comments
I have the same question (0)