WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > General

General

Hi all, I recently moved to a subscription plan and wanted some occasional users to be able to submit requests in the workflow. To achieve this: 1. I enabled Single-Use mode in the licensing process. 2. In the admin settings, I assigned this type of license to the user. 3. I refreshed the licenses in the system to be sure. However, this doesn’t seem to work. When the user logs in, they see the following message in the bottom bar: "Single-use access license verification error. Please (...)

Hi, I have a path where the current user must select another user and pass a form to him. I want to send an email notification to both the selected user and his manager. I’m having trouble determining the manager automatically. Specifically, the problem comes down to the fact that I don’t know how to use a dynamic 'user' variable as a parameter. Or maybe there is another way to determine the manager? Would be grateful for any tips. Best regards Lukasz

Czy ktoś ma plik transformaty (xsl) który zaprezentuje fakturę w ten sposób jak na załączniku?

Running latest version 2026.1.2.91: If a dashboard is opened via navigation AND current page is the app startpage, all filters are greyed out (not active). F5 resolves the problem => filter is selectable If a dashboard is opened via navigation AND current page is NOT the app startpage, all filters in the dashboard are active as expected.

Hello! How can I prevent, in Webcon, that despite the existing permission structure, all users are able to see and receive suggestions for all instances in the applications they have access to via "Analysis" -> "Suggestions" at the top level (see screenshot)?

Hi Community, In most processes in my BPS, access to the application is granted to the AD group 'Domain Users'. I currently need to restrict access rights for three users in this group. Is it possible to do this without creating a new group?

MVP

Hello everyone, Has anyone encountered an issue with processing the HotMailBox? I have a mailbox that occasionally gets stuck, and the only way to resolve it seems to be restarting the Webcon Workflow Service. It appears that Webcon attempts to import an email but gets stuck in the process and never completes it. Any tips or suggestions would be highly appreciated. Thanks, Martin

Hello everyone, I have a question regarding Webcon standard areas and page design. We have a Webcon application that is linked through our SharePoint intranet, and users open the application from there. Regardless of how the application is accessed, the left panel is always displayed by default, as this seems to be standard Webcon behavior. This panel allows users to select a dashboard, view their tasks, and access other options. If my description is unclear, I can attach a screenshot for ref (...)

Recently, I found out that we have been using more user CALs than we had installed. We had 500 CALs, but we used 511 CALs – how is that possible? Why doesn’t Webcon show any message that too many licenses are being used? Webcon works fine, and all processes run without issues. Webcon 2025, perpetual license

Hello, while downloading emails, the following message appears: Could not download attachments. Skipping e-mail: AU2601705 Microsoft.Exchange.WebServices.Data.ServiceVersionException: The property Mentions is valid only for Exchange Exchange2015 or later versions. In the HotMailBox configuration, there's no option to specify a dedicated configuration for Exchange On-premises. There's only an option for MS Exchange 2013/2016/2019. I use MS Exchange in version 2019

MVP

Hi everyone, maybe someone has a good idea for this request. One application will be migrated from WEBCON to another platform. The users should still be able to view the data but they shouldn't be able to modify it. While this isn't a problem the process privilege level, the users didn't work correctly with the system and now have hundreds of open tasks. Which in turn means, the users with those tasks have also a personal edit privilege. I haven't come up with a good way how to solv (...)

Hi all, I browsed through the documentation for the public REST API as well as other threads here but couldn't find anything to help with my issue. My requirement is to check if workflows for certain criteria are already created and I need more than one search criteria for an exact match. I am useing the PublicApiSearch with an request URL like this: data/v5.0/db/1/applications/9/search?search=WFD_AttText1:XYZ This checks just fine if attribute WFD_AttText1 contains the value 'XYZ (...)

Hi everyone, we are currently experiencing an issue with our WEBCON BPS Portal (version 2024.1.1.217). After logging in, the portal does not load correctly for some selected users — instead, they only see a completely white screen. No error message is displayed, and the page never finishes loading. Additional details: Authentication method: Active Directory (AD) Occurs for only some users who attempt to log in Clearing browser cache/cookies does not help Different browsers sho (...)

Dear all, We maintain an Equipment dictionary that stores unique records for items used in field operations outdoor. I need to determine whether it is possible to configure WEBCON BPS so that scanning a QR code with a mobile device (via phone camera ) can directly open the corresponding dictionary instance. The key requirement is that the QR code is generated by an external system, not by WEBCON. In other words, a pre-printed, third-party QR code should be scanned, and based on the encoded (...)

Hello, is there a way to restrict the domains to which e-mail notifications can be sent? For example, I would like to establish a rule so that e-mails are sent only to addresses within my domain (@my_company.com). So, even if I enter an external email address in the configuration, it won't be sent to that user. Moreover, do you know whether data from test emails is stored in the database? (I am referring to the 'Send test email' function within the 'send a custom email' configuration.)? Be (...)

MVP

Hello, In the Local Service Status I see the following error (see attached image). I'm copying details below. Does anyone have an idea what this is about and how to fix it? - - - ERROR DETAILS START - - - OLAPActualization BPS_Content Error: Arithmetic overflow error converting expression to data type int. Arithmetic overflow error converting expression to data type int. The statement has been terminated. Warning: Null value is eliminated by an aggregate or other SET operation. The s (...)

Hi, have you encountered this problem? The REST action is called on a path that is handled by a recursive action (global). Execution limits are set to >30s everywhere. Despite this error, request sometimes reach the target system and sometimes do not, which is very inconvenient. Do you think this is a problem related to the Webcon application? Response End Exceptions: System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.Http.WinHttpExcep (...)

MVP

Hey everyone, is anyone else experiencing an issue with the “Choose application” dialog? On version 2025.2.1.179. when I click Choose application and start typing in the “Search application…” field, the tab automatically switches from Most used to All, instead of staying where it was. Also, the system doesn’t actually filter based on what I type — it just shows a random list of applications. Has anyone else noticed this behavior? Thanks, Martin

I have business rules that return a messages when doing certain actions, i am using the "Text" function for it, as it has a built in translation feature. However when exporting the translation of the application to excel i cannot find these text anywhere. Does someone know how to export them to excel?

Hi everybody. I'm trying to implement a calculated column into a report. This is the Query: ( SELECT dbo.ClearWFElemAdv(DET_Att3) FROM WFElementDetails WHERE DET_WFCONID = 9579 AND DET_WFDID = WFD_ID AND dbo.ClearWFElemID(DET_Att1) = 1 ) This column is empty. If I put in a value for WFD_ID, e.g. 52750 the column is filled with the correct Value (for item 52750). What am I doing wrong? Kind regards Klaus