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.
-
Push Notifications - popup when AppWorks is not open?
Is there a way to make AppWorks notifications work like traditional push notifications work on iOS? The notifications I'm sending to the clients are working (they appear in the Notifications area, and in the top-right red box), but there is no pop-up and they do not notify you unless the AppWorks application is open. Is…
-
How to get role tasks of the current user in API
Hello, Is there a way to get role tasks of the current user in api ? and how ? given user id.
-
The deployment for 'OpenText Inbox Task Management' has failed during installation of Appworks.
<log4j:event logger="com.cordys.cap.applicationconnector.CAPMethod$CapLogger" timestamp="1590923447193" time="2020-05-31T16:40:47.193+05:30" level="ERROR" thread="socket:\\cravikipf0y09y7:13590/Worker-0"> <log4j:message><![CDATA[The deployment for 'OpenText Inbox Task Management' has failed.]]></log4j:message>…
-
web content localization
Hello, I'm localizing an html5 page, but i got the following error in the browser log: aureliaBundle.js:23 GET /home/dev/app/start/web/localizations/en/translation.json 404 code for translation: $.cordys.translation.getBundle("lang").done(function(mBundle) { //alert('translated'); mBundle.translate("th",function() { var…
-
Upload Document (Method Set Entity File Services) doesn't appear in process webservices
I wanted to set entity file within a process, when i insert the webservice into automatic step, the UploadDocument does not appear in the list of available webservices. Please advise.
-
how to add reference to an entity webservice in another project ?
how to add reference to an entity webservice in another project ? I tried to import the project cap file but failed
-
Web Service Test Operation - Why default SOAP Request has no correct parameter tag name?
I tried many times to create an Web service based on Java Class Metadata with specifically defined parameters in Method Properties window. Checked XML Node for datatypes that are int(i4). However after Web service was successfully generated, saved, verified, and published to organization, when I try to run Web Service Test…
-
Proper way to rebuild AppWorks 20.2 docker containers
Hi I am currently using the AppWorks 20.2 release in a containerized environment (just docker running in a VM). I'm able to get the stack up just fine and everything is working however I am unclear on what to do when it comes to rebuilding the containers (for example if i changed my secrets, or adding a new CAP). The cloud…
-
Proper way to rebuild AppWorks 20.2 docker containers
Hi I am currently using the AppWorks 20.2 release in a containerized environment (just docker running in a VM). I'm able to get the stack up just fine and everything is working however I am unclear on what to do when it comes to rebuilding the containers (for example if i changed my secrets, or adding a new CAP). The cloud…
-
Proper way to rebuild AppWorks 20.2 docker containers
Hi I am currently using the AppWorks 20.2 release in a containerized environment (just docker running in a VM). I'm able to get the stack up just fine and everything is working however I am unclear on what to do when it comes to rebuilding the containers (for example if i changed my secrets, or adding a new CAP). The cloud…
-
Proper way to rebuild AppWorks 20.2 docker containers
Hi I am currently using the AppWorks 20.2 release in a containerized environment (just docker running in a VM). I'm able to get the stack up just fine and everything is working however I am unclear on what to do when it comes to rebuilding the containers (for example if i changed my secrets, or adding a new CAP). The cloud…
-
Where does output of WR Trigger go
[I tried posting this to WebReports forum but can't find it in list of categories] Hi, I'm experimenting with WR triggers. If I put a trigger on a folder tree for Category change events, where does the output go? I tried setting the destination to a node but have seen no evidence that the event is even triggered. it…
-
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…
-
Content Server Mobile - Disable the ability to send attachments
Hello- I have Content Server Mobile set up in our test environment and it's actually pretty slick! However, there a few things that I'm I'm wondering if they will be changed in future versions. Does anyone know any roadmap for CS Mobile? What's the best way to provide feedback to the product team? My company has a list of…
-
Load balanced Content Server Mobile setup
Hello- Does anyone know if the Appworks Gateway servers hosting Content Server Mobile can be set up in a load balanced configuration and if so if there are any settings that should be part of it (e.g. stick sessions)? We use F5 for load balancing. I'm assuming that it will work fine because OTAG and the CS Mobile app on…
-
Content Server Mobile - Stay signed in
Hello- Is there a way to keep Content Server Mobile signed in for a week or at least more than an hour? Right now when I test this it logs out each time the app does a light recycle. With iOS when an app is in the background for a short period of time (a few hours or so) it will recycle. I have configured the MDM Settings…
-
AppWorks Client is continuously loading
I've restarted everything, cleared cache, tried different browsers. Any advice? Possible causes and how to troubleshoot?
-
AppWorks 16.7 and TempoBox 16.1.0 / 16.1.2
I have been struggling to get above combination to work. Anyone ever got it work? Attached is the error, if anyone care to check what's wrong.
-
html5sdk: issue with read operation using model API
I'm using html5sdk to read array of objects from a model, however the array returns empty, anything i can modify in the code to get it working: var empModel = new $.cordys.model({ objectName: "App", fields:[ "identity","name", "crn", "consumption"], defaults: { namespace: "http://schemas/BASSEGASProject/App/operations",…
-
html5sdk: how to authenticate using OTDS
In the API reference guide, there's a sample code for authenticating using sso. Now, i'd like to authenticate using OTDS in html5sdk. Please advise. Thanks,