19 Jun
2001
19 Jun
'01
5:53 p.m.
Satheesh Babu writes:
Now, there is a requirement that 'Software' needs to be changed to 'CD'. How do I change that in the 100 X objects, that have 'Software' category, in one shot?
Calling manage_editProperties in a loop for 100 objects should work. I would use "ZopeFind" to locate the objects and "manage_changeProperties" (not "manage_editProperties") to change the property.
Dieter