Hello to all,
Can you please tell me how can I add field/column to a table over DA? Please forgive if this question is soo greenly; I am a newbie...
Great regards...
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Hello to all; finally I achieved it from Administration -> Type, than left click to types(tables) and select properties and click attribute tab... Thank you all...
Great Regards
You mean property to a type?
Can you elaborate a little more?
Yes, what do you mean by "adding a field/column to a table", as Documentum works with objects and object types, I thought you meant adding a property to a type, which is the content repository equivalent of adding a column to a table in the database world... Is that what you want to do?
It is my bad... Sorry; I am type of .net programmer so I was seeking for something I can achieve with mouse click In the past my friend showed me how to do add column to table over DA skin but I forgot it and searched google but no chance... By the way, I know how to add it by "alter" command over dqman...
Well, if you show the dqman query, I might be able to tell you whether or not what you want to do is possible directly in DA.
Thanks Gino,
Something like this:
ALTER TABLE customers ADD customer_name varchar2(45);
Do you just want to add a column to the document list view in DA? Simply click on the Column Preferences icon in the column header (icon is two rows of lines with a right-pointing arrow head -- it is usually the right most icon in the header and could be scrolled off the screen depending upon how many columns you are displaying). Then choose the column (i.e., property) you would like to display from the resulting dialog box.
Thanks Scott but this is not the one I need. Indeed the opening window was just like the one my friend showed me in order to add column to table...