-
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.
-
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…
-
Getting User data automatically into the form when they logged in with their appworks id
Is there any way to get data that should auto fetch into the Xform when user logged into the appworks and opened the Xform the Xform should get the user details that are stored in the database . Is there any way to get this done ?
-
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.
-
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…
-
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…