Hi Somil,
Do you want to wipe out the whole model data? If so, you can try something like this:
var oModel = sap.ui.getCore().getModel(); //Get Hold of the Model oModel.setData(null); //Set the model data to blank / null
Regards,
Sai Vellanki.
Hi Somil,
Do you want to wipe out the whole model data? If so, you can try something like this:
var oModel = sap.ui.getCore().getModel(); //Get Hold of the Model oModel.setData(null); //Set the model data to blank / null
Regards,
Sai Vellanki.