Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

Dynamic Hyperlink in SSRS 2008 for CRM 2011

(0) ShareShare
ReportReport
Posted on by 7 Super User 2024 Season 1

I have created one report using SSRS 2008 for CRM 2011 records. Here my requirement is to create an hyperlink for Name column in that table and it has to open that record in CRM.

Eg: For the Account records table, we have a 'Name' column. On click of Name field, it has to open that particular Account record just like subgrid records in CRM.

How can we achieve this in SSRS reports?

*This post is locked for comments

  • Verified answer
    Charan Raju C R Profile Picture
    Charan Raju C R 7 Super User 2024 Season 1 on at
    RE: Dynamic Hyperlink in SSRS 2008 for CRM 2011

    But it has to be dynamic to pick up the current Organization URL. So, below will be useful.

    Add CRM_URL parameter to your report parameters list, make it hidden. Then add action to the name column field from the text box properties: go to Text Box Properties->Actions->Go to URL ->add an expression. Here is the example of the expression you should use: =Parameters!CRM_URL.Value & "?ID={"&Fields!accountid.Value.ToString()&"}&LogicalName=account"

  • Suggested answer
    jlattimer Profile Picture
    jlattimer 24,558 on at
    RE: Dynamic Hyperlink in SSRS 2008 for CRM 2011

    Right click on the table cell for the name field and select Text Box Properties -> Action -> Go to URL

    Here you'll have the option to create and Expression - enter the URL and substitute the data set field for the record GUID.

    Like: ="https://YourCRM.crm.dynamics.com/main.aspx?etc=1&extraqs=%3f_gridType%3d1%26etc%3d1%26id%3d%257b" + Fields!accountid.Value + "%257d%26pagemode%3diframe%26preloadcache%3d1368622508605%26rskey%3d582517150&pagetype=entityrecord"

    Add a Hyperlink to a URL (Report Builder and SSRS)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Congratulations 2024 Spotlight Honorees!

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December!

Congratulations to our December super stars! 🥳

Get Started Blogging in the Community

Hosted or syndicated blogging is available! ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,642 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,371 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans