Hi there. I'm wondering if (and how) it is possible to open an attachment directly from a report (e.g. via a link column) without the need to enter the form? Kind regards, Klaus
Hi, One of our employees has changed their last name, and as a result, their old AD account is now inactive. However, there are still tasks assigned to that old account across several applications. Is there a way to efficiently migrate or reassign these tasks to the new account? Thanks in advance!
Hi, I'm writing this post to verify, that I didn't overlooked an option. Situation: I have a data table to get the data of subworkflows and the base 64 encoded values of their attached images. This data table is used to create a word document. The standard SQL connection uses the bps_user which neither can read data from a separate database nor is the user allowed to read the attachment file table: "The SELECT permission was denied on the object 'WFAttachmentFiles', database 'BPS_1f6af (...)
hey, i'm trying to create an alert notification in case some of the dates are not matching in the form. main problem is that i cannot use form rule(Alert) in the automation, as it would need to be triggered on menu action 'Upon instance saving..'. is there any way around this ?
Hi, is it possible to arrange fields for exaple "yes/no Choice" horizontally in a tab (that is part of a group)
Hi, we are considering changing the domain for users in AD in our company, which will consequently result in changing logins in BPS and losing permissions. Are there any scripts available that would allow us to update the tables so that we can preserve the existing permissions and access rights for users? What about licenses? Will they be revoked for the old logins and assigned to the new ones, or is there a specific procedure in place for such a case?
Hi, I'm working with api that doesn't allow uptade of whole list at once and it could be done only row by row. How to call REST API for each row in item list and pass related values ? I've tried to use foreach row and business rule in call definition but it doesn't work.
Hi, I’ve migrated the SDK from Webcon 2022 to Webcon 2025 R2. During execution, I’m getting the following error: System.PlatformNotSupportedException: This operation is not supported on .NET Standard, as Reflection.Emit is not available. The SDK connects to a SOAP endpoint. The client responsible for establishing the connection is located in a separate library(net standard 2.0). The BPS extension is also implemented in .NET Standard 2.0. How to fix this?
Hi guys, some of our users have pointed out that the pathpanel is too large at low screen resolutions. We've enabled the floating version of the panel, which does indeed take up a lot of space. Is there a way to resize the panel, e.g. using CSS? Do any of you have any ideas? Thanks in advance Gerd
Hi, I have an implementation question. We'd like to merge two WebCon instances into one. We currently have two servers, two configurations, and two WebCon services. Is it possible to merge two instances onto one physical server, running both configurations on one service?
Dear Community, In a process where parallel tasks are configured with the "Completion – All" setting, I would like to send a notification email to the task initiator as well as to all other parallel task assignees each time one of them completes their task. This should continue until all assigned users have completed their tasks. How can I achieve this behavior? Which action should I use, given that neither "on exit" nor "on path" seems to work in this scenario?
Hi, I’m looking for the best approach to handle long-running operations (potentially taking several minutes) in WEBCON BPS. Scenario: Suppose we need to perform time-consuming Active Directory updates based on a list of items within a WEBCON BPS workflow instance. Given the current execution time limit of 120 seconds, this may not be sufficient. Workaround Approach: My current solution is to use a scheduled Windows Task (created via a PowerShell integration action in WEBCON), then trans (...)
Is there an up-to-date list somewhere showing the limit of attributes that can be used in a single process? I'm asking because I used the Yes/No choice field 40 times, and the only page I found is from 2020, which says that such fields are limited to 20, not 40. https://community.webcon.com/posts/post/limiting-the-number-of-form-fields/70/3
I don't have a "WEBCON BPS Software Development Kit" license. I'm wondering about the possibility of electronically signing attachments. Is the only option for using a qualified personal signature the "IT Hit Doc Opener 5" add-on? The "Sign an attachment" action only applies to the signature placed on the server, not the user's personal signature?
Hi Is it possible to display SQL ROW/GRID on archived items? I see that items are disabled natively, but perhaps you have a workaround?
Hi. In one of our processes, a user can import data into an item list from an Excel file. Unfortunately, these files often contain at least 100 items, which causes import problems. In such cases, somehow, the import is successful from the admin level (I don't understand the difference). The item list currently has 40 columns, including several selectable fields that also populate other fields or calculated fields. How do you manage importing files with over 100 items for such colossal item (...)
Hi, in this report, does a user need to have read privileges to view the data? Not to open the document itself, but just to view a specific item within the report. A couple of days ago, this worked without issue(without read rights), but now, without any changes, it no longer does — a user only see rows in the report for elements that have some assigned rights (such as read).
The application was initially developed in the dev-environment and later exported to the prod-environment. However, changes have since been made directly in the prod-environment that are not reflected in development—and unfortunately, these changes were not documented. Now the question is: Is it safe to overwrite the development version with the production version, considering potential issues such as differing IDs, configurations, or other environment-specific data? If it's not safe, what (...)
Business case: due to organization regulation it is required to fill in a specific form and attach it as PDF to a WEBCON case. The problem is how to assure that such PDF file matches prefedined format and that is is filled with reasonable contect Expectation: dedicated action that will take two attachments: template in PDF or WORD and actual document in PDF or WORD and will calculate similarity score from 0 - documents differ completely to 1.00 - documents match perfectly. Alternatively TRUE (d (...)
I am using a list item and trying to retrieve the corresponding email from the data source by selecting a name. The filtered email should be displayed in the field immediately after selection. But it's not working. The email only appears after I delete the name. How can I solve this problem?