(private) sorry...!! contact@ecmnotes.com

Documentum Fundamental

Documentum is using Object oriented foundation system where all items are considered as objects. It might be document, xml, type, attribute, process, lifecycle, security, presets, group, user or any other entity managed or stored in ECM System.

Each object is identified with a specific type, and a unique object id.
For example,

  1. A document which might have dm_document as an object type and it would have object id starts with 090xxxxxxxxxxxxx.
  2. A group which has dm_group as an object type and object id will be like 12xxxxxxxxxxxxxx. Each object will be provided object id based on its type. We will get more information about object type in upcoming chapters.

A document contains information which is called content for the document or the form. Here, Content and Object are different entities, content is the information contained by the document or form where document or form is an object.If the document or form gets updated, then just content of the document or form gets updated not the object.

Leave a Reply