24 Oct
2002
24 Oct
'02
7:14 p.m.
Nicolas LAURANCE writes:
... I want to create many instances in one shot, so I wrote a small python script (no external method) to set the properties.
The thing is I don't seem able to trigger the creation of the object
Tried: Contact.CreateinObjectManager(id,REQUEST) => no Products.Contact.CreateinObjectManager(id, REQUEST) => no
obj= destination_objectmanager.manage_addProduct[your_product].Contact.CreateInObjectManager(...) Dieter