Following scenario:
- There is a store with the fields: title, content, created
- A new record with title and content is added
- Via Ajax proxy the new record is sent to the server
- The Server automatically adds the created field and returns the whole record (with created field)
So after Step 4, how can i achieve, that the store automatically updates the new (synced) record with the server response?
This is done automagically by ExtJS 4