Jonas Nielsen wrote: > When a user add some content he has to enter a unique ID. Is it possible > to autogenerate these IDs ? Yes. Have a look at ScriptableTypeInfo objects, or have folder_factories call a wrapper rather than invokeFactory directly. The wrapper can then generate the id. cheers, Chris