No records being returned from Salesforce.
my stop working as well,
it's used to work and now it's not.
the same query will work sometime.
tested the debug and past the query in workbench, no problem.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
my stop working as well,
it's used to work and now it's not.
the same query will work sometime.
tested the debug and past the query in workbench, no problem.
When you say the query works sometime and sometimes doesn't work -- is that when you test it inside the app builder or when you run the app? What exact error message do you get?
Mine has yet to work; but I'm beginning to understand why. In looking at the tutorial for Data Mapping which was recorded back when Salesforce was only connected as a Generic Service (before it had it's import function built in to Appery-io), there was a lot of setup with OATH keys and so forth.
While the new built-in functionality removed the requirement to perform the export and import of the Salesforce WSDL, I think there must steps I'm missing with respect to how the Salesforce connection uses the javascript functions recently created.
That's a big part of my problem. I'm just coming aboard with this stuff, and the tutorial is set up for how things USED to be. I think I may have to back away and try to first connect to Salesforce as a Generic Service. At least that's where I seem to be headed.
I reduced everything down to a minimum and finally got it working -- by turning on the echo feature. Is this how Appery-IO solves the cross domain scripting block from the test environment?
Finally making some real progress. Disabled the echo and got it to work using the key from the REST API tab on the Appery home page -- so that interaction from the form would occur via the Appery.IO Proxy. Other things are also falling into place.
Echo is like running a mock service. It will always return the same data (the echo data).