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.
-
Looking for the Swagger docs for Content Server REST API
The Content Server REST API - Quick Start Guide states that The only mention of Swagger, that I can find, is in a Knowledge Center document for OTMM, OpenText Media Management, not Content Server (OTCS), that states I've successfully logged in through a browser at http://<server>/livelink/llisapi.dll/ and also through an…
-
General Upload question - using Google Advanced REST client
Hi, I will probably need fiddler to get this one figured out, but has anyone who uses the Google Advanced REST client seen this behaviour with file uploads to the CS REST API? What is happening is it's failing with an error when it tries to set the file. WHy it is failing is because instead of getting multiple files,…
-
"Reserving" new REST API methods?
When developing OScript modules - in particular new subtypes, audit events etc - OpenText provided a registry for customers and vendors to effectively "reserve" ranges of IDs to mitigate developers competing/overlapping. What is the "practice" for REST APIs - specifically, if a Partner needed to develop a new method (for…
-
Is there any rest api to manage discussions?
Hi! I'm looking for the best way to manage discussions on content server. I'm developing a small application in Javascript/html5, and I've been able to show a list of folders and files and navigate through it's contents, but now our customer told us to view discussions, topics, replies and reply to those topics. So,…
-
Roadmap question: ReST Extension for Content Server Workflow
Hi, About a year ago, I started developing a ReST extension for workflows. I hadn't developed much beyond the prototype stage but what I did have give me a framework for accessing all components of a workflow and doing most major WF operations. I stopped developing it further when I found out that ReST extensions were on…
-
OTDS Authentication Service
Hi Everyone, I am trying to find the proper link to the OTDS Authentication Service. The example given here: https://knowledge.opentext.com/knowledge/cs.dll/fetch/-15106263/15106294/15106295/16376487/17990637/45500683/otds_C#.html , says the URL will be this: http://localhost:8080/ot-authws/Authentication?wsdl , but I…
-
Appworks Gateway : Unable to connect to Content Server 10 update 13
Hi there, I have setup the AppWorks Gateway successfully on a my personal laptop, and am now trying to connect it to Content Server 10 update 13. In the Settings page, I provided the Content Server URL as “http://localhost/OTCS10/livelink.exe” and clicked on the Test Content Server URL button, and the following message is…
-
Unicode in Tempo Box
Hello I develop application and name of application russian word "?????????" In TempoBox name application is ?????????‡?µ?????? Help me, What can i do to see name "?????????" in my Tempo Box
-
How to add 'Add', 'Copy', 'Move' etc to composite view of documents from CS
Hi, I've been tasked with quickly creating a view that looks like this: I've tried a couple of options using a demo.html file that does the onReady function etc. I don't seem to be able to get the buttons to show at all. I'm using a simple approach in the onReady function as follows: csui.onReady( function() { // Create…
-
How to reach Archived documents from web
Hello, We have SAP and used the OT Archive solution to store Archived Invoices from SAP to a Server. Question, now we want to call the server from a website and display that archived PDF Document. Question: how do I call the Server, and how do I point to the particular Document I am looking for? Thanks.
-
Can't publish from Tempo box
Logged into TempoBox as a content server user. Trying to publish a folder of files to Content Server. Clicked 'Browse Content Server', the Content Server window appears, clicking on an object with 'Select' next to it (a selectable item), .......and nothing happens. Can never select a location to publish it to. Don't think…
-
OTDS Rest API Log Out
Our application logs in users by obtaining an OTDS ticket (/authentication/credentials) and using that ticket to obtain a ticket for resources (/authentication/ticketforresource). Is there a way to revoke that ticket using OTDS Rest API to enforce a log out?
-
Performance of api/v1/nodes/102410/nodes poor
Hi, How are people finding the performance of the folder browse REST API call? For folders with 25 documents (the default limit) I am seeing times well above 2 seconds. Also, does anybody know how to limit what it returns. The fields parameter only works with top level variable names and not array members. So for example,…
-
AppWorks Integration with Opentext Capture Center
Can someone suggest me If I have to integrate the AppWorks with Opentext Capture Center what can be considered. I have to uplaod documents to Content Server after validating via OCC, Is it possible? can someone provide such scenaio or example .. how to move forwad in this regard… Any thoughts/pointers/ suggestion please..…
-
CS10 Workflow initiation by submitting form from Appworks mobile app
I am new to Appworks gateway. I need to create application using Mobile app where I have to integrate the AppWorks with Content Sever 10. I need to submit form from Mobile app to CS10 which (event based)triggers workflow initiation. Can you tell me it is possible to trigger workflow directly from mobile app form…
-
Deploying AppWorks in DMZ
Hi, What is needed to be dome for the AppWorks to be moved in the DMZ. I installed the application internally and connected it to the Content Server. I can log into OTAg as admin, with the Content Server credentials. I opened the port 2099 between the Apache server and Content server and moved it in DMZ. I couldn't log…
-
Integrating with Content Server
If I want to use the functionality "generation and automatic upload of documents with barcode" from outside of the Content Server, ¿What must I do for meet this goal?, ¿Is there any API or standard web service provided by OpenText for Extract Barcodes? Thanks in advance for your help. Regards,
-
Schema changes between 10.0 and 10.5
Does someone know of is there documentation that will list the schema changes between 10.0 and 10.5
-
Use of Services Layer not clear
Hello All, Understanding the appworks and trying to understand the Service Layer - conisder the app created for accesing the OTMM or OPentext content server objects, do we still need to create the Service Layer ? if yes, what the role of Service layer in that ? I believe that will be taken care by REST API available to…
-
Starting with REST API
I'm beginning to work with Content Server's REST API and am hitting an "Internal error" coming back from CS. CS 10.5 has been installed on top of a Win2008 R1 SP1 / IIS7.5 / Tomcat 7.0.42. I can log into CS from a browser, however if I use the following AJAX call: //var url = 'http://<server>/OTCS105/cs.exe/api/vi/auth';…