Recent Posts in My Followed Categories
Switch the "Categories" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
How can i solve this error and whats the solution for this ?
function button1_Click(eventObject) { var xmlRequest = BusinessDataModel.getMethodRequest(); cordys.setNodeText(xmlRequest,".//*[local-name()='employeeid1']",employeeid1.getValue(),""); cordys.setNodeText(xmlRequest,".//*[local-name()='employeecode']",employeecode.getValue(),"");…
-
Is there any webservice to fetch only the active(enabled) users from LDAP based on the role
Is there any webservice to fetch the only enabled or active users from LDAP based on the role like GetUsersForRole webservice? Currently GetUsersForRole webservice is fetching the disabled users also.
-
Upload button functions in toolbar
i am trying to upload a file in the xform and i needed to add few chnages to the upload button in the script , so the thing is when ever i try to upload any files it didnt show any message and the in logs its showing upload1.setValue() is not a proper function , so can anyone help me with this for taking files into the…
-
Integrating Entity forms to Angular
Hi everyone, I’m integrating a “Create” entity form into a custom Angular application using an iframe, and I’m running into an issue with post-submit redirection. Setup:The AppWorks form is loaded inside an iframe in my Angular page. The form loads correctly and user input works as expected. On clicking the Create button,…
-
Impact change of property datatype
My customer is currently using Microsoft SQL server 2019 (RTM-CU32-GDR) database with OPA 25.1 HF17 and they are asking for guidance about the impact of changing a datatype. They have a web service building block on their entity and they experiencing an issue. They have an "ID" input parameter that is currently defined as…
-
Multiple E-mail connector in same organization
Hi, I need to send emails from two accounts with different host names in the same organization. Do I need to set up two email connectors in the same organization and be able to send emails by choosing the connector? Is it possible to change the SMTP server from BPM? Thank you very much.
-
Accessing Business Process APIs outside Appworks environment.
Can we trigger GetProcessInstances SOAP API from an external webpage (through javascript ) or SOAP UI ? I'm trying to trigger but I'm getting empty response. but same request if I try through Web service interface explorer artifact (inside appworks environment), I'm getting the response. Is there anything we need to pass…
-
VM Cloud Director Appworks Installation
Hi All, We are trying to install Appworks on VM hosted in VMWare Cloud Director. We added the DNS the of the CARS server that we are trying to set and was able to ping it as well. However, we are still receiving attached error on CARS installation. We are trying to understand if we can configure the installation to bypass…
-
Confirmation of SAP Jars Compatibility with SAP RISE
Dear Team, Recently, the SAP system has been upgraded to SAP RISE. After this upgrade, we are encountering an error while calling a specific RFC, BAPI_PRODORD_GET_DETAIL. The SAP team has analyzed the issue and, based on their findings, it appears that the existing SAP JAR files may not be compatible with the upgraded…
-
Can you expose a BPM as REST API?
Hi all, Initiating a BPM from a web service in Process Automation is pretty straightforward (Execution > Generate Web Service). But is it possible to expose this initiate BPM action as a REST service? The current REST Service is automatically generated for entities, but what about other Initiate BPM services or even other…
-
Can I use use AD groups pushed from OTDS in OPA directly bypassing Roles?
Using a synchronized partition, I see the AD groups have been pushed to OPA. I can open the user experience Identity Framework and see the AD groups, and members of the group are populated, so I know OPA is aware of the AD group and the users who are in that group. I have lists on my Entity and use Security to limit users…
-
Process Automation (AppWorks) Cloud Installation
Hi everyone! Just wanted to ask — how do you install Process Automation (AppWorks) on the cloud? And is there a way to get a pre-built instance, kind of like a PaaS setup for Process Automation (AppWorks)?
-
Database Configuration in Containerized OPA, and solution.yml
In composed Docker containers I am finding I have to manually create database configurations (Cordys System and Cordys Logger) that are present out of the box on a standard OPA installation. The actual SQL database is initialized without issue, but as far as I know, you need these relational database configurations to be…
-
Customize Results Panel
Hi. We are facing the issue that we have no idea how to handle a specific requirement. We would have a workaround for this but we think it should be done more easily. We have a Result Panel in a Layout. We want to call a BPM and this BPM should get the values of column XY from all selected list entries. Without any…
-
Calling Content Server API from web service operation
Hi, this is in relation to Calling External REST API - OpenText - Forums So i can call external REST APIs now and im trying to call a REST API from content-server. Below is my web service implementation for the auth endpoint. <implementation xmlns="http://httpconnector.opentext.com/1.0/implementation"…
-
Calling External REST API
I am trying to call a REST API, specifically the login API of Core DDRI(/v1/auth/login) inside process automation, I am following the ProcessModelling for AppWorks Platform 16.7 and I am doing the "Use HTTP connector to connect to an external RESTful webservice. Here is what I did so far. I created an XML Store Definition…
-
User Interface in BPM - Message Type Info
I am able to create tasks in a BPM using the user interface, but I am not able to show a basic ui form to display a message. The Message Type of Info seems to be the way to do it, but no form is displayed. The BPM is being called from an entity rule. Thanks.
-
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,…
-
SendMail fails in Deadline BB.
Can someone tell me why the SendMail web service works thorugh the Web Service Explorer but then it fails with the error below when my Deadline BB is trying to send the email? My Mail Configuration looks correct. The emails are getting generated because they are creating an entry in this table:…
-
Is there a way to retrieve a user's DN without needing the Administrator role?
I have an AW 23.4 enviornment. I have a Lifecycle that has a Human Activity that is assigned to an "Indvidual" using a property that stores the user's DN value. This value is retrieved by a BPM that runs before the human task, in the BPM there is an AW LDAP web service endpoint that is called and the BPM works IF the user…