I am using ExtJS 4.2 REST store.
I want to sync the store with the server after adding some records to it.
each record is being transferred in a different post request.
I would like to make one call to the server with a list of new records.
Is there a way to do it?