I have installed Documentum Developer Edition 6.6 and retrieved TypeInfo of ‘dm_document’ using DFS GetTypeInfo method (.Net). PropertyInfos contains 87 items; and none of them has IsRequired==true! Even ‘object_name’; despite Webtop does not allow leave the Name field blank when I create new document.
Also: none of the 87 items had IsNotNull==true.
How this can happen? Is this bug; or I do not correctly understand meaning of the PropertyInfo.IsRequired?
I need to know: which Properties are ‘required’ (mandatory)?