Multiple choice technology enterprise content management

It is possible to have custom attribute for an object of dm_document type without changing its type

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Documentum allows adding custom attributes to objects without modifying their type definition. These attributes are stored as name-value pairs on the object instance and do not require schema changes. This flexibility enables object-specific metadata while maintaining type integrity.

AI explanation

Using aspects (or similarly attachable custom-attribute extensions), you can add extra attributes to an individual dm_document object without having to define and migrate it to a new subtype. This lets you extend specific objects flexibly instead of changing the object's core type definition, which would require a type-level schema change and affect every object of that type.