Hi,
I tried to read the value of a property from the returned collection with the below code
var oModel = new sap.ui.model.odata.ODataModel("http://HOSTNAME:PORT/SERVICE/COLLECTION");
var test = oModel.getProperty("<PropertyName>");
But I am not able to get the value in the variable "test"
Can you please help.
Thanks,
Harish