(...) ired immediately when opening the form in edit mode, or when attempting to enable edit mode on the form. This “preliminary” authorization is required to make sure that business rules and Form rules work correctly since those could be based on fields that require access authorization. Table Report - Version 2025 and above The content of columns requiring authorization will (...)
Applies to version: 2025 R1 and above, author: Tomasz Batko, Krystyna Gawryał Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following section of the WEBCON BPS Help: Timer | WEBCON BPS Introduction Timers are elements that allow you to define the frequency with which the
(...) both SearchIndex and SQL sources and can be used to configure Calculated columns, default filters, row coloring, dashboard value filtering, etc. Business rules and Form rules Workflow phase and Workflow actor variables are now also available in the dictionary of the Expression editor displayed when creating Business rules and Form rules in WEBCON BPS Designer Studio. T (...)
Applies to version: 2025 R2 and above; author: Krystyna Gawryał Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON BPS Help: Business rules | WEBCON BPS AI Create transcription | WEBCON BPS AI Implementation Guide AI Agent AI Concierge Other relate
Applies to version: 2025 R2 and above; author: Jacek Język Related documentation API definitions | WEBCON BPS User Defined API (API Definition) in WEBCON BPS – a new level of integration Introduction In the world of modern business processes, the integration of different systems has become a key element for the effective operation of an organ
Applies to version: 2025 R2 and above; author: Adrian Baszak, Lily Adamowicz Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON BPS Help: Business rules - Functions AI Implementation Guide Other related Community articles include: New AI solutions in W
Applies to version: 2022 R1 and above; author: Konrad Keppert Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Alternative Application Addresses BPS users and groups list Licenses Integrations Other related Community articles include: Applic
Applies to version: 2026 R1 and above; author: Lily Adamowicz. Adrian Baszak Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: AI Agent AI Implementation Guide Other related Community articles include: AI Agent analytics
Applies to version: 2023 R1 and above; author: Konrad Keppert Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Authentication providers|WEBCON BPS WEBCON BPS Designer Studio privileges – WEBCON BPS COMMUNITY Introduction Admin
Applies to version: 2026.1.4 and above; author: Jacek Język Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following section of the WEBCON Help: Licenses Other related Community articles include: License Activation Service WEBCON BPS License activation WEBCON BPS Licenses
Applies to version: 2026.1 and above; author: Tadeusz Baum, Lily Adamowicz Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Authentication providers Alternative Application Addresses Other related Community articles include: SSL Offloading vs W
(...) 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
(...) nge log, it should be no surprise that we need to apply some changes to any JavaScript based modifications. The cash-dom library has replaced the former jQuery library. The change may affect how Form rules work in JavaScript mode if the rules used the functionality provided by jQuery. For a description of the differences in the operation of the two libraries, see: https://github.com/fabiospampinato/ (...)
(...) Hi, the HTTP response for displaying a workflow instance contains all global Form rules . It's ignored which kind of Form rules are used by the process/element. The response should only contain those Form rules which are referenced. After all, the exported process will also export the used/referenced global Form rules and not all. This applies at least to versions 2023.1.2.44 and 2022.1.4.155. (...)
(...) Hi, it would be great when Form rules would be stored in a minimized version too. This minimized version would be used by default whenever a form rule is send to the client in a HTTP response. When a query parameter like 'minimized=0' is added, the "full" version would be used instead. Currently the a JavaScript form rule will be bloated because line breaks are transferred as \r\n. Depending on the (...)