6 May
2003
6 May
'03
12:49 p.m.
Fabio Rolando wrote:
I have some ZCatalog search results. I pass the 'data_record_id_' to an ExternalMethod in which I need to load the documtent referenced by the 'data_record_id_' in order to parse it. I tried a few versions of gettitem and getattr, but I've not been successfull. Any merciful help? ;-P
Hi, Something like self.Catalog.getobject(data_record_id_) in your External Method should give you the object. Cheers, Maik