AppWorks
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 a functionality.
-
How to copy Classifications tree from OTCS Sandbox to Non Production
Can anyone let me know, how to copy Classifications tree/classifications from OTCS Sandbox to Non Production environment ?
-
Identity Management integration with AppWorks using OpenID
Is it possible to integrate AppWorks with Identity management system which will use OpenID connect protocol to send the tokens instead of SAML2.0 tokens? If yes, please suggest possible options available.
-
How to add a group along with group permission (on a node) using OTCS REST API?
Hi, I would like to create a new group and add it to a node (Business Workspace in our case), along with permissions ('See' and 'See Contents') using OTCS REST API. Please suggest how I can achieve this. Should I be using multiple REST APIs - 1.For creating a group 2.For assigning that group with permissions on a certain…
-
Postman REST Client Chrome Extension used for Content Server API
Just would like to share my experience using Postman which is I found it very easy to use especially as it has the upload file function, not much but hopefully it will be a help. Postman Chrome Extension can be downloaded from here Authentication: Get Document: Create Document: Delete Document: Update Document:
-
Filter a result list panel
Hi, I have a 'Project' entity with a 'toMany' relation to 'Task' entity. The 'Project' has a layout with a result list panel to show the result of the 'All tasks' BB. Now, I would like to filter the list of tasks in the result panel to show only the related tasks selected for the current project. I tried several options,…
-
Invalid column name 'ID' after upgrade to 16.5.0
I am trying to upgrade my AppWorks-gateway from version 16.2.1 to 16.5.0 however this fails. I can upgrade to 16.4.0 without problems, but when I upgrade to 16.5.0 (either directly from 16.2.1 or in 2-steps via 16.4.0) the AppWork-gateway wont's start. The gateway.log shows an error: 2019-04-12…
-
package neither deployed nor found appworks
Unable to deploy the CAP file to higher environments. Did raised a support ticket week before. I haven't heard any proper response. If anyone used third-party Jars in your dev, please recommend a way to package them. We created a custom Java code that has external jars dependencies and consuming the Java classes from BPM.…
-
Error parsing metadata XML for Identity Provider (IdP) Name test
Hi Team, We are getting issue on OTDS SAML login with warning message in otds logs. Since we are not able to find out what certificate expired at java or tomcat level. We already renew all tomcat and cacerts. IDP file has been uploaded on 19 August 2022 with no issue during that time. Can someone also faced this issue and…
-
I want to start learning Open Text ECM development. Can anyone lead me to start.
I want to start learning Open Text ECM development. Can anyone lead me to start. For eg. 1. From where to start (Basic to Advance) 2. Development start 3. Useful links Please help. Thanks & Regards, Tridib Mandal
-
System and Organization Administrators
Hello, We pushed roles from Security Administration/OTDS Resources and it removed all administrators from an organization. We set them up administrators in Organization Manager in System. We are on version 16.7.x Is this the correct place to set up administrator for an organization? What about systemAdmin? Where do you set…
-
OpenText AppWorks Developer website update!
At OpenText, we place the highest priority on providing the resources and access to experts in order to deliver exceptional value to our customers and partners. What is happening: The AppWorks Developer site (https://appworksdeveloper.opentext.com/) experience and resources are being moved to our Support and Developer…
-
CS Mobile Logs In but has blank pages and throws errors (Using AppWorks Gateway)
Hello everyone, for a POC we wanted to configure the Content Server Mobile App, for this we had one Azure VM with OTCS 21.4 and OTDS 21.3 on Tomcat 9, and another Azure VM with Tomcat 9 & AppWorks Gateway 22.1 (Both on Windows Server 2019, Non-SSL Environment). I followed thoroughly the official AWG Documentation on…
-
OTDS REST API - Creating users - getting an error
Hi hope you can help. I need to build a service which will bulk create users in a non-sync partition in OTDS (10.5). So, in the first instance, I am trying to create a user through the REST API examples via http://:8080/otdsws/api/?rest and also via http://:8080/otdsws/api/?v1 In either case, I try the following example…
-
Difference between Process Suite and AppWorks
Hi Team, Can someone help me in understanding the difference between Process Suite and AppWorks Workflow models. Is there any support available for Process Suite now ?
-
Any specific replacement for Metastorm BPM
Does open-text provide any suggestion on which workflow can help replace the Metastorm BPM as its now End of Life. Will Appworks can be considered.
-
Updating French metadata using Content Server REST API
Hello, We are using PUT /v1/nodes/{id} to with the command body : { "name":"New Name", "description":"New Description" } to change a name and description of objects programmatically as part of our business utility application. Can I use the same API with a different command to modify French title and description? It is…
-
call a appworks(cordys) web services using react js framework
Hi All, we are building a new UI using a React JS library, I need to know how I can call cordys web services from UI and get the response. Thanks,
-
HomePage / Layout URL
How can we get the custom URL for the specific homepage or layout
-
Attachement size in AppWorks
We are using AppWorks 20.3. There is attachment size (10 MB) limit while sending emails. Can someone please let us know if this was fixed in later versions?
-
Reuse of existing Entities
I would like to reuse a part of a entity of an existing Project A in new Project B. Is there any way to change the Project name of Project A to Project B and use the entities in Project B without affecting the original Project A? I had tried but failed. *I'm using SVN. On SVN. 1. Create new folder. 2. Copy Project A folder…