Question
Mobile application. Auto load records in section on Application start
16:44 Feb 21, 2023
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
1 comments
14:46 Feb 22, 2023
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