Can we keep the data loaded ready before user navigate to view?
Hi All,
Currently we do have many views (and applets) based on regular BCs and VBCs in a particular screen. The data gets loaded when user navigates to a particular view. In few cases the loading may take few seconds due to the nature of VBCs and external systems data retrieval.
In order to provide better UX, we are thinking to have a possibility that for important views/applets the lazy loading of the data will take place, even though the user did not even navigate to that view. By the time the user navigates to the view the data can be present and shown immediately as if it is from same application.