Skip to Content
0
Aug 08, 2017 at 05:58 AM

How to send JSON model from one view controller to another view controller .??

160 Views Last edit Aug 08, 2017 at 06:05 AM 2 rev

Hi

I need to fetch JSON model of one view and need to use it in another view controller, I have used sap.ui.getCore().setModel(). But some of them are suggested that its not best practice to set model to core.

So is there any other way to send JSON model to another view controller.