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.
-
Integrate xECM Records Management Classification in AppWorks
Hi experts, My colleagues are working on enhancements to an existing process, where process users want to able to select a records management classification (from xECM) when setting up process instance. This RM classification would then be used in turn in the corresponding xECM workspace. Any ideas? I could suggest that…
-
Scheduled notification user preferences in 23.2 error
Could it be the new scheduled notification user preferences in AppWorks 23.2 will only work with an OAuth enabled e-mail service container? When I open the user preferences in runtime, I directly see an error in the Application_Server.xml logging of the platform: The [ GetOAuthConfig ] method is not supported for the given…
-
Is there a way to 'complete' a task in a lifecycle, programmatically?
Hi there - Thanks to everyone who has engaged with my forum posts, it is appreciated. I have one last question as I wrap up an approval workflow for our accounting team. Is there a way to programmatically 'complete' a task in a lifecycle? The only option I'm able to progress a task forward is by clicking 'complete'…
-
Content Server 16.2 REST API Workflow
Greetings- Does anyone know if the latest REST api supports updating workflow process data? Similar to the UpdateProcessData method in CWS. Been reviewing the api reference but nothing jumped out at me. Thanks!
-
Array of Email addresses in Email Template To: field
Hello, I'm having issues trying to get an array of email addresses to work in the Email Template To: field. I'm using Appworks 23.4 version. This was working in AppWorks 22.4. In the documentation, it details how you can use toString() to delimit values in an array. For instance:…
-
REST Gateway not compatible with Java 17 (Appworks 24.1)
Hello, We are upgrading our instances from Appworks 20.2 to 24.1 version. We are facing issue with REST APIs which are generated using REST Gateway component. Does OT updated REST Gateway CAP for Java 17 compatibility ? I couldn't find any information in OT support site. Let us know if you have any information regarding…
-
Why SearchHumanTasks method is not retrieving all user tasks in 24.1 version ?
We have recently upgraded from Appworks 20.2 to Appworks 24.1 version. After upgrading we found out that SearchHumanTasks input structure has been changed. When we execute the task with required input, it only returns tasks assigned to roles and tasks assigned to current user. It is not returning tasks across all users.…
-
OTDS uninstallation error
I have an OTDS which was installed and not configured. Later with out uninstalling the OTDS, i modified the JAVA, which was fixed by modifying the registry entry. But in between i accidentally formatted the drive where OTDS was installed. Now am unable to uninstall the OTDS as the installer is throwing Fatal error or…
-
Magellan BI and Reporting
I am having issues with my reports displaying on AppWorks. On the Dev and QA environments, the platform service keeps shutting down. In production, the dashboard would show but the report would say "The file type is not supported". Usually when that happens, I stop and restart the cluster in the System Console and it all…
-
OTDS Authentication with Cognito token
I`m having problems authenticating AWS Cognito users, I need to do operations in the repository with their credentials, and I cant find a way to create a IDFSESSION, I can take their credentials, authenticate then against aws and get an access token, but I can`t find an example to take that token, and pass it to DFCs, DFSs…
-
OpenText AppWorks 16.6 / Any Version Forgot Password.
We have raised a ticket with OpenText to enable Forgot Password. And their technical team clearly says it is impossible without using OpenText OTDS. And we are using only OpenText AppWorks 16.6. Here is the good news for the AppWorks Community, We have found the solution. We have developed the Forgot Password module only…
-
Monitor not starting
Getting below error in CMC file. <log4j:event logger="com.eibus.transport.socket.TransportProvider" timestamp="1718344867071" level="ERROR" thread="ConnectionKiller subscriber_1718344847047"> <![CDATA[Unexpected exception.]]></log4j:message> log4j:MDC<![CDATA></log4j:MDC> <![CDATA[java.lang.IllegalStateException:…
-
Location of the "bus.xml.vm.maxsize" setting for "OutOfVirtualMemoryError in NOM" error
Hi, I finally get the error we all get in life once: "OutOfVirtualMemoryError in NOM"; For me during CAP deployment (of the "Contract Center" solution in version 24.2) I know this has to do with "bus.xml.vm.maxsize", but what is the order of picking up this setting as I can set it at 4 places (and I can't get the finger…
-
Appworks Platform: How do I use the Assignment Building Block
I'm trying to assign entities to users, who will "own them". I am using the Assignment Building Block. I can make it work by using a property to store the user name and typing it manually upon creation. But I want to be able to select a user from a dropdown list. I have tried changing my property to be an enumerated text,…
-
Update Documentum document type metadata with entity metadata values
Recently, we have realised is not possible add a document or file (Content building block and DCTM as repository) with any entity metadata values filled automatically. Updating DCTM metadata with appworks value is possible by customizing? do we need a custom solution (development)? Do you know any idea to solve this lack…
-
Exposing AppWorks entity forms online to non-AppWorks users
Hi all, We have a scenario that uses AppWorks to process manage customer requests (by internal users), with these requests coming via an integration with a web portal: Internal Users <——> Appworks <——> Web Portal <——> End Users The web portal is already implemented in an external non-OpenText technology and exposes it's…
-
Can we sync OTDS with third party AD application
can any one please provide the details about how to sync the 3rd party AD application into OTDS, so that the users and groups can create through third party AD application.
-
Can we sync OTDS with third party cloud AD application like RADIUS ?
Can we configure OTDS with any third party authentication application like RADIUS or TACACS+ ? I do not want my OTDS to directly sync with AD, I want to use RADIUS protocol which will use RADIUS client, or network access server (NAS). It performs some of the same functions as a Lightweight Directory Access Protocol (LDAP),…
-
Using OTDS Impersonation REST API
Hi I am developing a solution where I need to Impersonate users in eDOCS. eDOCS is set up as a Resource in OTDS. I tried the API call "/authentication/ticketforuser" and I got a ticket for a specific user. When I try to use that ticket as "X-DM-DTS" in the header when calling eDOCS REST API I…
-
Close modal dialog after button click
Hi. We have to create an autosave form with a custom "OK" and "Cancel" button (Hide the header and the footer of the Rule dialog box). There are several reasons why we have to do it this way. :( Is there a functionality how we can close the modal dialog after we've clicked one of the mentioned buttons?? My idea was to use…