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.
-
Open Text Rest API Creating Document not working with Dot Net Client
Hi , I am trying to use Rest API using asp.net C#. I am able to Create a token. But when i am trying to Create a Document, I am not getting any response. The application is getting timed out. Please find the code used below: string getcreateurl = "http://localhost/otcs/cs.exe/api/v1/nodes?"; RestClient client = new…
-
Creating an App (type=feature)
Hello, is there a way to create an app similar to the Favorites / PersonalWS / EnterpriseWS. I would like to create an app that shows a subset of items out of content server on which the user can browse further with exactly the same functionality (UI) as the existing Everywhere apps. This way the UI display will remain…
-
Web Service calling an action on a folder
Ok I can start a process (blank form action) just fine using web services. But I now want to access an action on an existing folder and that looks to be a little trickier, does anyone have a sample accessing a specific action for a folder? I see all kinds of response objects and action objects that were exposed through the…
-
Visual Studio version
Guys! Have anybody tried to connect Visual Studio 2012 or higher for debugging Metastorm 9.1.2? If it was successfull, please share you experience to everybody - how to achieve this?
-
Flags - How to get the FolderId
Hi, We use Assure and would like to know how to get the FolderId of a process we raised via a ticket from the Service Center, I can see that they do somehow on the submit action but cannot seem to see how I can get that into a variable I need. Any assistance on this would be fantastic. Kind Regards, Jacques
-
Content server REST API - filter files by date
Hi , Please can you suggest the way to list only files which are modified after specified date in the Content Server REST API . I tried Filters concept as given in below link. https://developer.opentext.com/webaccess/#url=/awd/resources/articles/868/opentext+restful+api+standard&tab=501 which is working for String/Numeric…
-
Front-end libraries / frameworks for mobile AppWorks
Has anyone has any experience using JavaScript / CSS frameworks or libraries in developing AppWorks applications? I'm not so much concerned with Cordova-like access to native device features, but am curious about: * jQuery / jQuery Mobile (I think I saw that use of jQM is deprecated?) * Zepto * Bootstrap * backbone.js The…
-
Newbie--Error Creating Base Entry
I'm a LAPI Java user converting to appworks due to LAPI being discontinued. After installing Gateway on Apache, can't get past "Choose Your Database" in the Gateway setup using the Embedded Derby database. I keep getting "Error Creating Base Entry" in the "OtdsDeploy Started" section. Any help will be appreciated.
-
Workflows and REST API
Hello, is initiating content server workflows supported using REST API's? If not, what are the alternatives when using Content Server 10.5.1? Thanks and appreciate your response. * Pradeep
-
Content Server 10.5 REST API
I am working with a client on an upgrade project. This is on a Windows 2008 R2 Platform using SQL Server 2012 SP1 with Content Server 10.5. We ran a minor test of the API and get a 500 error from the web server. The url was: http://server_name/OTCS5/cs.exe/api/v1 , where the server_name is the load balancer url. We tried…
-
Establishing Connection between Appworks and LDAP
When trying to connect to our ldap server at port 389, I get the 'Http status 500 - Internal Server Error' message. I did a netstat -an to see what port 389 was doing on the appworks server and it appears that it is 'established' to another port on the same computer. The port reads in the high numbers like 49457. I looked…
-
ECM Everywhere Document Viewing
Hi guys, Quick question: How does Everywhere App shows document (e.g. doc, xls). Where is the documented rendered (to what format?). Is that all built-in within the app or ..? Does it matter what I have installed on my iPhone (what 3rd party document applications) If I want to view dwg file through Everywhere App, what do…
-
Deleting a Document via REST
Hi, I'm trying to delete a document using the REST API for Content Server, but I get an Authentication Required error, but if I change my request method to GET from DELETE I do not get the error and the node details are returned. Any ideas what can be wrong? Thanks, Eben
-
Release date for Item Menu widget et al
Hi, Can you give an update on the release of the 'Add Item Menu Widget'/'Create Object (Form) Widget' et al that was spoken of in the webinar last month. The patches and downloads don't appear to have been updated. Thanks, Anthony
-
AppWorks Gateway v1.1.5 - Installation Issues
Access is denied to extract Appworks gateway v1.1.5 in Tomcat folder. Please provide suggestion to resolve the issue
-
Is OTDS requirement for Appworks installation?
Newbie question here... Is OTDS a requirement for AppWorks? Is it necessary if I am using Tempo Box or Everywhere? Can I use our already existing AD or LDAP server? Thanks. * Pradeep
-
When attempting to enter the CS URL using llisapi.dll link the test fails?
Tried the link using the cgi and it works. Tried login in with browser from same server using llisapi.dll and that also worked. Note: Using External OTDS not that it matters.
-
Can we increase the Tempo logging level?
We have an issue whereby External users do not get sent a "welcome" email when added to a Share for the first time. The user is added to OTDS and receives notification for any subsequent shares they are added to. It is the initial "welcome" email only that we have issues with. The gateway log does not really tell us much…
-
Question on how to specify REST API URL
Hello: I am trying to use this and in the Content Server REST API - Quick Start Guide, it says: Each REST call is a URL, in the format: http(s)://<machine name>/<CS service name>/<CS CGI>/api/v1/<resource name>The examples in this document will be a relative path to the Content Server CGI. Values in angle brackets (<>) are…
-
How to list the documents in Collection using Content server REST API
Hi, I am trying use the content server API to list the documents available in the given Collection. I tried using api : api/v1/nodes//nodes , to list the documents/children in the given Collection id. But its throwing "error": "Could not process object, invalid action 'browse'". where as its working for Folders. So is…