Hello,
I'm developing a type of Launchpad do Fiori but using another data.
Do you know if it's possible have two local applications where one calls another through Component.js ?
Like this image :
I already have the solution. Thanks 🙂
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
var oShell = sap.ui.getCore().byId("Shell"); var oComponenteContainer = new sap.ui.core.ComponentContainer({ async: true, name: name, url: url }) oShell.setApp(oComponenteContainer);
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.