Hi All, Now my chrome has updated to latest(Version 34.0.1847.116 m) in this odata Create functionality is not working it has following error
When I run same in lower version of chrome, ie and firefox latest it is working fine.
I am using following code.
oModel.create('Suppliers', oEntry, null, function(){
sap.m.MessageToast.show("Your request sent for Approval");
},
function(){
sap.m.MessageToast.show("Request failed");
});
Can any one help me on this....
Thanks in advance
Ravi varma