cancel
Showing results for 
Search instead for 
Did you mean: 

MDK Offline not working

Hi Experts,

Currently I have scenario where I have developed an application in MDK environment. The very 1st main screen will navigate to the applications landing screen which contains 2 input fields.

When the user enters values in those 2 fields and then click’s next button. Then the navigation action is called and displays the 2nd screen. The 2nd screen will bind the list based on the previous screen values from the operation query we mapped with filter OData.

The above scenario works perfectly when the offline is in Disabled mode. If we enable the offline and initialize the offline action, Then List binding is not happening. And no error is tracked in Mobile service error logs. Please let me know what am missing here when it comes to offline.

Will upload few screenshots like offline initialization and OData call from List page.

OData Call:

Offline Initialization:

View Entire Topic
robert_hunger
Participant
0 Kudos

Hi,

have you already looked at the traces in the mobile cockpit ( you have to activate the mobile offline traces and networktraces for your mobil application first ) also in the backend there are several traces and logs to determine if there is any communication at all.

+robert

0 Kudos

Hi Robert,

Thanks for your quick response. As you have mentioned I have already enabled the mobile Offline access and Network Trace in log settings for that application. And also tracked the logs but I couldn't find any error or warning related. Am also adding the log screenshots below for your reference. Thanks in advance.

gopinathsk
Explorer
0 Kudos

Hi @Privete_member__1127515 , @robert_hunger and @praveenkumar_pichaikani 
Are you able to solve the issue ? I'm also facing the same issue. The Target is configured in similar way with filter query options and trying to display the data on the next screen. I'm able to get the labels but not the value of it. Web app works fine with this configuration. Can you please provide a solution incase if you have solved this issue?