Forum Discussion
_anomDiebolt_
11 years agoQrew Elite
Add a console command to view the resposne to the API_Import:FromCSV:
$.when(promise).then(function(xml) {
alert("all done");
console.dirxml(xml);
});
This will tell you what happened and what the error code was.
$.when(promise).then(function(xml) {
alert("all done");
console.dirxml(xml);
});
This will tell you what happened and what the error code was.