Hello, since the new UI we've got much more users on the dark theme of webcon, it brought however a few new challenges with custom colors on controls / lists. At this moment we are able to set custom css styles - background/text using attribute configuration: https://docs.webcon.com/docs/2025R2/Studio/Process/Attribute/General/Attribute_StyleAndBehavior It however lacks the possibility to make the color dependant on the theme, which causes in many cases unreadable text - see attached exa (...)
Hi, while we can create business rules which act similar to table valued / scalar functions, we can't pass the columns/data to them. The inner business rules are executed before the outer SQL command is executed. This comes in really handy in a lot of cases but also has it's limitation and will require creating repetitive code. I would suggest the following: Create a new "type" "SQL function" Properties would be similar to a business rule: Name : GetFirstTextPart Description: Wil (...)
Hi, it would be great if it would be possible to set prefix and suffix for integer form fields too like it is for floating-point form fields. The workaround to use a floating-point form field and to set decimal places is known but not the intuitive way. Kind Regards Sébastien
Hi, it would ne very nice if one could directly jump from an element in the tree in the "usages" tab to the respective element in the app. E.g. a double click on the form field to jump in the style and behavior form rule section. Same for all other combinations. Kind Regards Sébastien
Hi, it would ne nice if one could enter a list of css class names in the "style" section of the tab "style and behaviour" of a field. Insted of multiple occurences of the same style code in different fields one could just enter one or more css classes. This keeps css style modifications simple. If there would be an internal css editor (similar to form rule editor) instead of a text input field for the css classes there could be a multiple select of the already defined css classes in the ap (...)
Hi, it would be nice having an option in the path parameter settings to tell the button if it shall be displayed on the left or the right of the button list. Adding eg a class .path-button-container-right to the div containers of all right aligned buttons and the following css would do the whole trick: .dynamic-form #pathPanel .path-button-container:not(.path-button-container-right) + .path-button-container-right { margin-left: auto; } This addresses always the 1st button with (...)
Hi, it would be nice having a global default button style template configuration for the button style of paths in the parameters tab. We would like to define some styles like "decline", "approve". This way all negative or positive buttons would always have the same look and everything could be controled through the global style template in system settings. In the path parameter configuration a live preview would be nice too. Moreover a CSS low-code editor would be nice to build those st (...)
Currently while focusing Choose Attribute on mobile form the default keyboard is opening. It would be great if we could choose what type of keyboard is used. It would help for example in cases when you choose a number from dictionary.
Hi, having dev, test and prod systems it would be great if an admin could set the link to the Designer Desk of the dev system in prod and test systems in the administration of the portal. This way users can open Designer Desk on dev system from prod and test and projects get published in dev system directly. Exporting published projects on prod and importing to dev wouldn't be necessary anymore - if users would use Designer Desk on prod system instead of dev. Kind Regards Sébastien Anselm (...)
Hi, it would be nice if we could have a global setting in General tab of each application to toggle if the application is enabled or disabled (hidden in the portal) instead of adopting user privileges. Kind Regards Sébastien
Hi, while using the functionality of opening an attachment preview in a new tab, I noticed that when we start previewing two different PDF invoices in one tab, the system will always display the one that was opened last in the base tab in the newly opened tab. It would be good to allow opening many different files in a new tab, from different elements, so that it does not overwrite the newly opened PDF.
Hi, it would be great, if the "Waiting for sub workflow" step wouldn't check the type of the user license. Imagine the following use case: There's a parent workflow which is used by a few users and a child workflow used by all users of a company. The users of the parent workflow have an Unlimited-Solutions Access License. The users of the child workflow have a Single-Solution Access License. After the parent started a few child workflow and is in the "Waiting for sub workflow" step. (...)
We ran into the issue that one of our systems started to enforce compression for its HTTP responses. They are now compressed as gzip which leads to an error when trying to access data from the system using a REST Web Service Data source in Webcon. I can help myself by implementing a custom data source, but if there is a native solution, I would be glad to hear about it.
Why in 2025 version add (new step) button is missing from General tab and user can only add steps in Workflow designer? Is there any chance that you'll restore it in next version?
In the 2025 version, a new feature was added to allow transferring an attachment to another item with the ability to specify the Workflow ID. This functionality operates within the context of the current database. **Proposal for enhancement:** Extend this functionality to include the ability to specify the Content database ID where the Workflow ID is being referenced. This enhancement would be useful for transferring attachments across multiple Content databases, where processes are di (...)
Hi! Any chance you replace the old (PNG) icons shown in the attachments area with the new (SVG) ones (as in the attached image) and reduce the size from 42px to 32px?
Hi, we got the feedback in the past that the users sometimes don't recognize the Edit button. In WEBCON BPS the "Cancel editing" button is really prominent. Could we get the same design for the Edit button? I'm also wondering whether the "Cancel editing" should be displayed in as it is. In my opinion the cancel editing is not the primary action a use should take on the form. Best regards, Daniel
Hi, if you have a large form with numerous tabs because of to many fields the tab names may become unreadable in BPS 2025 on a desktop pc with 1980x resolution. This could be a little bit improved, if we could render the tabs not only horizontally but also vertically. The question would be whether to display the content of the tab between the current and the next tab or at the end of the tabs. Of course, there could be even other solutions to this, like how it is done in CRM where the (...)
Hi, in WEBCON BPS 2025 R1 opening the popup search no longer focuses on the search input, instead the close button get's the focus. Entering the popup search and hitting the enter key will close the popup search instead of showing all elements. Best regards, Daniel
Hi everyone, if I'm using an HTML field it would be great, if there wouldn't be any margins imposed on the control (1). My only idea right now is to remove the class which causes this via JavaScript in the HTML field, so that it is aligned with the other controls (2). <script> document.getElementById("SEL_HTML_#{WFCON:7009}#").querySelector(".grid-template__panel .upsidePanel__content").classList.remove("upsidePanel__content") </script> or with CSS: <style> #SEL_HTML_#{WFCON:7009} (...)