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

search results

for form rules

Applies to version: 2021.1.x and above; author: Agnieszka Burda   Introduction With WEBCON BPS you can use API interface. The article available here: https://community.webcon.com/posts/post/the-invoke-rest-web-service-action/170/ describes the “Invoke REST Web Service” action provided in Designer Studio that allows users to use external services sharing their own API. Th

(...) Applies to version: 2021.1.x and above; author: Konrad Wojtycza   Introduction WEBCON BPS Designer Studio allows users to configure global business and form rules . As global rules, they are available for all applications created in a given environment and thanks to parameters they are universal and may be used in multiple processes.   Global business and form rules can be configure (...)

Applies to version: 2023 R1 and above; author: Łukasz Maciaszkiewicz   Introduction WEBCON BPS offers many useful functionalities, including HTML templates that allow you to generate PDF or HTML files and send custom e-mails. This article explains how to identify the item list and data table form fields using the GUID identifier in HTML templates used in the “Generate a PDF fi

Applies to version: 2023.1.x and above; author: Krystyna Gawryał   Introduction WEBCON BPS has been expanded to include the so-called Edit mode which allows users to view the configuration of processes and edit them in Portal. This feature is dedicated especially to business users who carry out their daily tasks using ready-made applications/processes, often without being able to vi

(...) ble in the following article: https://community.webcon.com/posts/post/function-dictionary-for-business-rules-and-form-rules/237.   Business vs form rule For the purpose of this article, form rules are used to execute arithmetic operations in the presented examples. It is one of the possible methods, but not the only one – a different one is to use business rules. There are certain differ (...)

Applies to version: 2023 R1 and above; author: Łukasz Maciaszkiewicz   Introduction Effective competition on the current market demands that companies possess a high degree of flexibility and the capability to access and make use of external resources. Many times, particularly when the internal resources of a company or its division appear to be insufficient, it is necessary to invo

Applies to version: 2023.1.x and above; author: Krystyna Gawryał   Introduction In the era of globalization, multilingualism in a company is almost a standard. The dominant language in most companies that operate internationally is, of course, English, while locally employees usually communicate in their native tongue. This also applies to electronic correspondence. WEBCON BPS me

Applies to version 2017.1.3.x; Author: Bartłomiej Spyrka SDK configuration for an ‘Administration process’ used to find and manage personal data This article presents methods of utilizing features available in WEBCON BPS to prepare a process for GDPR-related data management. In this article you will learn: How to approach the Administrative process which is used to tra

Applies to version: 2021 R1 and above; author: Mike Fitzmaurice   Introduction WEBCON BPS offers several ways to handle parallel work. If the scenario involves a single task assigned to multiple people, a few task configuration settings are usually all that is needed. There are exceptions to this, though, especially when you have elaborate criteria to apply to the task results. &

(...) nctionality along with a business case for its use.   Basic definitions and functional assumptions LIKE and CONCAT are functions that can be used in WEBCON BPS to create business rules, form rules , SQL queries, and to retrieve values from data sources. CONCAT combines text values into a single string and is available among the functions dedicated to text. With CONCAT you can retrieve global (...)

Applies to version: 2023 R3 and above; author: Krystyna Gawryał   Introduction In the 2023 R3 version of BPS, WEBCON has implemented a new functionality that enhances security against unauthorized path transition .and prevents the execution of an unrequested task, such as signing a contract. If enabled, users who want to proceed to the next step must confirm their identity based on

(...) ld result in the insertion of an identifier for that instance. The SCAN QR, SHOW QR and HIDE QR rules You can control the input of values into form fields or columns through QR codes using form rules .  The SCAN QR rule enables you to specify a relevant form field or column for which the QR code scanner will be initiated. The rule can be executed when loading the form or when changing the va (...)

Applies to version: 2023 R3 and above; author: Łukasz Maciaszkiewicz   Introduction Designer Studio is a powerful programming tool often used within companies by multiple developers engaged in unrelated projects. Since access to all the extensive functionalities of Designer Studio is often not necessary when developing dedicated applications, and unauthorized access to certain asset

(...) d from the configuration of the main form. However, it is possible to break the inheritance and configure the compact form independently. - You can control the behavior of the compact form through form rules . By default, the configuration of such rules is inherited from the settings of the main form, but, similar to the first case, it is also possible to break the settings inheritance; security lev (...)

(...) here the action goes on each row of an item list and if a row has option A for a specific column then column B cannot be empty? There are some new functions for the item list but they only work as form rules and for action (even creating a business rule, form rules don't work as it needs to a TRUE/FALSE result). Even using SQL Command I think it would only work for a subquery because I need to check t (...)

(...) le in order to have information on that column. I was using a SQL query because: - Column cannot be required (there are cases that the user is sending documents so the item list will be empty) - form rules using Condition By Row cannot be used inside the form validation which expects True/False results (only Business Rule but conditions for Item List are limited) The problem with my SQL query is tha (...)

(...) It was a great addition when the foreach functionality was added in form rules for item lists, but they seem to be limited only to get and set values. There are plenty of reasons for witch you could need to disable a field or color ii differently using form rules . It would be great if styling fields with the foreach functionality would also be possible. I have attached an example where the fields marked w (...)

(...) Hi everyone, experienced BPS Designers will remember a time when form rules didn't have an 'Edit mode', where you could select JavaScript or Form rule. You only had JavaScript. :) In the meantime the 'Form rule' option has been added an the JavaScript mode gets little attention, if at all. But how can you do some of the 'Form rule' actions with pure JavaScript? If you click on the "Show" button in the exp (...)

(...) vent deletion of some rows. It is something you can do easily with js, but only with classic display form mode. It doesn’t work with modern forms. The problem is that it is not guaranteed that your form rules “Main form -> Behavior-> forms rule to be executed on page load” are being executed AFTER the page has been rendered. I use the following js function for hiding the delete button, depending on a va (...)

Hi everyone! Am I blind or there is no function oposite to COLLECTION, that would remove an element from collection? How do you manage to overcome the lack of this function? I came up with an idea of making a JS form rule that takes a collection and removes a value given in one of the parameters. It works. But there are limitations that make the solution inelegant. First of all the form rule c