Forum Discussion

AdisAdis's avatar
AdisAdis
Qrew Member
9 years ago

When I am using ""CopyMasterDetail"", it works perfectly fine in Google Chrome. Once the user logs in on Internet Explorer, It does not work. Anyone knows a work around?

If I am using Google Chrome, the actual script works.
If I am using Internet Explorer, my script is not working.

Does anyone have a solution for this?

<script>
function createRec() {
var idtemplate = get_templateid();
  $.get("DBID?a=API_CopyMasterDetail&destRID=0&sourcerid="+idtemplate+"&copyfid=16&apptoken=APPTOKEN", function (data) {
    var id = data.getElementsByTagName("parentrid")[0].childNodes[0].nodeValue;
    document.location = "DBID?a=er&rid="+id+"&rl=tiz";
  });
}
</script>

I substituted "DBID" with my real table id and substituted "APPTOKEN" for the actual Token
  • MCFNeil's avatar
    MCFNeil
    Qrew Captain
    Go to the computer settings > applications > 
    find Internet Explorer > click 'Uninstall'

    That will solve many problems 



    Matthew Neil - Product Specialist