Hello, I've got a problem when creating a new document of type txt.
I have read that i have to query the DM_FORMAT table using DQL. Everything OK till here. I also have read that there is a class called IDfFormatRecognizer for DFC programming which gives the translation from dos extension to documentum formats. Now I've got two questions.
1º - As I can see, with txt dos extension, for example, there are two associated documentum formats like 'TEXT' and 'CRTEXT'. Which one to I have to use? With different extensions there are even more formats. How Could I know the correct format to use? This could be done using the DfFormatRecognizer. And here comes my 2º question.
2º- Is there any class or something to recognize the format automatically as in DFC with DfFormatRecognizer class?
Thank you very much.
PS: I tried creating the file without A_CONTENT_TYPE attribute but it doesn't recognize the format automatically as it does in IDC. Correct me if I'm wrong.
PS2: Documentum 6.5, DFS, java.