E
egarcia
Guest
Hello, You should be able to access a specific field in the way you are doing: jsrecord.data.username. See a working example at: oemobiledemo.progress.com/.../example013.html The value of jsrecord.data should be just the record and not the full dataset nor the temp-table. It looks like in your environment somehow the response from the server is not expected, it does not match what the catalog specifies for the resource. Make sure that the READ method in the Business Entity is returning a DataSet and not a temp-table. You could compare the structure of the catalog and the payload of the HTTP response in your code with the one in the example to see where the structure differ. Also, I noticed that you are passing two parameters to the fill() method. It only expects one parameter. I hope this helps.
Continue reading...
Continue reading...