(...) Applies to version: 2026 R1; author: Łukasz Maciaszkiewicz, Lily Adamowicz Related documentation A detailed descript ion of the functionality regarding versions 2023 R1 to 2025: OpenTelemetry in WEBCON BPS Introduction In the present-day dynamic and distributed application environments data monitoring and analysis are key to ensure high efficiency, (...)
(...) Applies to version: 2026.1.4 and above; author: Jacek Język Related documentation A detailed descript ion 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 &nbs (...)
(...) TML fields Top alignment of indicators ms-icon replaced with fluent Increase of choose fields to 4000 characters Actions Review attachment actions Changed default descript ion value of uploaded attachments SDK Migration DisplayName property is translated in SDKs
(...) ding full control over both infrastructure and processed data and making it easier to meet security, privacy, and regulatory requirements. AI Proxy Self-hosted is available under the Enterprise subscript ion license and the perpetual WEBCON Agentic AI Framework license. Documentation: AI Proxy Self-hosted documentation Download: AI Proxy Self-Hosted
(...) Applies to version: 8.0.x; author: Paweł Jawień Updated: 11.03.2026; author: Lily Adamowicz Related documentation A detailed descript ion of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Global parameters - MailApproval Workflow paths - MailApproval Functionality descri (...)
(...) Applies to version: 2026.1 and above; author: Tadeusz Baum, Lily Adamowicz Related documentation A detailed descript ion 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 WEBCON (...)
(...) Applies to version: 2026.1.6 and above; author: Lily Adamowicz, Adrian Baszak Related documentation A detailed descript ion of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: AI Concierge AI Implementation Guide Getting started AI Concierge extends the way users interact with the Portal by a (...)
(...) Applies to version: 2025.2.1.348 and above; author: Tomasz Błach Related documentation A detailed descript ion of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: SharePoint Site Collection OAuth2 Authentication Microsoft Entra ID Introduction Due to Microsoft discontinuing support for (...)
(...) Applies to version: 2025 R1 and above; author: Lily Adamowicz, Michał Bednarczyk Related documentation A detailed descript ion of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Sign an attachment Verify attachment’s signature This article applies to the Autenti integration add-in availabl (...)
(...) he portal see a generic IIS error with no context. A dedicated maintenance page tells them what is happening, when the system will return, and who to contact. The solution consists of a PowerShell script that sets up a second IIS site on a separate port using the same certificate, and a static HTML page with configurable multilingual content. Switching to maintenance mode and back is a matter of swap (...)
(...) workaround, advanced users may want to manually update ATF_Value to empty string or change ATT_IsDeleted to 0 and then execute an action again. This post provides two SQL based cleanup script s: A single script for targeted cleanups / test databases A batch processing approach for large production environments You can read all the details in this (...)
(...) Applies to version: 2026.1.6 and above; author: Grzegorz Straś Related documentation A detailed descript ion of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: MCP Servers API Definitions Introduction The application configuration now includes the ability to run MCP (Model Context Protocol) s (...)
(...) he Public API. They solve a real problem for integrations built inside the Portal itself. The core advantage is authentication. By using the current user session, these APIs can be called from Javascript in forms and dashboards without exposing OAuth credentials. The request body is also far simpler than that of the Public API, making them easier to work with and well suited for AI assisted developme (...)
(...) Hi, just a simple, easy request - can you please add a usefull code editor to SQL rules, Javascript rules and HTML fields details ? Sure, one can copy paste the code from external editors, but it takes time, having an embedded editor would be a great feature.
(...) lay (i.e. 60 seconds) before file gets imported from HotFolder. I have a situation where scanner creates an empty file at beginning of scanning, and WEBCON gets this file before it's complete. I use script to copy files from "temp scan" folder to HotFolder, but such feature directly in WEBCON BPS could bypass this workaround. Any comments and feedback here is more than welcome :)
(...) point list: https://visionboxdomain.sharepoint.com/sites/customers/Lists/Calendar Inserting values: Title: Renovation Doc, Location: PT, EventDate: 3/12/2021 12:00 AM, EndDate: 3/14/2021 12:00 AM, Descript ion: Renovation of doc, fAllDayEvent: , EventType: renovation, MasterSeriesItemID: , Workspace: Log Version: 3 Duration: 729 ms But somehow my Calendar in Sharepoint does not get updated (...)
(...) It would be great, to have some kind of IDE in the Designer Studio while editing SQL or Javascript code. Therefore it would already help if there were line numbers and code highlighting e.g. for opening and closing brackets. Sometime it is difficult to manage your own code when it reaches a certain number of lines. For example, if you have a Javascript code and only one semicolon or closing bracke (...)
(...) that the default schema is dbo. If this is a different schema new objects may be created using this schema. This may lead to unexpected errors later on which will be hard to debug. Here's a little script to change it. SELECT name AS [Name], SCHEMA_NAME(schema_id) AS schema_name, type_desc, create_date, modify_date, 'Alter schema dbo transfer ['+SCHEMA_NAME(schema_i (...)
(...) Step i get an error from the Docusign API which i can't figure out. "Error while requesting server, received a non successful HTTP code Completed with response Body: "error":"invalid_grant","error_descript ion":"no_valid_keys_or_signatures"}" I'm guessing that i am missing something in my Docusign Developer Account but i'm not certain what it is and the Docusign Documentation isn't realy helping me her (...)
(...) When they have a flight chosen and booked, they get a table through a command done inside the application which can be pasted in email/world/excel. When the copy table is pasted in notepad++, the script is not available so I was trying to get ideas on how to paste the information inside webcon and make it available as a table. Does anyone faced something like this? Thank you