Oh, I should have mentioned that method does not work for"newly created"
items. You have to have an id assigned to look itup by id. For newly
created items, in the debugger if you show allvariables (including those
not accessible in the current context)you should see the variabled
called "uid" in your managed instance.That gets assigned when the object
is managed. for a newly createdobject, it will be a "UUID" - i.e. a
string with lots of hexdigits. That corresponds to the messageId of the
"crea...