cancel
Showing results for 
Search instead for 
Did you mean: 

oData submitChanges for new entry with result

h_senden2
Active Contributor
0 Kudos

hi,

i'm using the oData submitChanges method in my UI5 component.

In case of a new entry i want the result back, in particular the ID of the newly created entry.

How can i get this ID ?

My code looks like :

this.getView().getModel().submitChanges(

                          // OK

                         function(oData) {

                                       // oData undefined. Which data to get the newly created entry ID ?

                                       ....

                          },

                         // not OK

                         function() {

                                     ...

                          }

      

Any suggestions ?

gr Hans

View Entire Topic
h_senden2
Active Contributor
0 Kudos

It is working now. Only for a newly created entry the oData object was filled. For an existing one not.

TimMuchena
Participant
0 Kudos

This message was moderated.