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.
-
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';…
-
Cordys java.util.MissingResourceException
We are trying to use a java file (EmailUtils.java) to read from a properties file. EmailUtils.java is located in the util folder, while the properties file is located in another directory. The properties directory is included in the Service Container classpath and in the bcp.classpath file. However we are still getting an…
-
What is the method in version 9.3 to replace the old (but good) Metastorm %Run() function
Hi All, What is the V9 method that replace the %Run() V5..V7 Metastorm function Thanks Pierre
-
Upload Large file Using C# and Rest API
Hi Folks, Has any one tried uploading large file to CS using REST API method. what is bet way of streaming file to CS. Do we need any configuration at IIS , CS?. I would like to use REST API if it can Support Large file Upload. Please share your thoughts. Thanks for your time, Cheers, K
-
Upload document and update multiple categories using C#.Net and Rest API
Has any one tried uploading document with multiple categories using C#.NET. Can any body help by scribbling syntax for passing multiple categories. if you have any sample Please forwarded to me. Cheers, Kumar