Issue the command:
modify Type "Type Name" property AutoGeneratedObjectName value True;
where the "Type Name" is the name of the type.
To turn the auto-name functionality off, set the value to false.
Out-of-the-box, not all types have a Number Generator object defined in ENOVIA Live Collaboration (see About Configuring). When a cloning process
occurs and this administrative property is set to true, it will look for the Number Generator defined
for the type. If the Number Generator object does not exist, it will try to look up its class hierarchy
to find one. If one is found, it will be used to auto-generate the object name. If none is found after
the top class in the hierarchy has been reached, an exception will be thrown to indicate it.
Setting the administrative property "AutoGeneratedObjectName" to true on any type that has
the Number Generator object defined does not guarantee that
the auto-name for a cloned object will happen. It depends on the implementation of the object
being cloned. To guarantee that auto-name will happen, the cloneObject() method of the DomainObject
class must be called.