Preview

Product failure

Satisfactory Essays
Open Document
Open Document
628 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Product failure
Manage AG Custom Object Type:
Composer can be used to manage/create Object type in Docbase.
Best procedure to manage changes/modification in your existing object types, by creating a composer project for that object type using below procedure .Make required changes in object type attribute and deploy them using dardeployer into Dev/Test environment.
This will maintain consistency across all environment,once validate and approved by business same modified project can be deployed into production environment.
In case we would like to edit or add any new attribute into existing object type of AG Docbase, we need to follow below procedure .
1.Open Composer and Create a Documentum project with any name .Mostly try to give unique/logical identifier name since during deployment of dar file all the values are stored in dmc_dar table of docbase and it will help to identify when last deployment happen .
2.In Order to Edit/Add any attribute in existing Object type in AG Document type ,we need to import all those object type into project in following way .
3.Go to TypeImportArtifacts from Repository

4.This will give you option to connect docbase based on dfc.properties entries specified at
\plugins\com.emc.ide.external.dfc_1.0.0\documentum.config\dfc.properties
5.Provide required Credentials and connect to docbase.
6.Select “Type” in “Choose Artifact Type” dropdown value ,select the type we would like to edit/modify e.g ag_doc as below and click on “add” button follow by “Finish” 7.This will bring required object type in left browser tree panel under “Type”

8.Double click on Object type you want to edit/modify and it will open Type details in right panel as below :

9.Click on Attributes tab at bottom to get details of Attributes in AG Document type
10.Click on any attribute to get details of that Attribute e.g click on server location attribute

We can also click on Application Interfact Display to define Label ,is searchable attribute etc.

You May Also Find These Documents Helpful