Skip to content

Creating a Documentum Type using Composer

By following the below step you will be able to create a new object type with dm_document as super type

1. Right Click the project -> New -> Type

newtype1

2. Give the name for the Object Type

newtype2

3. The below screen will appear, to select the “Super Type” click the highlited “select” button

newtype3

4. Select the dm_document as “Super Type” for the object.

newtype4

5. The dm_document is selected as “Super Type”, select the “Attribute” tab

newtype5

6. For creating a attribute click the highlited “New” button

newtype6

7. By default the below screen appears

newtype7

8. Change the Name of the attribute as below, this will be the attribute name of the table in DB

newtype8
9. Select the “Application Interface Display” and give a Label Name. This name will appear in the Webtop or DA or other Client application as one of the Properties of the document

newtype9

10. Click on the “Display” tab highlited in the previous screen. Give a description for the Object Type in the “Type label” properties as shown.

newtype10

11. Save the changes. Right click the Project -> Install Documentum project

newtype15

12. Enter the credentials in the “Install Wizard” and click Login

newtype11

13. In the Install Option select the “Use Project and Artifact Settings” and click Finish

newtype12

14. The Type and attributes are created.

newtype16
Published inMISC