Hi,
i´m new with SAPUI5 and started to create an application using sapui5 mvc with javascript-views.
After login i need to save some global properties but i don´t know the best practice.
I want to access this properties out of many controllers.
Is there any way to place a JSON-Object with global access?
Thank you
Best regards
Sascha Köhler
Hi Sascha,
one option would be to store your JSON Object via a JSON Model in the sap.ui.core.
But as always: Avoid global things if possible 😉
Regards,
Florian
Add a comment