Process Automation (AppWorks)
Process Automation (AppWorks Platform) enables users to design, build, test, deploy, and monitor business applications. It provides low-code development capabilities that enable users to quickly model business objects using a compositional approach to application development instead of a traditional way of programming functionality.
-
Case360 - Casefolder
I have a situation in which when there is a Casefolder I'm not able to return to the home screen. The only way to access the home is opening a new IE tab. I wonder if there is any java code to implement a workaround solution. Best regards, Luis. If you need screen shots to show what's happening share with me your email.
-
Disable the appworks gateway
Hi there, For another project, we had to install the latest OTDS and OTDS Web Admin client patch, which has apparently disabled both the Web Admin client for OTDS, and the OTAG, due to both being installed on the same instance of Tomcat. How can I disable / uninstall the appworks gateway in order to resolve this issue?…
-
Punlish documents to LiveLink using SOAP
Hi All, We are trying to publish the documents to Livelink using SOAP webservice. The WSDL from Livelink has several Operations linked to it. We are using CreateDocument operation for publishing the document. Can anyone please provide any sample code for the same. Thanks in advance. Regards, Samyak Jain
-
View office douments as web pages
Is it possible to use the web service , rest api or appworks to view office documents as web page. I.e does the sdk give access to the content server document filter ?
-
Rest Api to get a Content Server Node id based on path
Is there a Rest API, to get Content Server Node id based on path. E.g.: if there is a folder “/enterprise/Sales/Customers” in Content Server, I want to get the Node Id for the same using Rest API, once I get the Node Id, we will be adding files and Categories.
-
How can I add a new document to Content Server 10.5 using the REST api?
How can I add a new document to Content Server 10.5 using the REST api? I am following the Swagger docs for creating a node, but it is not clear how I attach the file to the request. Here is (roughly) the code I am using: var folderId = 2000;var docName = "test";var uri =…
-
Get file contents from attachment clip
Is there any way to get a file's contents from an attachment clip? Basically, I want to upload an XML folder with some data in it, open the file in code, perform validations on the file's contents, and throw a flag to kick off a new folder based on the validation result. I couldn't see any way to do this with the…
-
OTAG Server URL Security
We are using ECM Everywhere through the Appoworks Gateway and the OTAG Server URL, for example https://company.site.com is what the users use through the mobile client ...what is the expected behavior of this URL when accessed from an external network in the browser? I want to evaluate this URL for security reasons and…
-
CS UI - getting Started - 404 error
I am conducting a proof of concept for Open Text Content Server UI widgets. Here are the steps I performed 1. Created a Vanilla Sandbox with 2015-06 cumulative patch 2. Installed CSUI 10.0.1 3. Created an html page ( attached) with the sample code provided in documentation I am getting a 404 error. I am hoping you can help…
-
Compound Documents in ECM Everywhere
Is there a way to make it so compound documents show up in the correct order within ECM Everywhere? Currently, the documents are being sorted by name in ECM Everywhere and not by the compound document's ordering.
-
Enabling & troubleshooting the RM Rest API for CS 10.5
I want to add a cross reference between two items using the Content Server Rest API. I've found this link, but when I try this url http://localhost/otcs/llisapi.dll/api/v1/xrefs/ I just get a session expired - I don't think it is the OTCSTicket at fault, because I can use the same ticket in a susequent call successfully.…
-
Copy folder using REST API
how to copy folder/document using REST api?
-
OTDS -> Content Server Automated testing using 3rd party
Hello, I'm trying to build an automated test script (using Visual Studio / .NET) and I'm having some trouble authenticating (capturing and passing the OTDS ticket) to Content Server. I currently call otds:8080/otdsws/login and capture the OTDSTicket from the Set-Cookie response. I then pass the OTDSTicket as (the only)…
-
Code for uploading set of documents to livelink using webservices/REST API
Hi There, am trying to find code which can perform uploading documents to LiveLink using REST API or Webservices. Kindly provide me ful sample code. am very new to this. Thanks in advance
-
What is Content Server Forms API used for?
The Content Server API has a forms API defined for so-called Alpacea forms. It looks like this API, just like the nodes API allows for the creation and update of Content Server objects. Some questions: 1) When would one use forms instead of nodes, 2) is there an API for accessing Content Server forms (i.e. WebForms), and…
-
LiveLink user permission for a given document
Hello all, For a search application we want to present a document as download when the user has LiveLink access (READ or higher permission). The question is for retrieving permission for a specific user on a document. Is there a LAPI method which I can use? Furthermore I have database access and was trying to find the…
-
REST API How does /nodes/{id}/actions work?
Could someone give me examples of how 'actions' work in the REST API? For example, if I need to download a file, is the action '/otcs/cs.exe?func=ll&objId=101197&objAction=download' supposed to give me the url that I need to make the call for a download?
-
Tempo Box 10.5 Compatibility
Is Tempo Box 10.5 compatible with Content Server 10.0?
-
OTDS RestAPI with Windows Authentication
We are using CS with OTDS that contains the Windows AD users. When accessing CS no login in necessary because of the windows integrated authentication. Can I authenticate in a similar way with OTDS though the RestAPI to get a ticket for further use for the API? I have seen the POST /authentication/credentials method which…
-
Recurse through all children in a node - Get all documents from a parent folder and sub-folders
My folder structure has 1 parent folder, 4 sub-folders and documents inside each of the 4 sub-folders. I need to get all the documents inside the parent folder through the REST API. The problem is when I do a get 'api/v1/nodes//nodes' I only get the 4 sub-folders return in 'data' and not the documents within each of these.…