Enable title-to-id generation
Have the id automatically generated from the title chosen for the object for your custom type
Archetypes 1.3.4+ combined with plone 2.1 provides a way to have the id automatically generated from the title chosen for the object, which is on by default for ATCT types. To get this in your own types, set _at_rename_after_creation = True on your class.
