-
Webforms in Appworks
Hi All, I am trying to develop a OT webform for the mobile users. The already exists in the CS. Is there a way I can use the existing form using iframe or div rather than developing the app for it. In case I need to develop an app, what should be the approach? Thanks
-
Create Document via REST
How to create a document in CS10 using REST API..? Can someone share a sample code. Thanks..
-
Distributing LiveLink globally or in cloud
We are looking to distribute our documents globally, perhaps via a cloud infrastructure. Has anyone done this successfully (I know about the products that do this already)? We are hoping to replicate data and files to overseas from our US offices in TX. Can an ESB be used to handle this? If cloud-based we would need the…
-
UI Widgets
Hi, I'm playing around with UI widgets that I found at KC. In general I get the working but sometimes I receive error: I'm running the following code: <script src="http://83.142.96.202/imgcsd2/csui/csui.js"></script> csui.onReady(function () { new csui.FolderBrowserWidget({ placeholder: "#browser", connection: { url:…
-
Content Server 10.0.0 SP2 U2014-03
Hi, Is there literature available, documenting the changes to the resources available through the REST api in 10.0.0 from Update 13 >> Update 2014-03?
-
Content Server REST APis Cross-Domain AJAX
Hi, I am experiencing problems trying to consume CS REST Apis from a different domain. I think the problem depends on the fact that whenever I try to send an auth request, the browser (correctly) sends a Cors OPTIONS request without parameters. As I see in the Builder, the REST APis code has been designed to handle…
-
How long time does it take to store a document using API - Performance reference numbers
Hi! We have a job importing documents (PDF/TIF) using web services. Storing one document requires one call to CreateDocumentContext (3 - 4 attributes), then doing a call to UploadContent (avg. document size 750 kb). Our average processing time for one document is 335 ms. We actually don't know if this is good or bad, any…
-
REST API and Content Server
Hi, Trying to execute a simple example in Content Server 10 (Update 13). See attached. Authentication part seems to work, at least I get a ticket returned, but listing node doesn't work - I get some kind of authorization error in return
-
Webservices java - reserve Document with impersonated User
Hello I'm trying to reserve a document via the webservices API. As log as I do this with the Adminuser or an impersonated user with admin priviledges everything works fine. As soon as I impersonate with a normal user the document can't be reserved. Via the GUI its no problem, so it shouldn't be a permission failure. Any…
-
Folder level Permissions for Content Server
Hi, is there any way to learn permissions for a "Folder" for a particular user using CORE CS REST API Thanks and regards, Dushyanth Vihari K