(...) External content 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 added a new SDK type the “CustomRESTAuthentication”. This allows us to implement our own authentication options. I made use of this to add support for accessing SharePoint using cl (...)
(...) 01, 2025 ; The original post has appeared on daniels-notes.de I already 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 optional status panel Full width left panel no status (...)
(...) External content by Daniel Krüger; February 02, 2025 ; The original post has appeared on 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 add a full screen mode. This way we can utilize the full screen real estate when working on the form.  (...)
(...) e; author: Łukasz Chechelski Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Integrations Introduction The Public Forms mechanism is an interesting solution that allows you to create external forms whose main advantage is anonymity. The site buil (...)
(...) n: N/A; author: Filip Janiga Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Diagnostic sessions User profile Introduction In some cases it may be necessary to look beyond the diagnostic sessions and events stored in the database to diagnose er (...)
(...) summary of all the topics we encountered, when we upgraded a 2022.1.4.127 version to 20225.1.1.105. I will just copy the headlines of this post and the related one about upgrading to 2023. Upgrade WEBCON BPS 2022 to 2025 Updating reports and dashboards Automation session execution cleanup SDK Migration Deactivate standard push notifications Process license instead of single solution lic (...)
(...) ve; 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 Help: Global automations | WEBCON BPS Automations Other related Community articles include: Export/Import of global elements associated with a process Introduc (...)
(...) ve, 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: Workflow designer | WEBCON BPS Global form template | WEBCON BPS Field matrix | WEBCON BPS Form | WEBCON BPS Introduction Version 2025 R1 of WEBCON BPS introdu (...)
(...) External content by Daniel Krüger; April 30, 2025 ; The original post has appeared on daniels-notes.de While WEBCON BPS has a Gantt chart for absence workflows, we can't use it for custom workflow instances. If you need a Gantt chart and are fine with it, that it works only on a dashboard, you can take a look at this post.
(...) d above; author: Jacek Język 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 Application home Introduction WEBCON is a comprehensive platform for business process automation, within which there may be a need to (...)
(...) Applies to version: 2025 R2 and above; author: Jacek Język Related documentation API definitions | WEBCON BPS Introduction In the world of modern business processes, the integration of different systems has become a key element for the effective operation of an organization. WEBCON BPS has been providing advanced capabilities in this regard for years through its stan (...)
(...) rmIsDirty Check and set not dirty Edit mode: JavaScript mode JavaScript code snippet: //Switch for console.log output const isDebug = false function resetIsDirtyInSessionStorage(key = 'WEBCON BPS_FormIsDirty') { //Get sessionStorage item const raw = sessionStorage.getItem(key); if (!raw) return; //Parse object const obj = JSON.parse(raw); //Check if is Dirty is true and (...)
External content by Bjoern Poller July 1st, 2025; We designed an application in which the initial situation had to be documented using up to eight images (each up to 5 MB in size). We couldn't reduce the image sizes, as we needed the ability to zoom in on details for damage assessments. To prevent these images from unnecessarily taking up space in the workflow history, we came up w
(...) cper Świętek, 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: Sign an attachment Verify attachment’s signature The entry is an extension to the article Signing document with Autenti service. Introduction In WEBCON BP (...)
(...) awid Golonka, 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: Manage users Manage groups Other related Community articles include: BPS users list synchronization Using the "Domain users" data source The WEBCON (...)
(...) y if you need to do this for all cases in a specific time frame. But there's an easy solution to get all attachments in one .zip file. I've covered the implementation here. While WEBCON BPS 2025 R2 has a new report field, this isn't used. I've came up with the idea in a 2022 R1 environment some years ago.
(...) $499,99 containing 1 year of Updates and Support) One of the features enables one to centralize all PowerShell scripts in this plattform and to create REST API endpoints for individual scripts. As WEBCON supports input and output parameters in the action "Invoke REST Web service" one can use this to call PowerShell scripts. The free version of PSU is all one needs to implement everythi (...)
(...) Anselment, July, 2025; If you need functionality in processes for e.g. point of interests search, navigation, display in maps data from OpenStreetMap is very userful. The integration to the WEBCON portal can be easily realised with Leaflet. This software is the leading open-source JavaScript library for mobile-friendly interactive maps. Links https://www.openstreetmap.org/ http (...)
(...) tyna Krzyżak, 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: Choice tree Introduction The Choice tree form field allows dictionary data to be displayed on the form as a tree graph rather than a traditional list. This approach sign (...)
External content by Bjoern Poller; July 27, 2025 ; A colleague designed an application in which a product image (up to 5000 KB) is uploaded into a document template. From there, it is used in several instances - always with a copy of the image as supporting material and, if necessary, for documentation in Word/PDF format. Regardless of whether an alternative approach might be