Is it possible to change the name of a step dynamically to the assigned person/group name?
Hi Guys, Is there any way to configure paging for the item list? Got one with > 280 rows, initiated from the SQL query. I cannot use data table to display the data only, as users need to add comment for each row in one of the columns.
Hi everyone, We're working on a process in WEBCON where we need to display a countdown timer on a form. Specifically, we want the timer to be shown in the [time until next adjustment] field, counting down to the next scheduled update. The timeout is set to update the [value] field, and the countdown should dynamically reflect the remaining time until that happens. Has anyone implemented something similar ? If so, how did you approach it? Any insights or best practices would be greatly (...)
Hi, While testing version 2025.1.1.105, I noticed a bug that when the data source is disconnected from the application, it cannot be delated. Only after refreshing the entire designer does it allow the application to be deleted.
Hi, I'd like to build SQL query that uses 'current BPS database' and at the same time uses linked server that exists on that server. So I want to do sth like that: Select * from BPS_Content.dbo.WFElements t1 left join [my_linked_server].[database].[schema].[my_table] t2 on t1.id = t2.id Unfortunately it doesnt work. I got an error in Webcon Studio "Access to the remote server is denied because the current security context is no trusted.". Then I tried to execute this query directly (...)
We are having customer who would like to apply annotations to Pdf files. When trying to edit a pdf file in WEBCON BPS the "IT Hit Edit Doc Opener 5" is being downloaded which I installed. Edge tells me that the add-in is installed and on my computer it seems to be installed too. As far as I understand, this add-on should allow to edit pdfs However, when i'm trying to edit a pdf document, the "IT Hit Edit Doc Opener 5" is downloaded again. Has anyone experience in editing pdf's in WEBCON (...)
Hi all, is it possible to use another smtp-server besides echange-server? i.e. zimbra or kopano?
Is there a way to hide navigation menu items in 2025 version without using css ?
Hi everyone, I’ve been working with the Webcon API, but I've found that the standard API functionality is not sufficient for all my needs (mainly for filtering items and searching). However, I came across the possibility of using the OData standard in Webcon, which seems like a promising alternative. I recently read a post on the community forum about OData support in Webcon, which you can find here: https://community.webcon.com/posts/post/odata-format-in-webcon-bps/346/3 . From what I und (...)
I've added new features on a Dev server and everything works as expected. Now I want to deploy it to a Test server, but I keep getting the error message: "An item with the same key has already been added." What could be causing this? Even when I try to deploy a dictionary where I haven't changed anything, I still get this error. So I really can't deploy anything anymore... Thanks in advance for the help. Best regards, Mario
Hi, In Webcon 2024 chart labels don't display decimal places. In Webcon 2022 decimal places were shown. Is it a bug or can I do sth with that? I attach a photo with this case. On the photo the label shows 0. It should show 0.09. Decimal places are quite important when I want to show a share of something, as it will always be in the range <0,1>. Regards Lukasz
Hi, I want to add a new BPS Group that will collect members of a given team. I don't have this group in active directory. I don't fully understand what is the meaning of Group identifier (BPS ID). It has to be in the UPN Format. In the knowledge base there is an article where the BPS ID is [some name]@webcon.pl. My questions are as follows: 1) Could I also use "@webcon.pl"? Or should I rather use my domain name? 2) Is this group only within Webcon or will it be visible in Active Directory (...)
Hello, I have a problem - I have a process of an application that works fine in the development environment. It also worked fine in the production environment when I imported and published it the first time. When I imported the application into the production environment again after making changes and clicking on it, I got an error with the message: Type: System.Collections.Generic.KeyNotFoundException ------------------------------------------------------- Message: The given key was no (...)
Hi, I have a problem and a question I have a form on which I have an attribute as an html button that directs me to a resource on sharepoint on which it loads some file. I need that after loading this file on sharepoint, a link directly to this file is saved in webcon in another attribute, e.g. the name of the attribute "link" Is there a chance for such a solution? Thanks in advance
Hi everyone, we just figured out that there was a time, when the "Clear item list" action saved a faulty configuration. The issue is, that the id of the selected item list was saved (1) without using the variable syntax (2). In turn the integer value wasn't replaced during the import and the execution of the action will fail, if the integer values are not the same on both systems. In the worst case the value does exist for item list on both systems but for different ones. You can use the (...)
Hey, on the website https://webcon.com/pl/resources/elektroniczny-obieg-umow/ I read that the system allows you to generate a ‘redline’ version of documents (comparing changes made from the moment the document was sent to the client to the moment the document was received back - even those changes that were not made in the change mode) How is this done? How do I run it in the process? Thank you, Maciej
Is there any way to offer an option to an user to return its form after he/she sent it to another user? Let's say that we have a following situation: 1) User A opens a new form and fill it up. 2) After filling it up the user sends this form to his manager for approval. 3) After 5 minutes the user realized that he missed one issue. He wants to return this form back to his step. Is there any way to allow the user to return his form by himself instead of asking an administator or the assig (...)
Hi all, After finally having upgraded from 2023 to 2025 the new UX was quite a surprise. I now find that I am unable to change the order of reports, which worked in 2023 version. Is there a way to arrange the order of reports in 2025? OK, sorry, I just found it. Need to do it in the browser by changing the mode to edit in the application dashboard. This used to be available as dashborad in Designer Studio. Now there is a node called "Dashboards" in Designer Studio, but there is nothing there, (...)
Good day webcon community, As the title states, i ask myself if javascript is faster than using formrules. As example i had a formrule what would get the sum of a number column in an item list and compare it to another field. It took sometime for the formrule to procress this, while my javascript that i wrote in a html element did it much faster. I wonder now if i should reimplement certain functions with javascript instead of using formrules to shorten the page loading time. So can someo (...)
Webcon Designer can be started in admin mode: with --admin commandline parameter. How to set password for this admin? The one set by the "WEBCON BPS System Administrators" doesn't work.