(...) ctions are performed. Thanks to them, it is possible to define the start time and the possible repetition cycle of such actions. In WEBCON BPS 2025 R1, numerous changes and improvements have been mAD e to the operation of Timers (previously known as Timeouts). This article describes these changes to the timer configuration and gives examples of how to calculate their start dates. Conf (...)
(...) users to filter data directly from the dashboard level. This article explains and illustrates the functionality mentioned above using a selected business case. Reports on dashboards AD ding a report to the dashboard involves embedding its widget and linking it to the data source associated with that dashboard. This functionality enables convenient management of data sources directly (...)
(...) 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 on the following pages: Run a PowerShell script | WEBCON BPS Install Azure PowerShell on Windows | Microsoft Learn Introduction Users of WEBCON BPS often face the need t (...)
(...) Applies to version 2024 R2 and above; authors: KonrAD Wojtycza, Michał Misiarczyk Related documentation A detailed description of the functionalities listed in this article and their configuration can be found in the following WEBCON BPS Help sections: My Tasks | WEBCON BPS Reports | WEBCON BPS Feature description In order to facilitate the management of ta (...)
(...) ocedures to ensure stability, reliability and security. Each major release of the platform (e.g. WEBCON BPS 2025) is supported for 12 months for bug/error fixes and improvements. In AD dition, each major release of the platform is also supported for 24 months for high and critical security fixes. In most cases, the aforementioned support is provided in the form of (...)
(...) my immediate answer was "Yes, that's possible". I'm quite satisfied with the result, especially because this solution only uses CSS. :) You can reAD up on how to do it here.
(...) ed on daniels-notes.de If you are using JS/CSS to improve the user exeperience a bit there are two different situations: It's global and can be reused in other processes It needs to be AD apted for each process. If something changes in a new WEBCON BPS version, the second situation may cause a problem, because you don't know where you used the same approach. You can easily (...)
(...) n the following sections of the WEBCON BPS Help: Security | WEBCON BPS SMS notifications | WEBCON BPS Introduction SMS notifications in WEBCON BPS are one of the methods for AD ditional authentication of user operations, e.g. when authorizing path transition or access to confidential form data. This article provides instructions on how to configure an SMS gateway that allows (...)
(...) External content by Daniel Krüger; January 24, 2025 ; The original post has appeared on daniels-notes.de I wasted quite a lot of time when setting up an App registration to uploAD documents to SharePoint using REST actions in WEBCON. Since WEBCON BPS 2025 does not support certificate authentication I hAD to persuAD e SharePoint to allow Client id/secret authentication. (...)
(...) ent by Daniel Krüger; January 26, 2025 ; The original post has appeared on daniels-notes.de While WEBCON BPS 2025 does not support certificate authentication by default, the R1 release AD ded a new SDK type the “CustomRESTAuthentication”. This allows us to implement our own authentication options. I mAD e use of this to AD d support for accessing SharePoint using client id/c (...)
(...) External content by Daniel Krüger; February 01, 2025 ; The original post has appeared on daniels-notes.de I alreAD y hAD a solution for changing the proportions of the left and right panel dynamically, but it broke with the release of WEBCON BPS 2025. I've reviewed it and improved it a little bit. There are now 2x4 options: 1/3 left/right no status panel 1/3 left/right opt (...)
(...) daniels-notes.de Everyone who moves to WEBCON BPS 2025 will notice, that it looks better/more modern, but there is less space for the content of the form. One idea to cope with this is, to AD d a full screen mode. This way we can utilize the full screen real estate when working on the form. You can reAD up on it here.
(...) Applies to version: 2022 R1 and above; author: KonrAD Keppert Related documentation License Activation Service WEBCON BPS License activation Configuration of Portal-Service communication and selection of Nettops protocol Introduction In the standard platform configuration, the name of the machine on which the WEBCON BPS components are installed is stored in (...)
(...) version: 2024 R1 and above; author: Łukasz Chechelski Introduction The Public Forms mechanism is an interesting solution that allows you to create external forms whose main AD vantage is anonymity. The site built in this way communicates with WEBCON BPS via the REST standard, creating new instances in specific processes. It is important to note that the mechanism is availab (...)
(...) some connection-related errors. The Edge, Chrome, and Opera browsers are based on the same engine – Chromium – so their development tools (devTools) are very similar. Therefore, downloAD ing logs from all three browsers will be described using one example – Chrome. Edge, Chrome, Opera: Open Developer Tools with the F12 key or the shortcut Ctrl+Shift+I and go t (...)
(...) el Krüger; February 11, 2025 ; The original post has appeared on daniels-notes.de Sooner or later users will use a character which would cause an error, when the document should be uploAD ed to SharePoint. You can find an overview of the unsupported characters and an example implementation of the business rule in this post.
(...) the users may receive a task. User is deleted We can create a external user. User is deactivated User is still synchronized which prevents the creation of a external user. You can also reAD the whole post here.
(...) inition of the proposed global automation is as follows: Action 1: Send standard email When an inspection is scheduled, the system automatically sends a notification to the vehicle user and the AD ministration Department. Action 2: Change value of single field After the inspection, the system updates the vehicle status to “Inspected" and resets the notification counter. The veh (...)
(...) visually divide the steps and tasks assigned to them according to the stages of execution (phases) and the people responsible for their completion (actors). Together, these functionalities create an AD ditional layer of visualization of the workflow, making it more transparent and easier to understand. This article describes these functionalities using a sample workflow for the process of impleme (...)
(...) s quite old and I've finally created a variation for the dashboard. While this can be used in the context from a report, there are also other cases, as you will see in the next post. You can reAD up on it here.