Forum Post: RB Mobile private cloud - JSDO read

  • Thread starter Thread starter bingo
  • Start date Start date
Status
Not open for further replies.
B

bingo

Guest
Hi all, Just a question if this is the correct way for populating a list of records from a JDSO. We're running RB private cloud 3.0.4 with RB Mobile. I've created an OE rest service as in the documentation that uses the filter parameter i.e: {"ablFilter": "CustNum 50", "top": "20", "skip": 5, "orderBy": "CustNum" } Instead of using the getView_All.. call, I'm calling the read method with the filter parameter. This works as expected and I can see multiple records attached when the rest service is called from the Mobile app. The problem is only one record is display in the list when I test the Mobile app. Below is the linking of the JSDO to the mobile fields: The other thing I notice is the dataset I created contains an id field but when I uploaded the service to the private RB, the field no longer exist - screenshot above. In the documentation, the id field was mapped to a label. Any advise/suggestion is greatly appreciated.

Continue reading...
 
Status
Not open for further replies.
Back
Top