Avatar

Correct answer by
Employee

Since you're filtering your query according to a particular user, then your DataService's fill() parameters could contain a unique token for that user.  When the fill is refreshed on the server after the createItem() (as mentioned in Rohit Kumar's link) only that will be refreshed and pushed out to the client with that token.

The DataServiceTransaction api is the way to go, if you're using LC DataService.

Hope this helps

Pam

View solution in original post