External content by Daniel Krüger; March 11, 2024; 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. He
(...) design images that incorporate borders that define edges clearly in both modes. This approach helps maintain the integrity and visual impact of graphical elements regardless of the theme. CSS and code Snippets for Theme Detection: Implementing CSS that can detect and adapt to the user's theme setting is essential. You can use CSS media queries that detect if a user has set their device to dark (...)
(...) External content by Maksymilian Stachowiak; 16.04.2024 There are still some places where low-code has identical challenges as code , one of those issues is Magic Numbers. This post is rather for beginners, those starting their WEBCON journey. It focuses on the importance of using Constants instead of typing numbers directly in filters, rules, and queries. This leads to easier maintenance (...)
(...) "Produkt": { "Beschreibung_DE": "", "Untergruppe": { "ID": "4653778a-fbb2-44dc-b866-0c59844f025f", "DisplayName": "", "Translations": [ { "Languagecode ": "de-de", "Value": "Dach - Blechprofile" }, { "Languagecode ": "fr-fr", "Value": "Toiture - Profilés en tôle" }, { "Lan (...)
(...) The open lecture entitled "Process Design using Low-code for Students Planning to Work in Business and IT", organized by the Department of Logistics and Process Engineering and WEBCON Sp. z o.o., brought significant value to students of Logistics and Computer Science at UITM. During the lecture, Urszula Słupik and Adrian Baszak introduced students (...)
(...) the table adjusts automatically based on the data entered in the JSON. This makes the table excellent for hierarchical displays. 👍 To create this table, use the HTML field. There, input the source code for generating the table and associate it with JSON to populate the table with relevant information. 🛠️ You can see the code and demo with the table on my blog about WEBCON: HERE
(...) es of analogous columns of the Item list. A Social Security number (SSN), Tax Identification number (TIN), identification card number, school/student identification card number, product serial number/code , Vehicle Identification Number (VIN), vehicle registration plate number, file reference, or accounting invoice/contract designation, etc. are just a few examples of the potential row identifiers. & (...)
(...) on. It is mandatory to have at least one active additional authorization method. The full writeup for this feature can be found here: Path authorization. SMS – a one-time authorization code will be sent to the phone number of the end user performing the activity that requires additional authorization. The phone number to receive the code via SMS is specified in the user’s profile. (...)
Author: Markus Jenni I came across a requirement, that only pdf files should be allowed to be uploaded. As there are other file extensions allowed in further processes, we can not only limit the extensions globally. To enforce this requirement, we first configured a validation rule, which basically did the trick. However, from a user experience perspective, it would be great if th
Applies to version: 2024 R1 and above, author: Krystyna Gawryał Introduction WEBCON BPS is equipped with application export and import mechanisms, enabling users to create applications in one environment (DEV/TEST/PROD) and then deploy them in another. Until now, export and import operations have been initiated by administrators in WEBCON BPS Designer Studio, requiring user input
(...) customer’s financial capabilities. When exceeded, the widget tile changes color. Additionally, in the Unit field, leave the Suffix option selected (it is selected by default), and enter the code for European currency (“EUR”). As a result, a defined suffix will be added next to the displayed value. Once the value is defined, you can proceed to configure (...)
(...) ee in my latest blog post. It requires: An internet connection on the server where the SSL certificate should be downloaded Installation of two tools. A password. A script with 7 lines of code . READ MORE: here.
Applies to version: 2023.1.x and above; authors: Marcin Kapusta, Krystyna Gawryał Introduction The newly released version of WEBCON BPS (2023.1.x) enables containerization of the system components. Thanks to this, it possible to use Docker images provided for WEBCON BPS Portal, BPS Workflow Service, and Search Server (Solr) and run these modules in containers. Containerization
External content by Markus Jenni; October 1, 2024; Html5 introduced the min/max attributes, which allows us to set a range of allowed values. In addition to these. There is also a step attribute to only allow certain steps in between the range. You can then increase/decrease the value by using the arrow up/down keys. This can be achieved by the following steps:
External content by Raluca-Mirabela Lupu; October 21, 2024 ; Have you ever needed to trigger an action after uploading or modifying a document? I’m not sure about you, but we recently faced this exact challenge. After some quick research, we came up with a relatively simple JavaScript function that triggers a 'Save' button click when an attachment is added or modified. Of co
(...) ernal content by Karol Częczek; October 21, 2024; If you need to manage and change the order of items added to the list, you can achieve this by adding your editable ID column and JavaScript code . A short video shows the end result of the modifications added to the list. To begin with, we add 2 columns: ID and T_ID, of type Floating-point number to the list, set them as de (...)
External content by Bjorn Poller, published on October 21st 2024; In one of our prototypes, we encountered issues with the number of text-based groups on the form. It became simply too cluttered, despite the use of groups. Using tabs for sorting would have been the least effective solutionin this case. After experimenting with CSS, we created a style parameter that we’d like to share. We&
(...) configure this solution, three essential business rules are required: Attachment Retrieval Rule: This rule gathers the names, IDs, and content of the attached documents. code : 2. Signatory Identification Rule: This collects the names of the signatories assigned specific tasks. Result script: (...)
(...) d AUTHENTICATE functions. Both of these functions take the OAuth2 Authentication form field as a parameter. To ensure that the user does not forget to log in, it is possible to embed the following code in the path parameters. With this procedure, the user is prompted to log in while going through the path. Fig. 7. Example of using the IS AUTHENTICATED and AUTHENTICATE functions (...)
(...) d the Group.Read.All permission. Once the permissions have been added, you will need to approve them by clicking the button in the Grant consent area. The next step is to generate a code (called Secret) that will be used to configure the mechanism on the WEBCON BPS side. In the Certificates and secrets window, select New client secret, enter its description and expiry time. The (...)