Avatar

Employee

When you execute the fill on the data service, you should pass the arrray collection to the fill e.g. myDataService.fill(collection, ...). When you add the item to this "managed" array collection, the create-item will get called with just the the _newly added item_, and the insert SQL executed for it on the server side.

Rohit