Hello!
I have a place in my sapui5 app where I need to call sap.ui.getCore().getModel().create() twice: first to create a entity add more data to it directly but I need the response from the first call to succeed. is there a callback when create() is finished where i could try to make this happen. I do not need to handle ever completed request just this one.
Many Thanks!
Janis Roze