cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Elements: Overview Page automatic refresh?

alejiandro_sensejl
Active Participant
0 Kudos

Hi all,

We want to display Fiori Overview Page with KPIs on a large screen in our warehouses. The overview page should refresh automatically every 5 – 10 minutes. Is this possible in OVP template apps?

Thanks for your help.

Best regards,

Alej

Accepted Solutions (1)

Accepted Solutions (1)

former_member103161
Contributor
0 Kudos

Yes we have an automatic refresh feature starting SAPUI5 version 1.48 onwards.

https://help.sap.com/doc/468a97775123488ab3345a0c48cadd8f/7.52.0/en-US/2818f800e7424c5c91dbd495f8cb7...

The users can decide if they want to refresh the card data on a specific intervals. To enable this, the users will just have to include the property - “refreshIntervalInMinutes” in the manifest.json. The property should have a value more than or equal to 1 minute. If the refresh interval is set to less than 1, then the interval will be considered as 1 minute. If the value is more than 1, then the refresh interval is taken as specified by the user. After the specified minutes, the models will be refreshed and the card data will be reloaded.

Answers (0)