E
egarcia
Guest
Hello, Once that you have an OpenEdge Data Object Service, you just need to import the catalog file into Rollbase for it to be seen as a Rollbase object. I would generally check that the data service is up and running before doing the operations from Rollbase. In particular, I try to access the catalog file and the data URI. Example: Service URI: oemobiledemo.progress.com/CustomerService Catalog URI: oemobiledemo.progress.com/.../CustomerService.json Data URI: oemobiledemo.progress.com/.../Customer From Rollbase, you can import the catalog file to create a new app or to create objects into an existing app. Here is the link to the documentation (I am guessing that you have probably been using it already): documentation.progress.com/.../index.html documentation.progress.com/.../index.html documentation.progress.com/.../index.html If you are planning to enable the options to do filtering, sorting (and paging), you could use the code sample shown in the OpenEdge 11.6 documentation: documentation.progress.com/.../ This article describes the JSON Filter Pattern (JFP). The code in the 11.6 documentation can also be used with OpenEdge 11.5 and it is an updated version from the one listed in the Rollbase documentation. Please let me know if you have questions. I am going to update the thread on the Rollbase forum to point to this thread since your particular question is being answered here. I hope this helps.
Continue reading...
Continue reading...