I am wondering if there is a way to manually refresh a nested collection from the server. If I have an object with nested collections, I know how to refresh the collection holding the parent object, but is there a way to refresh just the object OR just a collection inside the object.
All my collections have association destinations, but the nested collections are filled automatically from the parent object and not from an explicit call that we make so I am not sure how best to refresh them manually if needed. I assume there is something basic here I am missing. Thanks, Kevin

