Skip to Content
0
Jun 20, 2018 at 06:47 AM

getPendingChanges odata v2 - how do i use the data?

639 Views

hello,

i have a form that is bound to an OData service.

the user can make changes and click on a Save button to ... save the changes.

i was using submitChanges method to save the changes but .... nothing happens. nothing seems to be submitted.

dont know why.

i check getPendingChanges to get map of changes made.

i was going to try to use this data to do an update (rather than submitChanges) but ... i how do i access the data in the pendingChanges map.

i keep drawing blanks.

any help greatly appreciated.

cheers

Pas