I want to have table in CoreData that holds a list of other CoreData objects I have accessed, for instance I have Clients and I want a table RecentClients that is simply holding this list and the date they were accessed.
Can I store the objectID and then do a fetch request based on that?
EDIT: See Ben's answer below and then go here: http://cocoawithlove.com/2008/08/safely-fetching-nsmanagedobject-by-uri.html