External content by Daniel Krüger; July 25, 2025 ; The original post has appeared on daniels-notes.de If you are reading this post you are either creating a lot of workflows or working with external systems. While doing so you will probably have run into a timeout. While you may have come up with a similar solution Define a single sourth of truth to identify the
Applies to version: 2019 and above; author: Martyna 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 tr
(...) valid image content in the field."); return; } const img = new Image(); img.src = rawBase64; img.onload = async () => { const originalwidth = img.width ; const originalHeight = img.height; const longerSide = Math.max(originalwidth , originalHeight); const shorterSide = Math.min(originalwidth , originalHeig (...)
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
External content by Sébastien Anselment, September, 2025; MS Fabric is a powerful platform containing data tables in the Microsoft OneLake. This article describes how to integrate a MS Fabric lakehouse via its SQL analysis endpoint. First you have to set up once the necessary Entra application registration and the WEBCON MSSQL database connection to the lakehouse SQL analysis endpo
autor: Maksymilian Stachowiak Problem Inside Designer Studio we have the possibility to define a Fixed Values List - which is pretty neat tool, for creating really tiny lists. In most use cases where i used them I've ended up with creating a Fixed Values List let's say Invoice Types, and then creating the same Process Constants, to avoid leaving Magic Numbers
External content by Daniel Krüger; October 12, 2025 ; The original post has appeared on daniels-notes.de Once you add an attachment to a process, it's not possible to change the database using the Designer Studio, it's no longer possible to change the attachment database. While the Designer Studio prevents this, we are lucky that WEBCON created a transparent database
External content by Daniel Krüger; October 11, 2025 ; The original post has appeared on daniels-notes.de While there’s quite an extensive documentation of the public links function, reading about it and personal experience is something different. For example, edit privileges don't necessarily show the path buttons. You can find my notes about it in this post.
External content by Daniel Krüger; September 28, 2025 ; The original post has appeared on daniels-notes.de Waldemar asked how it is possible to pass parameters to form rules invoked by JavaScript. While this is not possible by default, you can still create a workaround. You can find the details in this post:
External content by Daniel Krüger; September 27, 2025 ; The original post has appeared on daniels-notes.de A lot of times you need to classify data using choose fields. Sometimes you have to select these from a provided list and sometimes you would like to enter the values on the fly. In my latest post I talked about how to simplify this approach using a centralized sour
External content by Markus Jenni; October 24, 2025 ; Unfortunately, there are no built-in features to convert images to PDF, but an action to convert HTML files to PDF. So I built an automation where I passed in the ID of the attachment I wanted to convert to a PDF. I used the following steps for the conversion. Extract the filename without extension and store in
(...) milar way. My PoC has the following limitations: The original image should be in landscape format and is reduced to a height of 500px during processing (aspect ratio preserved). If the width is narrower or wider then 889px (this corresponds to a 16:9 ratio) when the height is reduced to 500px, a right margin is created or it is cropped (hence the recommendation for landscape format). (...)
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
This document contains: Enterprise (Standalone) installation prerequisites, diagrams, and scaling Planning for High Availability WEBCON Databases overview and size estimation Disaster recovery scenario Good practices for system upkeep WEBCON Farm communication diagram List of Portal, SharePoint, Service, and optional components  
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.x and above; author: Grzegorz Straś Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Administration tools Diagnostic sessions Diagnostics Services configuration Other related Community articles include: OpenTelemetr
(...) ps://unpkg.com/leaflet@1.7.1/dist/leaflet.css" /> <script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js"></script> <style> #map { height: 480px; width : 100%; } #popup { position: fixed; top: 50%; left: 50%; width : 1024px; height: 520px; background: white; border: 1px solid #cc (...)
Applies to version: 2022 R1 and above; author: Konrad Krawczyk Related documentation A detailed description of the functionalities mentioned in this article and their configuration can be found in the following articles: Integrating MS Teams with MS Graph – WEBCON COMMUNITY OAuth2 Authentication form field – application examples – WEBCON COMMUNITY Send
Applies to version 2025 R2 and above; author: Tomasz Błach Related documentation A description of the functionalities mentioned herein can be found in the following section of the WEBCON Help: AI Settings Introduction AI Process Builder in WEBCON Designer Desk allows you to generate preliminary prototypes of business processes based on the in
External content by Daniel Krüger; February 01, 2026; The original post has appeared on daniels-notes.de After a few years of working with the "Single row edit dialog" I finally asked myself, why do we need to do two clicks, if we want to add a new row? If you want to help your users a bit, you can find a solution for WEBCON BPS 2025 and 2026