Recent Posts in My Followed Categories
Switch the "Categories" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
Find the duplicate assets in OTMM
Hi All, In most of the DAM system there is an option has to detect the duplicate assets even if the filenames are different. Do we have such type of options in OTMM (In OTMM there is an option to get the alert if the same file name exist in the folder) to find and clean up the duplicate assets. Thanks, Jay
-
Is it possible to set the mime type in a Rest API?
Hi, Id' like set the mime type in creation Rest API, is that possible? in Swagger it's not defined. it seems to be inferred from the name of the file. I'm using Content Server 21.4 REST API and the call is /v2/nodes body: file=bytearray name=test type=144 parent_id=12345678 is that possible pass i.e.…
-
Enable Export in DA
Hi, I'm logged in as an Admin with the highest privileges but I don't have the ability to Export data. I have tried other accounts as well and they can't export either. Where can I check to make sure the settings are correct for search capabilities in DA? Documentum version 5.3
-
Documentum consistency checker
Hi I need to fix a number of CC-00 type errors but for the life of me cannot find a list of what they are and how to fix them. One single web page that I have found lists several but none match what I have, and the refereenced page talking through all of them no longer exists?
-
Download or open document in browser using REST service
I'm having trouble downloading or openning in the browser a document from Content Server using the REST service "/api/v1/nodes/{{doc_id}}/content".From Postman it works well and you can even see a preview of the document (image, text, pdf). I know Postman shows code examples in different languages, but I have not been able…
-
CWS API: how to set right mime type when upload document content
Hi all, using cws API, and then docman and content services, how can you pass the mime type of a document when loading its content? When you fill the FileAtts structure with the full filename (also with the extension part), then CS set the mime type using the extension if it is known, but if the filename does not contain…