-
ECM Everywhere - Could not browse folder
Hi All, I have done the installation of OpenText ECM Everywhere referring the OpenText ECM Everywhere 10.5.20 - Installation and Administration Guide.Prior to this i had OpenText Tempo Box 10.5 and Content Server 10.5 already in place. Then after installing the client on blue stack and creating the profile,i successfully…
-
Open Text Widgets Not Loading in IE 11
Hello! I originally created a ticket for this, but was referred to the forum instead. So, here I am! My colleagues and I are unable to load Open Text widgets via IE 11. They do however, work in Firefox and Chrome. The widgets being used are the Open Text module widgets and the function we want is to integrate SAP WDA into…
-
Can the Memo field properties be altered on Enter and On Exit to allow the user to visually see more
Is it possible to change the size of a memo field (size on the screen/form) so when the user enters the field it increases the width of the field to show more rows as they type and when then exit the field it decreases it to it's original size. I am trying to make this so I don't have say 3 fields in a row and the last…
-
Can notification be set on a folder through the REST API
I want to create a folder and be notified when someone uploads a file to it. I've got the folder creation call working. But how would I set the notification feature?
-
Getting otdsticket from OTAG application
Hello, How can I get access to the otdsticket from a mobile app in OTAG? or, alternatively, how can I get it using the otag-server-common.jar library in my tomcat/lib directory? I don't want to provide credentials for it, I would like to use the otagtoken instead. Thank you for your help.
-
Can I View File on my device (Android, iOS)?
Hello! I have some problem. So, I developed simple application for AppWorks. Application can download file (pdf, doc, docx and etc) form Content Server 10.0 on my device. Then I can view file in my device without internet. For view file I use this code: function doOpen(url, target, params, numExpectedRedirects)…
-
Has the REST API been vetted?
Has the REST API gone under and passed any kind of security certifications?
-
CS10.5 Rest API Errors
Hello, I am working on creating AWG application using Java and CS10.5 REST api. I am new to REST API. While authenticating CS10.5 User from Java code using REST API I am getting error. So I wanted to check Rest API methods input and their response. SO I used Postman REST Client in chrome. While trying Rest APi…
-
Successful login and browse, but receiving 401 on folder create attempt - Unauthorized: Access is de
I'm able to log in and browse a folder, but when I try to create folder in the folder I just browsed, I get a 401-Unauthorized response: Access is denied due to invalid credentials. I tried while logged in as myself with all Access writes checked and applied to "This Item & Sub-Items". I've also tried as user with the same…
-
How do you upload a document with a REST API call?
Assuming it's possible, is there an example of uploading a file using a REST API call? The closest I've found is the DEMO, but that is using Apache Cordova to build a mobile app. I would image using an AJAX call to /api/v1/nodes with a method of POST and a content-type of "multipart/form-data". But what parameter holds the…