-
User Deletion in eRoom and Documentum
What is OpenText recommendations when it comes to deleting users from Documentum and eRoom? Is it recommended to delete users from the application directly or from the database? What are some of risks when deleting users from the database ? How are licenses counted for eRoom and Documentum users? Are inactive users counted?
-
Document URL in CMS
is the opentext document url guaranteed to never change? ie is it considered a permalink?
-
Integrating Core Intelligence with Core Content
I am working on PoC on checking feasibility of OOTB integration of core intelligence with core content. Can someone please share any leads/documentation you might have on this? We are looking to create interactive reports/dashboards without using extension app.
-
Retrieve documents from OpenText cloud Platform via REST API?
Is there any REST API from OpenText cloud platform to fetch employee document? which will return JSON Data { employee : "", filename : "", content: "" }
-
Retrieve documents from OpenText Content Management Platform via API
Basically, want to retrieve all the documents from OpenText Content Management Platform and import into ServiceNow Employee Document Management Platform specific to user. Ex.Want to retrieve documents associated with John Smith then after performing integration with OpenText and ServiceNow. Document should Attach to…
-
How to Create a Custom API in OpenText Content Server ?
I am working with OpenText Content Server and looking for a way to create a custom API to extend its functionality. I need to expose some custom endpoints to interact with Content Server data programmatically. Could anyone guide me on: The best approach to creating a custom API inside Content Server. Whether WebReports,…
-
How to write an OScript that hooks into the Create or AddVersion event
I will need to use content server SDK to create my customization. How to write an OScript that hooks into the Create or AddVersion event. The script checks the file name format using a regular expression. If the format is invalid, the script can block the upload and return an error message.
-
Core Content Services to fetch metadata from a SAP system
Hi Team, How can I leverage the thrust services and core content integration features to fetch the metadata from a SAP System? Thanks!
-
2909 Authentication Error
I have a valid Client Id and Secret and when I try to send a test fax request I get { "error_code": "2909", "error_message": "Authentication Error" } I am generating a token and using the sample request for a fax.
-
Date Validation
In the attached example the report contains two date parameters. The second date parameter must be less than the first. To implement this I added two report elements one table and one text element. I named both of them. The table element just contains data from the sample database. The text element contains a script that…