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.
-
New Tutorial - Configuring the AppWorks Gateway Proxy
Configuring the AppWorks Gateway Proxy In this tutorial is presented a walk-through configuration of the AppWorks Gateway Proxy. You will configure an AppWorks Gateway Proxy to expose a simple web page and a simple web-based remote REST service. In this tutorial the following features of the Proxy will be demonstrated…
-
Publishing rest services
Hi, we need to expose an API from appworks to integrate it with external systems. We prepared YAML files for our REST interfaces and the interface will look like this: /api/Customers - GET - Returns all customers /api/Customers/123 - GET - Returns a customer with ID 123 /api/Customers/123 - POST - Updates a customer Our…
-
HttpConnector - PATCH Group in OTDS
Hi. We are facing problems regarding calling the "Update Group" web service (PATCH) via the HttpConnector in AWP 16.7.2. We are able to calling the "Get Group" web service, so I guess the general customization of out HttpConnector is correct. GetGroup - which is working: UpdateGroup - which is not working: When calling…
-
Show custom Content building block property as a column in default view
I have added a property called DocumentType in Content building block and I have added this Content bb in the layout so we can upload documents. I have created a new form with name 'Create' in Content bb so users can select the DocumentType while uploading the documents. Is there a way to show the custom property (…
-
Entity System Tag to get the part of UserDN
Hi, I wanted to construct a userDN in a Rule but I don't see any system tag to get the below part as I don't want to hardcode this in the rule: cn=organizational users,o=MyCompany,cn=cordys,cn=aw202sand,o=company.com Currently my rule is like this: 'cn=' + item.Director.Properties.User_ID + 'cn=organizational…
-
The name .... does not exist in current context
How do I link the variables, buttons into the business objects after migration from Metastorm v7 to v9? The variables cannot be accessed even though they seem to be migrated into the Business Object. Will appreciate any suggestions. Thanks, Bic
-
AppWorks API documentation
This discussion was created from comments split from: OpenText AppWorks Developer website update!.
-
Execute SQL's from Java ( WS-AppServer) layer
Hi, I have created a Java model and created a webservices out of those methods. Now in one of the method, I want to run a SQL to get the data from custom tables to generate my output. I can create Get webservices from those custom tables and execute the webservice but in my case, there could be huge amount of data…
-
How to retrieve sent emails
Our client has decided to separate AppWorks and the DMS (Documentum), so we do not use the out-of-the-box document store connector. As a result the emails do not end up in the DMS. We still want to store the send emails in the DMS, but how? 1) Is there an event where we can catch the send emails? 2) can we find send emails…
-
Showing properties of entity in a grid
Hello, I created Entity in AppWorks, and added Content building block to that entity, If i want to include the content in a form, it's shown either as a grid or a repeating group, now i want this grid to show specific properties of the content entity. How can i implement that ?
-
Setting dynamic enumerated text property using webservice
Hello, I'm using an entity find webservice to retrieve the enum text property in another entity. Now I want to know how to do the mapping, i currently retrieve one value only given the mapping screen below:
-
My LDAP is not opening (Cordys BOP4 CU 20)
Hi, While starting Cordys Admin Repository server I am getting below error : The Cordys Monitor could not be started due to failure to access the LDAP server. Please ensure that the LDAP server is running. If so, the could be slow. Add the ' bus.ldaprequest.timeout= ' property in the wcp.properties file and specify the…
-
add application to organization
Hi, How do I add applications to an Organization? To be precise, I created a new organization and Workspace Document is missing from the list of applications.
-
Changing BusinessWorkspace Names via REST
HI guys, hopefully a simple question. I am doing some tests with the REST and i am able
to create a Business Workspace with all the necessary attributes. That worked.
Now I want to change the Name of the Business workspace via Rest. Does that work, I guess yes, but which call? To be more concrete: I created the BWS with…
-
Appwork Notification to IOS issue
i try to use Notification Test in Appwork Gateway to send the notification manually to my phone ( android & iphone ) i can send to Android properly but can not send to IOS , then i checked the logs and i got this so , can you suggest me for this case by the way the information for my phone is Iphone 11 Pro Max IOS Version…
-
Filter All Users List to a Certain Role
Dear All, I have create a relation for my Entity with The User Entity , is there a way to filter the list of the users while assigning the relation to only a certain users in a certain group ? i have used the "All users internal" list , and tried to user the following filter Roles.Properties.Name = "My Role Name" but it…
-
AppWorks Mobile app fails to connect on HTTPS port
Hi, Having installed and configuring AppWorks 16.5, I am running into an issue where the mobile app fails to connect with the following error: If I navigate to the URL in a browser it opens as expected, The sever.xml file is configured as outlined in the installation guide (using a self-signed certificate): <Connector…
-
Calling Content Server Webservices from AppWorks BPM - get token from current user context
Hello, I have xECM enabled and I now need to create folders, create shortcuts in Businessworkspaces from AppWorks. I can call Content Server methods in WSDL outside AppWorks but not sure how we can do that from AppWorks. I have added Content Server Auth & Docmgmt WSDLs into AppWorks. Is there a way to get the token for…
-
Scenario : Start a process in Appworks when a new document is deposited in content server
Scenario We have a
capture system that sends documents to app works and starts a process. It
covers most of the documents that are coming in. They are Scanned,
OCR’ed then classified and metadata added. Then they are pushed to a process that’s
steers the document to start the proper business process. Simply put a…
-
Push Notification for AppWorks
Hi there, I want to know if I can get the Push Notification for AppWorks App? I can now get the notifications in 'Activity' tab from top right side menu, but I have a requirement of getting this notification in Notification tray of device (Android or iOS) even if the AppWorks app is not running. Can anyone help me with…