cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to load data automatically on launch using ui5 and launchpad

0 Kudos
823

Hello all,

This a CAP project with Fiori UI5 and Launchpad.

As shown on the screenshot, whoever launches the application from launchpad don't see the data automatically but has to press on the "Go" button.

So, I am looking for loading content automatically, independently of the filter values.

Is there a possibility to do it from code or configure it from launchpad?

Thank you.

Moomen

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

https://sapui5.hana.ondemand.com/sdk/#/topic/9f4e1192f1384b85bc160288e17f69c4.html

do you have this setting your manifest json?

"dataLoadSettings": {

"loadDataOnAppLaunch": "always"

}

0 Kudos

Hello Jun,

Thank you for your response!

I do not have this settings in the manifest. But in the blog that you mentioned I tried

"settings": {

"entitySet": "SalesOrderManage",

"initialLoad": "Enabled"

But it didn't work either.

junwu
Active Contributor
0 Kudos

you are using v4?

0 Kudos

Yes ! I am using V4