24 May
2001
24 May
'01
7:27 p.m.
From: "Philippe Jadin" <philippe.jadin@123piano.com>
So, in the python script, how can I tell : "run over each record in the metadata record, and create a property with the name and value of each record" ? Is it the right way to do this?
Almost. Never trust the browser. You should set up the property schema yourself, then plug in the values from the record, like this: doc.manage_addProperty('prop1', '', 'string') doc.manage_addProperty('prop2', '0', 'integer') doc.manage_changeProperties(metadata) Cheers, Evan @ digicool & 4-am