Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics RMS (Archived)

Links within Status HTML

(0) ShareShare
ReportReport
Posted on by 890

Hello!

I'm playing around with my Status HTML again and am trying clickable links to either another HTML page or to a bookmark on the current HTML page.  The problem I'm having though is that a simple left-click isn't working ... I have to right-click, OPEN to get the link to work.  The page only acts this way inside the POS.  When opened outside the POS in IE or Chrome, the links work fine.

What am I missing?

*This post is locked for comments

  • Suggested answer
    Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Links within Status HTML

    the javascript file  global.js  disables clicking and interaction from the status html page.  You could try editing the javascript,, or possibly even removing it from the status html page.

  • jdc03 Profile Picture
    jdc03 890 on at
    RE: Links within Status HTML

    Upon reading the customize guide, I found this...

    This HTML pane can also display a non-interactive Web page. The HTML status bar can only be used to display information; users cannot interact with the status bar because the transaction grid always has the focus.

    So now I'm going to try and see if I can get it to work with a FireEvent and 'onmouseup'

  • NickZnavor Profile Picture
    NickZnavor 715 on at
    RE: Links within Status HTML

    You can try to use QSBridge.ShowHTML

    This will only work if you want to open the page where the transaction screen is....

    Here is a a sample function you could link to

    function  openPage(url)
    {
        var QSRules = qsBridge.RequestQSRules();
        if (QSRules == null)
             return(0);
     
            qsBridge.ShowHTML(url);
    }

    I haven't tested this but it should work

    ***UPON TESTING I COULDNT GET IT TO WORK. I WILL UPDATE IF I HAVE A WORKING SOLUTION. SORRY***

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 Verified Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,520 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans