Hi Team,
I am facing an issue in my custom UI5 application while reading the data from backend for my Read query -
onInit: function () {
this.oModel = this.getOwnerComponent().getModel();
this.oCustTable = this.getView().byId("idCustTable");
this.oModel.read("/ET_Deal_CustListSet", {
success: function (odata) {
var CustJsonData = new JSONModel(odata.results);
this.getView().setModel(CustJsonData, "ET_CustList");
}
});
},
manifest1.jpgmanifest2.jpgmanifest3.jpgmanifest4.jpg
Please advise.
Regards -
Meenakshi