Microsoft Certified Partner : Microsoft Dynamics CRM
You are at Blog
 
QoS-IT Blog - Latest Articles
Jan17

Written by:Kbase QB
1/17/2011 1:56 PM 

LogMeIn provides a URL for direct connection to the host PC

Add the URL to the HW Device so that LogMeIn can be opened from within QoS-IT

To eliminate immediate open of LogMeIn web page, replace the following Javascript in HW Device.

Goto Settings>Customization select & open the HW Device entity

Select and open the Form page

From common tasks pan, click and open Form Properties

Select OnLoad and click Edit

Replace the Javascript:

if (crmForm.all.ask_webinterface.DataValue != null)
{
    if (crmForm.all.ask_webinterface.DataValue.indexOf('://') >= 0)
    {
        crmForm.all.IFRAME_WebInterface.src = crmForm.all.ask_webinterface.DataValue;
    }
    else
    {
        crmForm.all.IFRAME_WebInterface.src = 'http://' + crmForm.all.ask_webinterface.DataValue;
    }
    if (crmForm.all.IFRAME_WebInterface.src.indexOf('deepLinkAction.do') >= 0)
    {
        crmForm.all.IFRAME_WebInterface.src = '/ISV/ASK/NAble/LinkPage.aspx?url=' + escape(crmForm.all.IFRAME_WebInterface.src);
    }
}
else
{
    crmForm.all.IFRAME_WebInterface.scr = 'about:blank';
}

 

With:

 

if (crmForm.all.ask_webinterface.DataValue != null)
{
    if (crmForm.all.ask_webinterface.DataValue.indexOf('://') >= 0)
    {
        crmForm.all.IFRAME_WebInterface.src = crmForm.all.ask_webinterface.DataValue;
    }
    else
    {
        crmForm.all.IFRAME_WebInterface.src = 'http://' + crmForm.all.ask_webinterface.DataValue;
    }
    if (crmForm.all.IFRAME_WebInterface.src.indexOf('deepLinkAction.do') >= 0)
    {
        crmForm.all.IFRAME_WebInterface.src = '/ISV/ASK/QOSITV2/Web2/LinkPage.aspx?url=' + escape(crmForm.all.IFRAME_WebInterface.src);
    }
if (crmForm.all.IFRAME_WebInterface.src.indexOf('logmein') >= 0)
    {
        crmForm.all.IFRAME_WebInterface.src = '/ISV/ASK/QOSITV2/Web2/LinkPage.aspx?url=' + escape(crmForm.all.IFRAME_WebInterface.src);
    }

}
else
{
    crmForm.all.IFRAME_WebInterface.scr = 'about:blank';
}

Tags:
Blogs
Calendar
Search
 

 Call to Learn More: 1300-50-68-48
All trademarks are property of their respective owners.

 
Privacy Statement | Terms Of Use | Login | Copyright 2009 by Ask Software Solutions