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.
-
error when login to Temp Box
during setting up Tempo box and login in the first Time to https://FQDN/content I have an error "Fehler bei Verbindungsaufbau mit Server" otsynconnector-log shows ERROR com.opentext.otag.sdk.client.v3.SettingsClient - Failed to retrieve setting…
-
Can Open on Grid in Form open a dialog instead of current window
Using a Grid in a Form to show relationship. Turned on the Open on Grid, but opens in current window. Is there a way to open in a Dialog window instead? Thank you.
-
MBPM 9.5 eclsample.war for Java
Has anyone been able to successfully log in using the eclsample.war application included in the 9.x.x SDK (JAVA)? The ECL Web Service is installed (IIS) during the process of installing MBPM 9.5.1. An instance of Tomcat is installed and the war file deployed in the tomcat container. The SAP scripts were installed and in…
-
CKeditor 4 and Loop Index plugin
Hello fellow AppWorks developers, We are using CKeditor in our AppWorks solutions. I have implemented the Loop Index plugin which allows track changes. However, the solution would work better if I could pass the username (userid) of the logged in user. CKeditor has a config.js where lots of options can be turned on. How…
-
Can an AppWorks application map attributes/metadata to a PDF/Word Template?
Hello! I am very new to AppWorks, and I'm trying to achieve a solution where we receive data from an external form, and I want to have PDF/Word templates with text fields, the solution needs to map the data from the online form to these text fields automatically and export the finished document. Afterwards, this document…
-
Content Server Mobile App with AppWorks
Hi Experts, We are facing one issue with our Content Server Mobile app wherein we get below issue intermittently in the localhost_access log file in Appworks server ( Tomcat 9.0.43 , openjdk 11) "GET /llisapi.dll/api/v1/serverInfo HTTP/1.1" 500 - and we see blank screen in the app. but if we try few time back and forth in…
-
Content Server Records Management Physical Objects 10.5.2 REST API functions
I'm looking for a reference for Content Server RM Physical Objects 10.5.2 REST API Functions, the release notes say this module has rest api capabilities but I can't find any information anywhere (I seem to have a hard time finding Content Server rest api information for different modules).
-
Main menu slide out
Is there a way to re-order the main menu items that slide out? Right now they are in alpha order.
-
AppWorks runtime Selenium testing
Hi my fellow AppWorks proponent, Currently I'm viewing the possibilities of Selenium webdriver testing for the AppWorks runtime pages. The biggest issue I see (also at others) is to find the correct elements based on css class/id. css-id's seemed to be generated/dynamic and the css-class's can't be set on a specific form…
-
Content server language package
Dear all, I am newbie with Opentext.I was wandering if there is some user interface for adding new language package for Content server witch does not already exist.I would like to implement a new one and am in need for an information if there an other way to translate whole Content server than by hand. Grateful in advance…
-
How to verify SMTP/Email is Working
We are looking for a quick way in AppWorks to verify that SMTP is set up and working. Other applications sometimes have a button on the SMTP configure page to send a test email. Since that does not seem to exist for AppWorks. How can we create something quickly? I am new AppWorks developer. Please provide as much details…
-
OTDS and Select Lists
We have an LDAP group that we are pointing to in a Select List in a Grid Relationship on a Form. The Select List matches almost identical to the users in the LDAP group, except one user who does not appear in the front end. OTDS view of this LDAP groups shows this one missing user accurately; User Manager also shows this…
-
Business Process Model in Waiting status aborts
We have a BPM that caches some tokens from integrated OpenText products. It retrieves new tokens every 30 minutes to assist with performance. The process in Process Instance Manager (PIM) is always in waiting status. The issue is when we have outages or monthly deployments, the process will abort because the endpoint is…
-
Conditional Expression on Delete in Entity Security Building Block not working
We have a Comment entity that is used to store comments from the user. We want to limit the ability to delete a comment based on who made the comment. If you are not the person who made the comment, you won't be able to delete. We have the comment form on a parent entity to the Comment entity, where users can submit their…
-
The requested permission 'Use Production' was denied for solution 'OpenTextEntityIdentityComponents'
Hi, experts I am deploying a App developed on AppWorks previouse version to AppWorks 16.5. Deployment is successed. But when a user tried to login, the app show a error even the user still logged in to the App. from the TommEE log file I saw the error message "The requested permission 'Use Production' was denied for…
-
How to send email to users in a role - Entity Modeling ?
Hi Folks, I want to send email in a rule using entity modeling email template feature. I have to send email to users who are in specific role. Is there any way I can do it easily and not use a customized bpm ? Thanks in advance.
-
Add a custom action button to default list view
Hello everyone, Is it possible to add custom action buttons in the default list view . Right now we have a filter button and export results button. Client's requirement demands an action button to be present , so that the list results can be filtered based on the action. I am aware of custom list view option, but I am…
-
How customize a grid control
Hello, I'm new to development with Appworks. The component "One to Many" (type Grid or Repeating Group) is not very sexy. I have an entity named "FILE" linked to another entity named "RISK". A file can consist of several risks. In the DEFAULT form of the file, I would simply like to display the list of risks present on a…
-
API Creating Business Workspaces with required metadata
I'm trying to create a business workspace with required metada but I don't know how to send these required metadata values. Searching the knowledge base I found that we can use /api/v2/businessworkspaces/ for that. I added all the keys that I need but in the template that I'm using I have 5 required fields. When I send the…
-
create business workspaces
Hey all, I try to find the documentation of to create a businessworkspaces with rest api. I know it has to be something like: "cs.exe/api/v2/businessworkspaces. could someone help me out?