Hi all,
I want to add some custom attributes , how to do that?
Best Regards!
Kwok
You can add your custom attributes for your custom type through,
1. DQL
2. DA
3. Composer (or Application Builder if you are still on version 5.3)
Hi Srinivasan NR,
Currently, I would like to add attributes into
documentum artifacts --> Types--> new Types --> "I need to input over 300 fields into a type ",
Could I use DQL to create a new type, add 300 attributes ( with structure name, data type ( String / Integer), length size,
also add constraints, tick "have NULL value", Can I ?
THREE HUNDRED ATTRIBUTES...... what the f**k sort of system requires 300 custom attributes. I pity the poor users who have to fill in that import document form!!!
yes you could use DQL, see the DQL reference manual for examples
Go to DA.
Select custom object type. goto its properties---->info----->attribute---->Add attributes.
Hope it will help you to add attribute easily.
Best of luck.