cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MDK - SectionObjectTable not showing up on mobile but works on web

Santoshnaidu
Explorer
0 Kudos
399

Hello Everyone,

I have a simple 2 entity application Account and AccountContacts which are modeled in the oData layer with the necessary associations and navigation properties.

On click of the Account entity I can see the account details and its related entity AccountContacts at the end of the Account Details page (this is the behavior in Web and works perfectly fine) . However it does not show up the same way when I open the MDK app on mobile. I have pasted both the screenshots below. The fact that it is showing up correctly on web tells me that there is not issue with how oData entities are modeled , I also checked to see the SectionObjectTable properties to see if there is something there that could be preventing it to display the information on mobile , however I could not see anything that stood out. Can somebody please suggest what could be the issue here or give me some directions ?

Web

MDK app on mobile - Only title is being displayed but no data

SectionObjectTable properties

View Entire Topic
Santoshnaidu
Explorer
0 Kudos

That's what I was missing 🙂

Thanks bill.froelich , I have added it in both now DownloadOffline.action and InitializeOffline.action and it worked.

Are there any other such quick settings that I should be checking when I am dealing with an offline scenario ?

Thankyou again for helping me understand this.