Yes we have an automatic refresh feature starting SAPUI5 version 1.48 onwards.
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.
Add comment