[Zope] Mass update of a ZClass property?
Dieter Maurer
dieter@handshake.de
Tue, 19 Jun 2001 19:53:52 +0200 (CEST)
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