Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

Hyperlink in html web resource mobile app environment

Posted on by 50

I have a html web resource added to CRM sitemap which includes a grid of records that need to have their IDs Hyperlinked to open this specific record URL in CRM.

I tried to make it using as a hyperlink and it works fine with the web browser, but the customer needs to display the html page through the CRM mobile app. Unfortunately, the hyperlink doesn't work on the mobile app, only displays as a hyperlink but no further action on click.

I am open to any suggestion please.

*This post is locked for comments

  • Suggested answer
    pavanmanideep Profile Picture
    pavanmanideep 1,329 on at
    RE: Hyperlink in html web resource mobile app environment

    You can refer the below posts for different approaches possible to achieve this requirement

    https://community.dynamics.com/crm/f/117/t/274502

    https://community.dynamics.com/crm/f/117/t/307201

  • Suggested answer
    Kokulan Profile Picture
    Kokulan 18,048 on at
    RE: Hyperlink in html web resource mobile app environment

    You could think about using out of the box entity views to achieve the same or you could use a different form for mobile and drop your web resourceful inside the form body

    www.inogic.com/.../access-web-resources-from-dynamics-crm-tablet-and-mobile-apps

  • Suggested answer
    H V Profile Picture
    H V 347 on at
    RE: Hyperlink in html web resource mobile app environment

    Hi Yousra,

    You can add below code in html web resource. This will work in both web and mobile app.

    <a onclick='openLinkForRedirection(\"" + link + "\");' target='_blank' >Click Here</a>";
    function openLinkForRedirection(url) {
        Xrm.Navigation.openUrl(url);
    }

    I hope this helps!


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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans