I am trying to use the defaultValue parameter in the DataServices getItem call in actionscript.
public function getItem(identity:Object, defaultValue:Object = null):ItemReference As far as I can tell from the docs it should persist a new object if the id that the getItem searches for is not found. The call seems to return correctly, but nothing persists to the database. Am I understanding this feature correctly? - Kevin

