I am working with SUP 2.2 and Sencha Touch. I followed the tutorial available from code exchange "Using Sencha Touch, MBOs and MAKit" and it's work fine. The next step was try access to some SUP MBO from the application made with Sencha Architect to fill a simple List View, but this step don't work.
The deep problem was when I try to put the received data from mbo to the store defined for the List View. To transfer the data from mbo to list view, I use the same way described in the tutorial, i.e, I use a variable to store the data from mbo and after that I fill the data on the store using the variable filled.
¿Somebody has any experience integrating a Sencha Architect app with a SUP MBO?