Question

Mobile application. Auto load records in section on Application start

We have business task in the mobile application to show in the section on opening 10 latest objects without waiting for specifying filter by the user.

Is it possible? And in which module to do such initial load?

Like 0

Like

1 comments

Hello Oleksandr!

 

If you are using an offline application mode, this should work by default. Otherwise, to achieve this goal for all sections, you would need to disable the "UseMobileSearchOnlyInSections" and "UseMobileRecents" features.

 

If you only need to load records without filtration in some particular sections, you have to set "SearchOnlyData": false, in the mobile mainfest in the "Models" section for the model of the sections you want.

 

Best regards,

Max.

Show all comments