Czy ktoś ma plik transformaty (xsl) który zaprezentuje fakturę w ten sposób jak na załączniku?
Problem with launching the WEBCON portal after a new installation according to the instructions "WEBCON BPS standalone installation" (windows 2025 and updates, .NET Framework 4.7.2, installed automatically with the system, ASP.NET Core Runtime 8.0 Windows Hosting Bundle, MSSQL 2019 with installed full-text search , Ms Sql Server Management Studio 20, IIS with Windows Authentication), also tried to fix using this thread -> https://community.webcon.com/forum/thread/1042 . When I try to log in (...)
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 (...)
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 everyone, I’m working on an appointment function in WEBCON BPS. A user registers an appointment and types in the date and time when, for example, a customer is coming. When I click Register, I want BPS to automatically create more workflows (appointments) based on this one. My idea is: the user also enters an interval (e.g. every 7 days) and a limit (how many appointments). Then BPS should create: the main workflow date with e.g. 01.01.2026 (the user typed in) the next one with 0 (...)
Hi everybody, I was wondering if it is possible to use row level security for build in PowerBI reports on a dashboard? Or more concrete: Each Workflow element in Webcon has rights defined, i.e. who can see an element and its attachments or not. Is it possible to achieve the same in an embedded PowerBI report, e.g. looking at the PowerBI report an idividual only sees the data of the elements where he has "read" permissions? A solution here would help me tremendously to increase accept (...)
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 there, is there an easy way to get the ID of the last path passed? I want to create a rule that decides whether an action template is executed or not, depending on which path the element "travelled" last. Kind regards, Klaus
Hi, I'm going through data migration process via sharepoint lists and the protocol that I want to achieve it with is by using cyclical actions. I've created an automation that is runing subworkflow(sql) and there is a problem with mapping. Data source has exact values that I need, and I'm using them as intended but the problem is I'm getting data rows I don't want and even then those queried fields are still not applied to created instances after running the action, so that leads me to believing (...)
Hi to all. As a consultant who needs to dive regularly into the database using SQL I'm surprised that there is no physical data model diagram in the documentation. A visual representation of tables and their dependancies provides a very useful overview about how data is structured, maintained and related. In SQL server there is a option to add a new database diagram and thus my question: could Webcon, as a software vendor, provide and maintain the database diagram OR is it up to the implementati (...)
Hi, How can I add a static value to JSON - grid? I don't want to add Source field. I have a value that will not change. Furthermore, I wolud like to put it in there the easiest way possible. Pls help :)
Hi. Since we switched from V2021 to V2025 I noticed that it seems to be no longer possible to use the content of a form field (unsaved data) in a SQL query (see pic). It just delivers "empty". Is there a workaround? I frequently used the data of form fields to control actions and so on. This is a major degradation ! Kind regards Klaus
Business example: We have a process that many people can access, but only the administrator and the creator can edit it. Other users would like to clone existing documents to save time, but they can only do this for documents they are the author of. Is there any reasonable workaround to let users without edit rights use such an action? P.S. I have to use the SQL option because of position lists in the instance.
Hi Everyone, I’ve just started implementing business processes in WebCon BPS and couldn’t find the answer to my question on the forum. Business case: It’s an overtime management process. In one attribute, the user provides the overtime date, and then in the item list they provide additional data, including the employee’s name, start time (hours and minutes), and end time. I would like to give the user an easy way to set the time. I could use a Date/Time column, set provided date and a (...)
Hello, I would like to allow users export data from item list which shall be in readonly mode. Right now Export to Excel feature hides when I check the item list to readonly mode. Is it a feature / bug? Is it planned to be changed? Does any workaround exist, except the showing data table with the same result (and e.g. my query returns over 1k rows which is data table limit). I am aware that the form slow downs but is not crucial in that case :) Best Regards, Dominik
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
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 true that the Business Administrator role is required to view the analysis (Overview, Heatmap, etc)? If that's the case, then I have a bigger problem. Since the metrics are relevant for our process managers, for example, or even for department or division heads, I would have to assign them the role of business administrator. This would also allow them to delete workflow instances from the productive system or work in administration mode.... => Big no-go Kind Regards Ernst
Hi everyone, I’m currently working with a WEBCON environment and exploring the possibility of moving only the OCR component to a separate dedicated machine, while keeping the rest of the WEBCON environment on the current server. The main reason for this is that the CPU load on the current server is very high, likely due to the OCR processes, and we want to offload this to improve overall performance. Does anyone have experience or know of any guides, best practices, or documentation on (...)
Hello community, I need to start a workflow instance for each email address in a text, where the addresses are separated by semicolons. My plan was to initialize the Item List using an SQL query, and then to start a subworkflow (SQL) instance for each row (email). Since our WEBCON environment doesn't support STRING_SPLIT, I fabricated a custom SQL query to split the long string into individual rows with email addresses. This approach seems to work when executed via SQL COMMAND, but it doesn't (...)