cancel
Showing results for 
Search instead for 
Did you mean: 

Integration SUP 2.2 MBO with Sencha Architect App

Former Member
0 Kudos

I am working with SUP 2.2 and Sencha Touch 2. I 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 a variable to store the data from mbo and after that I fill the data on the store using the variable filled and load it, but at this point the variable lost the data.

What can i do?

Accepted Solutions (0)

Answers (1)

Answers (1)

david_brandow
Contributor
0 Kudos

You need to isolate it into two possible problems: the data is not being received from SUP or the data is not being bound successfully to the UI. It sounds to me like the data is being received successfully from SUP, so it sounds like its a problem with your Sencha code. In that scenario, you'll need to consult Sencha documentation/forums.