Hi, if one adds groups in the user privileges of a report users not being member of the configured group(s) get those restricted reports displayed in the suggested reports widget of dashboards in the portal. The report content shows no data - as expected. May this be a bug due to a missing permission check? Kind regards Sébastien
Hello, is it possible to prevent emails from being sent in the dev environment without having to disable all actions that involve sending them?
Hi, How can I create a form in WEBCON BPS Designer Studio with four columns: field name, current value from an SQL table, new value to be entered,description for the entry? Just like in the screenshot. I need to display the current value to the user, and the user should be able to enter a new one.
I have a single line text field as a technical field that I set to describe specific status e.g. Approved / Denied English is set as the original language within the business rule that sets me the field along the way. I use this technical field within our dashboards but it always defaults to English no matter what I do,. The path gets triggered by a subworkflow. If I the author myself go on the path the translation is ok but if I manage it through the sub-worflow from a superior for exampl (...)
Hi everyone, I’m running into an issue with calculated columns in a WEBCON BPS report and I’m wondering if anyone has faced something similar or found a workaround. I have a report based on some workflow, and I’m trying to add a calculated column that returns the value related to a given element in report. The value is stored in a table located on another SQL Server (linked server), which is already connected to the WEBCON database. I tried using a query like this: SELECT Value FROM [serv (...)
I already asked a similar question regarding a signature field. I updated the Word template because old references broke it apparently, then and then it worked. I now have a multi-line advanced text field with settings and editor. I tried to add in word as rich text field control with and without Business rule / only text field value. Should I try to create the word again until it works ? Or is it just not possible to take the format of the text over into the word-file? Best regards (...)
Hi, I'm experiencing an issue with selection attributes. If a user types a value but doesn’t explicitly confirm the selection, the value still appears in the field after saving the form or moving along the workflow path. However, the problem is that the value change rules are not triggered in this case, which often results in the form not being populated correctly. Has anyone encountered this behavior or found a reliable workaround?
Hi, I have a problem with the form. I get this message when I break inheritance on a step. I can't fix it. It affects the order of attributes, and I can't change their settings. Has anyone had a similar problem? Version ver. 2025.2.1.321
I've been trying to install the newest Webcon version and the installer gives me the information that I must have Cumulative update 29 (15.0.4410.1) installed to continue. The problem is that I haveall the most recent updates and when I try to install the desired update manually, I get: "A SQL Server update with a higher version has already been installed on SQL Server instance MSSQLSERVER, so the current SQL Server update cannot be applied. The version of the SQL Server update that is already (...)
Hi, is this license(WEBCON BPS Process CAL) still available for purchase? We are using WEBCON 2025 R2 with a perpetual license. We already have one license of this type installed and would like to buy another one. It is possible to combine perpetual licenses with subscription-based licenses within the same WEBCON BPS environment. For example, in the new process, I would like to use my current perpetual BPS CALs for internal users and Single‑Use Access Licenses for external users.
Question for Webcon Team Webcon BPS use .Net Aspose. SDK created by Webcon team / webcon actions like word to pdf also using Aspose library. SDK are executed by webcon. Could I use existing license If I want to create a new SDK with Aspose.
Hi everyone, maybe this question asked before. I am currently working with a WEBCON BPS SaaS instance and I need to connect it to a local (on-premises) SQL Server to access internal data sources. I understand that the WEBCON BPS Bridge is the recommended solution for this hybrid setup to avoid opening inbound firewall ports. However, I am having trouble locating the actual download link for the Bridge installer within my portal or the community downloads section. Could someone please p (...)
After upgrading our environment to WEBCON BPS 2026, the “Edit file” functionality in document libraries no longer works as expected. Before the upgrade: • Clicking “Edit file” on a Word document from the document library opened the file directly in Microsoft Word for editing without issues. After the upgrade: • Clicking “Edit file” opens Microsoft Word. • Entering the correct credentials does not authenticate successfully. • Instead, the same login window reappears in a loop. Ad (...)
Hello All, Iam having trouble updating from version 2025.2.1.321 to 2026.2.1.321. I previously tried updating from version 2025.1.1.152 and received the same message. "There is no migration path between versions"
Hello everyone, Do you know of any way to detect and read the contents of all QR codes while processing a PDF attachment, when the file consists of multiple merged pages and each page is marked with a separate QR code? When using the standard WEBCON mechanism for reading QR codes, it always returns the content of only the first QR code found in the document, regardless of how many pages or codes the PDF contains. Has anyone faced a similar scenario or found a workaround or alternative a (...)
Hi everyone, In my scenario, the user uploads an Excel file with multiple sheets. Each sheet has the same structure but contains different data. I need to create an SDK plugin that processes the file and adds entries to an item list, using the sheet name as a reference. Has anyone dealt with a similar case or can suggest the best approach/methods to handle this? Best regards!
I have the issue that I selected and added a handwritten signature in a document template. But he saves me the HTML-Code and the picture. How can I remove the HTML-code or prevent it from being generated because it is 3-Sites of autogenerated data-tag. I only added the field in general from the webcon plugin. Webcon Version is the newest one!
Hello! We've had this error showing up while doing random tasks, so far we have encountered it when trying to import an app, and when trying to chose an AD group. However the description is very vague, so we are not able to pinpoint the error, has someone experienced something like it?
Hi, having e.g. local AD and Entra ID enabled as authentication providers a user gets a page with the WEBCON logo and two buttons for Local AD oder Entra ID login. Is there any way to force always Entra ID login? And if yes, is there any way to force this login page if e.g. an admin user (not existing in Entra ID) wants to use local AD as authentication provider? This could be e.g. a query parameter: ?forceLoginPage=true. Kind regards Sébastien
Update: There has been a bad return in the script that screwed the things up. # Hi, I have a REST API endpoint in PowerShell Universal with the following code for the response: [code] $result = [PSCustomObject]@{ result = [PSCustomObject]@{ htmlLog = $html } isError = $isError #BOOL errorCode = $errorCode #INT (...)