-
Time Zone Issue in D6.5
Hello Everyone, Our client wants the creation date to be consistent across all time zones.We have users in UK and because of the locale functionality they see different times. I was thinking of capturing the creation date in a separate attribute as a string when the document gets created. Are there any alternative…
-
custom theme not picked
When i log in through different users for some users documentum 6.6 theme is getting picked instead of the custom theme... When i run through ecclipse or also through server the same issue is happening and there are no code related to theme changes ...Only for the past few days this is happening.. Can anybody help out why…
-
how to get document content using DFC in c#
I have documentum developer edition 6.6. I want to get document content (read content into stream) using DFC in c#. I have used following C#.net code IDfId but it throws following exception. Exception: Unable to cast COM object of type 'System.__ComObject' to interface type 'DFCLib.IDfDocument'. This operation failed…