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

search results

for validation rule

Applies to version 2020.1.x, author: Dawid Golonka   Introduction When creating support for business processes in WEBCON BPS, it is important to remember that even the simplest workflow with a minimum number of steps and form fields will be reflected in the database – all of its instances and settings are represented in the content database – which is the main place

Applies to version: 2020.1.x and above; author: Franciszek Sakławski   Introduction During document processing, it is important to check the correctness of the entered data – mostly to make sure that an incorrect value doesn’t cause issues further down the workflow. WEBCON BPS gives access to multiple avenues of form validation: RegEx, ‘Validate form’ act

Applies to version: 2019.1.4.x and above; author: Anna Puka   Introduction In WEBCON BPS 2020, two new standard reports – Anomalies and Suggested are available in the “Insights”  section, which allow you to quickly find important information in your processes. The Suggested report shows instances that can be the most import

 Applies to version: 2020.1.x; author: Konrad Wojtycza   The article is an update of the already existing article, it shows the configuration in version 2020.1.3. For the original see: BPS actions - introduction.   Introduction Global form template Field matrix - basics Filling in field matrix Visibility tab Visibility - example Editability and required

(...) ; Fig. 3. The fragment of the “Purchase order” form   Validations To configure the “Validate form” action, indicate the validation condition in the “validation rule ” section, and define the message displayed for validation error. The rule may contain all syntax elements available for business rules – it should return POSITIVE, TRUE or 1 value (if the (...)

Applies to version: 2021.1.x and above; author: Marek Suchowiejko Introduction Most applications supporting business process automation are created in IT departments. The key to success is the effective communication of requirements and expectations – the quality of the completed system depends on how well its specifications were communicated between the intended audience and desi

This article aims at providing key information required to configurate new application elements. The article presents both required and optional information that will help you to add configuration components, such as: Form field Step Transition path Report BPS group Action – general Action – form validation Action – e-mail notification Hardcopy templat

Applies to version: 2022.1.1 and above; author: Krystyna Gawryał   Introduction Form rules, as the name suggests, are rules that define the behavior and appearance of form elements. The vast range of available options such as functions, operations, integrations, and operators allows a user to create more or less complex rules, depending on the user’s needs. When working with

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

Hi everyone, I'm currently creating quite a lot of "validate form" actions. For example: - Date one must be after date two - Date must be in the future - Integer value must be positive These are implemented as "validate form" action since I prefer validation on the server rather than on the client only. The draw back is, that it's a poor usability. So I "recreate" the same validations as form r

(...) Hi all, I'm having a problem in Studio with a Form validation rule using SQL. I have an item list that is populated with lines if the user select a Sales Order in another field or manually filled if there is no information on the SO. There is a column that is mandatory to be filled whenever the item list has any rows and I tried many examples to construct a validation form rule in order to have informat (...)

Hello, I personally like immediate validation – right after the user checks/selects/enters something on the form - much better than validation on an action. So usually I validate fields “on value change” and set the field error if necessary. Currently I use a js-function like this to showing/remove the error message (form display mode: Modern on BPS portal): function showError(columnName, hi

Hi, I've cases where one choose field updates another choose field. If the data source is not a SQL database this can take some time. Setting the first field takes about 1 second, (1) in the attachment. Getting picker search results 540ms Validate picker control 460ms The setting and validation of the target field (2) takes again 1700ms and another 390 ms for executing a form rule. Setti