Hi, I have a question on AppBuilder:
how to navigate to a different page/view on click of a button in appbuilder,
I tried,
var bus = sap.ui.getCore().getEventBus();
bus.publish("nav", "to", {
id : "newPageView"
});
but this does not work