Is it possible to tell a call not to automatically save the resulting objects to a data store on a call?
For instance, I have something on the server called "favorites" I'd like to persist these favorites on the phone. However, there are some calls which will return objects of the same type that are not a favorite and I do not want to persist these. How do I prevent calls from saving the objects? Is it possible? Or do I need to make managed and unmanaged types for both of these?