-
CS FolderBrowseWidget
Hi, How can you suppress (or control) all the Attributes that appear as default in the FolderBrowserWidget? /Jacob
-
Rightfax events not firing
Hello, I am currently trying to improve a custom service using the RightFax com api library. I followed some guides such as http://rightfaxapi.com/wp-content/uploads/2013/03/IntegratingRightFax_Student-Guide.pdf and http://rightfaxapi.com/wp-content/uploads/2013/03/OpenText_RightFax_10.5_COM-Reference_Guide.pdf but I can't…
-
Content Server UI Widgets
Hi, I have a question regarding TargetPickerDialogWidget. I'd like to provide a possibility to select multiple objects and then collect them for further actions. Here is the code so far var picker = new csui.widget.TargetPickerDialogWidget({placeholder: "#picker",connector: connector,selectRows: "multiple",done: function(…
-
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…
-
How to retrieve deleted nodes via REST API
In Content Server 10 and Content Server 10.5 we can fetch a node via the REST API even if the document has been deleted. This is because it resides in the undelete workspace. In Content Server 16, there is no longer a undelete workspace. From what I understand, the node is marked by a flag as being deleted. When requesting…
-
Impersonate Token from CWS does not work with CS REST API
Hi, We are producing CS Tokens for end users by using Content Server WebServices (CWS). We are connecting with a sysadmin account and retrieve a token for an end user (non admin account). With this impersonated token we can work with Content Server WebServices without any problem. Now we would try to run some calls via…
-
Reading/writing to a lookup table in CWS
Is it possible to read and update entries in a user-defined lookup table (a lookup for a category attribute) using the Content Server Web Service API?
-
Not able to Authenticate to REST API
I am new to the CS REST API. I've got a local file that can authenticate to the CS REST APIs just fine, but when I try to run through an IIS server using Integrated Windows Authentication and ASP.NET Impersonation, I'm unable to generate the OTCSTICKET. Using Fiddler, I see that I'm getting a 401 error. Our CS environment…
-
Issues updating node's property with ReSTful API
Hi All, I'm trying to update property (attribute) of a particular category with below ReST API. This is working fine when tested with Postman client. However, the same is not working when trying with Apache HttpClient (in Java). The issue is its returning 200 as response but property isn't getting updated in CS (v10.5).…
-
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?