> > # add this to get an acquisition-wrapped CRMSys > > CRMSys=self[id] Hmm. self[id] doesn't work (attribute error on __getitem__). self is a __FactoryDispatcher__ instance. It seems like that should be normal, but my brain is starting to hurt now <grin>. I should probably try to increase my zen level by figuring out how this factory thing works... --RDM