Hi
we would like to create a tool using DFS and c # to create a new Type's property (ex. a dm_document new property).
is possible to modify programatically some documentum schema elements (like property)?
thanks
emiliano
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
the samples provided the the DFS API show how to call the services, and if you look up the alter type statement in the DQL manual you will get detail of how to change types.
if you are planning to do what is in effect a data model change would you not be better off using Composer such that you can create an update project? I make the assumption that these are a one off change to the data model and not something you plan to do often?
Yes. At the simplest level DFS can execute DQL to do the updates, and then there is the schema service etc.
Many thanks Andy, you may suggest me some examples (c# or Java) to create new custom properties for a type?or if you can show me link to some online resource,Thanks Emiliano