Hi everybody,
I've an issue developing some customizations in Mobile CRM app.
In my JS I calla method of SDK.Soap.js, but in Mobile app environment I get an error: XPathEvaluator is not defined.
The code breaks here:
var r = new XPathEvaluator
Did someone have the same problem?