1. In document Documentum_System_66_Object_Reference.pdf I see dm_sysobject having property a_extended_properties.
But I cannot find more info about usage of the a_extended_properties in the docs I have (Documentum_System_66_Object_Reference.pdf, Documentum_Foundation_Classes_66__Development_Guide.pdf, Documentum_Content_Server_66_DQL_Reference.pdf etc)
2. I am considering the a_extended_properties because of I have to add a non-standard property (‘custom property’, ‘user-defined property’ – it may be named in different ways) to dm_document objects. I do not want (be some reasons) to use ‘aspects’. So the ‘property bag’ seems more suitable for this. But I also see the a_extended_properties that sounds suitable for this too; but see not details about its usage.
Documentum experts, please advise – is there sense in usage of a_extended_properties for this my need; or ‘property bag’ is quite enough?