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 rule s. 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 le (...)
Applies to version: 2024 R1 and above; author: Łukasz Maciaszkiewicz Introduction Fast and easy access to information is one of the key aspects of a well-designed form. With crucial information readily available, users can not only perform tasks faster, but also make better decisions in the process. But how do you distinguish this crucial information from other data and present it
Applies to version: 2024 R1 and above; author: Łukasz Maciaszkiewicz Introduction Designing a business application is a process that requires both good memory and coordination from the people involved in it. Unfortunately, when faced with a large number of tasks, lengthy execution times, many people involved, or often all of the above, even the most capable mind must yield. To add
External content by Daniel Krüger; December 12, 2024 ; The original post has appeared on daniels-notes.de Is there someone who didn't have the case to verify that a field value is unique per form type/business entity/step(s)? I for my part now, did implement this dozens of times Finally, I realized, that I should streamline this approach and create a business rule for this. Eve
Applies to version: 2021 R1 and above; author: Konrad Wojtycza, Łukasz Maciaszkiewicz Introduction This article examines the admin mode in Portal and the capabilities of users with Business administrator privileges. In addition to detailing the specifics of the aforementioned mode, the article addresses the process of granting Business Administrator privileges and configuring rule
Applies to version: 2024 R1 and above; author: Łukasz Maciaszkiewicz Introduction The following article explains how to enable user entry logging on the Portal website. This allows WEBCON BPS platform administrators to obtain information about individuals who have logged into the Portal. The appsettings.user.json file You can activate the functionality of registe
(...) umber to the list, set them as default value : Ordinal number, and change the configuration as in the attached screenshots. ID: T_ID: Next, we create 2 JavaScript form rule s FRJ_Moveable_List_ID_SET FRJ_Moveable_List_Delete: We add in the configuration of the change item list: - Deselect showing system ID - We set the FRJ (...)
(...) ed authentication provider and, after the user has logged in, displays the corresponding status. JavaScript – in JavaScript mode, the control for the form field is not displayed. Instead, all form rule s (and JavaScript) work, including the GetToke rule, which allows you to programmatically retrieve the access token issued during user authentication. In this case, the authentication may take place & (...)
(...) 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 rule s work correctly since those could be based on fields that require access authorization. Limitations on Dashboards, Reports, and in Process Configuration At the time of writing, there (...)
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 rule s Workflow phase and Workflow actor variables are now also available in the dictionary of the Expression editor displayed when creating Business rules and form rule s in WEBCON BPS Designer Studio. (...)
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 Introduction Artificial Intelligence (AI) plays an incre
(...) It would be nice if there were the following changes to the form rule alerts/confirmation functions: a) Modal dialog They could reuse the modal dialog from the "single row edit" instead of using the browser integrated alert/confirmation window. This would result in a more consistent user experience. Of course it would be nice to set title, body and button texts but I would be fine with setting the body at (...)
(...) 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 rule s and for action (even creating a business rule, form rule s 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 (...)
(...) re 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 rule s with alerts, which are called when the field value is changed. So I have to implement the same validation twice and the ALERT function isn't build for providing multi lingual messages. Besides the d (...)
Hello all, Does anyone tried to use the concat function using a form field? I have a form field that is single text and I want to use it plus another info like below: concat ('AaAA' 'Form Field') But I'm always getting an error saying that the rule is not correct, I tried to use a SET before and keep the information in another field but it doesn't allow to save. Anyone used this alr
(...) ld 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 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) - Fo (...)
Maybe I missed something but I'm struggling on a form. On the form I have 2 autocomplete choice fields that are related. First I would like to hide the second field. The first field a category has to be selected (1-5), and when someone selects Category 1, the second field should appear dynamically to make a selection. Now I added a rule in "Visibility restriction in form", see picture. I runs
(...) After upgrading to most recent version 2021.1.3.205, a simple form rule definded at path parameters stopped working (the rule on the attached screen). If I change the rule just to CONFIRM['Something'] (without the IF), then it works, but with the IF it does not. It used to work in 2021.1.1.53. Anyone experiencing such an issue?