createdData
Called whenever instance data is created.
connection.createdData(props, params, [cid])
Updates lists with the created instance.
Gets the instance created for this request. Then, updates the instance with
the response data props
.
Next, it goes through every list in the listStore, test if the instance's data belongs in that list. If it does, adds the instance's data to the serialized list data and updates the list.