Hi there,
I got some functions I want to access "application wide" and wondering what's the best practice to do so.
Should I put them into a .js file and include this in the index?
Or would it be better to to implement them in the "main"-controller and access the via sap.ui.getCore().getModel()?
I'm interested in who you are handling this
Thanks!