WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for form

(...) Applies to version: 2023.1.3 and above   Introduction This article concerns the system data source <Users and Groups>  and its effect on the Person or group form field from 2023 R3 onwards. The system data source <Users and Groups> (distinguished by the triangle brackets) is meant to act as a filter on top of the list of synchronized users - used (...)

(...) lobal parameters → Translation languages). The export covers translations for the selected process and the presentation layer of the application to which the process belongs. The user is inform ed about the successful export of translations with a corresponding message. Fig. 4. Confirmation of successful process translation export   After the translations have been exported (...)

(...) cess to the full configuration or specific areas of Designer Studio. Assigning such privileges also provides opportunities to involve in software development projects individuals who, despite lacking form al qualifications, can effectively create applications based on the low-code technology, but should not hold access to full system configuration.   Business case A trading company has a (...)

(...) author: Krystyna Gawryał   Introduction WEBCON has introduced a new tool, the License Activation Service (LAS), which provides clients with a comprehensive view of their WEBCON BPS platform licensing and registered license services data. With this tool, clients can easily browse their WEBCON BPS licenses and generate the files necessary to activate or deactivate license services offline (...)

(...) activation kind section select Online activation and click Next.   In the next step, enter the activation login and password, and then click Activate.   The inform ation bar below will display the activation status. Click Next when the message “Activation complete” appears in the wizard.   The license service has been successfully (...)

(...) Applies to version: 2023 R3 and above; author: Jacek Język   Introduction ABBYY FineReader 12 is a software that transform s scanned documents and PDF files into editable (text) versions. In the WEBCON BPS platform , the software is used to generate text layer for attached files. This article describes the procedure for installing the ABBYY FineReader 12 component.     (...)

(...) Applies to version: 2023 R3 and above; author: Łukasz Maciaszkiewicz   Introduction With the WEBCON BPS mobile application, users gain the ability to access the WEBCON BPS platform from anywhere using their mobile devices. This article delves into the core assumptions regarding the architecture of the mobile application mentioned above.   Assumptions The fundamental archit (...)

(...) p;WEBCON BPS 2023.1.3.76 The original post has appeared on daniels-notes.de This post provides a solution to extracting the latest comments in the standard "Comment" field on the form . The issue with this Last comment text variable is, that’s always the latest added comment, regardless of how old it may be. Here's a short video intro: READ MORE: HERE

(...) icrosoft. This is a tool you can use for automating UI testing.  If you have no idea, what this means, imagine the following: You have an approval workflow. Person one provides some inform ation and submits it. The second one reviews and approves it. Afterward, the second person verifies, that the workflow was moved to the ‘Approved’ step. At the moment you would te (...)

(...) ion In today's digital age, email remains a cornerstone of business communication, serving as a direct line to customers, stakeholders, and internal teams alike. Its role extends beyond mere inform ation exchange, functioning as a vital tool for marketing, customer service, and engagement. The ability to capture attention and convey messages effectively through email can significantly impact an (...)

(...) ore actively and involved. Studies show that gamification can have significant positive results. For instance, in the business realm, gamification can enhance employee engagement and improve their perform ance, leading to increased productivity and customer satisfaction. In short, gamification is an effective technique to foster positive behaviors and achieve specific objectives in various fields. (...)

(...) For most users, more complex JSON structures, e.g. with one-to-many relations, will be a challenging task. So we decided to add a JSON-builder, that generates the structure based on the form fields. It is quite simple, but it also groups fields to its nearest grouping element (group, tab). Also, item lists, data tables, and data rows are supported. For most scenarios, this should be suff (...)

(...) al in earlier update packages, is now automatically enabled by default during installation of this update in GUI mode. This article describes the issues encountered by users of the WEBCON BPS platform which arise from the activation of the Extended Protection feature upon installing the CU14 update. Furthermore, it demonstrates how to disable this function during installation in unattended mode, a (...)

(...) BCON BPS. As I needed to add support for more field types, I didn't want to define the test data for each step and field type on my own.  Therefore, I focused this time on generating the form data using the REST API. After all, we already have the workflow steps, field, and field matrix, why should we define this again for Playwright? :) What has happened: I focused on PowerShell (...)

(...) External content by Raluca Lupu; 10.05.2024 Have you ever wanted to display inform ation hierarchically? I want to share how you can create accordion-style tables in the system. I built an accordion table using HTML and JavaScript. The table is generated dynamically by fetching data from a JSON. What does that mean? 🤔 Simply put, the table adjusts automatically based on the data entered in the (...)

(...) nd above; author: Michał Bednarz   Introduction The feature to install WEBCON BPS modules in containers was added in version 2023 and has been described here. Now that the platform can be run based on container services, we can employ various modern services like Kubernetes to launch and manage our application.   Requirements WEBCON BPS containers are based on (...)

(...) aniels-notes.de While you get a lot of results if you search for translations, there's not an overview of the different topics. Therefore, I compiled a list on my own and provided additional inform ation wherever necessary.  Covered topics are: User interface Data Emails Enforce one language SDK There's even an official video:  READ MORE: HERE

(...) Applies to version: 2023 R3 and above; author: Krystyna Gawryał   Introduction In WEBCON BPS, it is now possible to perform automated operations on the rows, columns, and values of the Item list. Previously, these operations were executed using the Change item list values action, with the final result determined by the mode chosen by the configurator. However, version 2023 R3 introduced (...)

(...) enables you to designate the methods of additional authorization that the end user can leverage when the additional authorization (path transition authorization, authorization to access confidential form data) has been enabled in the process configuration. It is mandatory to have at least one active additional authorization method. The full writeup for this feature can be found here: Path authoriz (...)

(...) which basically did the trick. However, from a user experience perspective, it would be great if the open file dialogue would only show pdf's: How is it done: Add a Html-Field to the form Add the following JavaScript: <script> var attr = document.createAttribute('accept'); attr.value=".pdf"; document.getElementById("fileupload-add").setAttributeNode(attr); </script& (...)