Iam sending few records back to frontend using Update Entity. I have used er_entity to do this operation .but iam unable to get results from this URL
oModel.update(/Entity, oEntity,fnSuccess, fnFail);
In success function I get oData undefined
fnSuccess (oData,oResponse){
}
I always get data from oData in create , read but why not in update?
As per OData standards 'Update' operation need not return any response. '204' means that update is a success. Even Though Gateway framework has er_entity as the exporting parameter, it's content are currently ignored.
Hi Sagar,
I too have the same doubt..
We won't get data in Update method even though we populate the ER_ENTITY parameter..
ER_ENTITY works fine in Create ,Get methods..
Should have a specific reason for this..??
Regards,
Rohan