Could you please consider adding a setting that would align all input fields left/right/center? It's a little annoying having all fields aligned left and only floating-point values aligned right.
Can you add path button style options (in Global parameters - appearance) for every path color available in a workflow diagram (8 colors) ? So, changing a path color should apply corresponding button style in the path. This would greatly improve development time, in a big workflow entering path button style for every path is time consuming. Also, this will keep colors consistent between workflow diagram and the form.
Hi @all, I´ve many processes they use the same rest-request to fill choice fields, table, etc. But the request requires a dynamic values in _url-parameter_ or _request-body_. At the moment i´ve to clone the *same* data source for every process... not nice ;-) ! A parameter would solve the problem - like as parameter into rules! Thanks and best regards Daniel
We are coming across scenarios, where it is required to audit the views and not only changes on an element. Ideally we would be able to configure the audit level: - View element - View attachment - Download attachment - View in report (elements retrieved and displayed on reports) - Edit element - Delete element As additional auditing is likely to have performance impacts and also increase the database quite fast, it would be better to enable auditing on process level only. Maybe i (...)
The preview generation functionality should be somehow improved. Currently it is bound to how big the designer studio window is and implicitly how big the resolution of your monitor is. We have some very big workflows that won't fit on any screen and the preview would always be blurry and unusable.
In WEBCON the development is so fast and agile that it started to create bottlenecks in the deployment activity. We are using Azure DevOps and it would be great if some kind of pipeline could be created in order to start and deploy things in an automated manner.
Dear WebCon Team, the Concat function is a great advantage for text handling. Unfortunately, it is very hard or let's more say inconvenient, if you forgot a text part. In my understanding it is not possible to replace concat parts or even add text parts before or change there position. e.g. concat[Happy][Weekend!] so I would like to say "Happy easter Weekend!" for this I have to delete Weekend! and type easter and then type again Weekend! Of course in this case I just have to add it to the (...)
Hi, so HTML attributes are great, but only untill you try to do something with them - like hide for example... or export - import Seems like you keep them all in a single SQL field:-( So, some JS manipulation is needed, rule editor is useless. Can you make normal HTML attributes - every attribute in separate SQL field?
During a presentation there was a comment that the indicator (traffic light) icons are not easily distinguishable for colour blind people. It would be an improvement if the icons would have a different shape in addition to the colour. One idea would be a red square, orange triangle and green circle. In addition there was the question if it would be possible to provide a tooltip what each icon indicates. I've currently added an explanation above a data table but this won't help in a report. Ther (...)
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 (...)
I would like to suggest an enhancement to the user interface of Item List (tabular) form fields within the WEBCON BPS platform. [Current Limitation] At the moment, users are unable to freeze specific columns in Item Lists when scrolling horizontally. This often leads to usability issues, especially in wide tables, where the first few columns (e.g., item name or ID) get lost from view. [Proposed Improvement] Introduce a checkbox option per column in the form field configuration that a (...)
Hi, unfortunately there seems to be no configuration for output parameters in PowerShell script invoke actions. This is much needed to get back calculated values, created logs or whatever else. The workaround from Daniel is not really convenient: https://daniels-notes.de/posts/2021/retrieve-ps-variable-value It would be really nice if one could define input and output parameters like in other automation. In our ESM-tool from Matrix42 the configuration of parameters/variables is describ (...)
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, adding a new picture form field requires us nearly each time to set a higher picture size limit in the advanced configuration. It would be amazing if we could set a global picture size limit ad default value in system settings. Kind Regards Sébastien
Hi, a function for expanding all child elements of an element in the tree of an application in Desiger Studio would be nice. Maybe via right click and context menu entry. This menu entry would be necessary for all tree elements containing child elements. Same for collapse all elements. This would safe time for expanding the elements manually. Kind Regards Sébastien
Hi, it would be amazing if Designer Desk would support multiple workflows and forms in projects. Is this already on the roadmap maybe? Kind Regards Sébastien
Hi, it would be great, if the 'Search panel' configuration would allow the positioning of the 'Search everywhere' field. Currently this is always displayed at the top which makes it really tempting to use it for searching, even if there's a dedicated field has been added. While this is not necessarily an issue, it may become one depending on the search phrase. In our case it takes almost one minute until the search is executed. This is due to the fact, that the SQL server breaks the sea (...)
I guess - your certificate is out of date:
Currently we have following keyboard types that can be used for Text Attributes: text, search, decimal, numeric, url, email, tel. But sometimes we don't want device to show any keyboard. For example if you are creating process for user with barcode gun. The keybaord that shows on the screen can take half of the screeen. The perfect solution would be to add 'none' option to keyboard types.