Quantcast
Channel: Microsoft Dynamics RMS Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4469

RE: Links within Status HTML

$
0
0

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


Viewing all articles
Browse latest Browse all 4469

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>