-
Error when try to display content with FolderBrowserWidget
We are trying to display a folder of the content server with the widget: FolderBrowserWidget, but we are getting an error: Error: The browser refused to make the server call. Check that the server is accessible and that the CORS is enabled for this application. The console and network panels from the browser debugging…
-
What's wrong with this REST API POST member call?
I'm trying to create a member through the CS REST API call and all I'm getting back are "Bad Request" responses. I know the ticket is good. I've tried using ...api/v2/... , different group_ids, different Content-Types. What am I missing? Thanks for any help. I'm sending: POST…
-
Random Document ID number not wanted using eScan
Hello, I'm wondering if there is an extension or feature that would allow us to control the random document ID generated using eScan? We'd like it to be sequential in order to support a manual offsite document storage and retrieval process. Are the document ID's accessible, modifiable or configurable in any way? Many…
-
Full document path displayed on document upload...
When posting/uploading a document to Content Server using REST API, we've noticed that under the properties on the version tab the uploaded file contain the full path of the original document location as a 'File Name' (i.e. C:\Users\UserName\Desktop\SomeFolder\NameofDoc.docx ) instead of the name, only. It's worth…
-
Unencrypted Database Password in Appworks 1.2.1 ?
Hello, I am wondering why the database Password in the config file %Appworks_Tomcat%\conf\opentext.properties is unencrypted and if this something that can be changed. Regards, Simon lange
-
Change the text when you hover over the Submit button (default check ) at the bottom of forms
We would like to change the verbiage to say 'Save' instead of Submit when you hover over the check mark at the bottom of forms. I found the CSS code in the CombinedCSSs.css file but it only references the gif files when you hover over to change color. How can you change the verbiage that pops up to say 'Save'? Any help…
-
Appworks CS Demo Aapp
Hi, I installed de CSDemoApp on the Gateway 1.2.1. The app show up in Tempo client on iOS (altough i cant get it to work) Anybody knows why it would not show up if using Appworks Gateway client (1.1.7) instead of Tempo ? thanks
-
Add a categorie with attributes
I know the function "/nodes/{id}/categories" to add a categorie. But, how can I add a categorie to an object AND set some attributes at the same time? I'm asking this because I'm trying to add a categorie that contains required fileds. There is no "attribute_key" that can be passed as parameter like in an update Ex:…
-
Build a simple APP which can open TempoBox-AppWorks site with the UserName and Password
Hello, I am trying to create a simple app which will ask user to provide userID and Password and the app will then pass on the credentials to open up TempoBox-AppWorks. This will help me to discriminate between internal and external users and based on the type of users I will allow/not allow TempoBox-AppWorks Site. I have…