It happens quite often, that the length of a textfield has to be limited. This can easily be achieved by a reqular expression. However, input fields with inputmode text allow the usage of the maxlength attribute. It would by much nicer to restrict the user to type in more than the defined letters rather than showing a red error message. Therefore, it would be great to introduce a max length property for text fields
I think it would be useful to have the ability to apply custom css classes to input fields. With the current styling options there is no way to style the "inside" of the input controls. The last image is what I'd expect to be able to do, the first 3 images are what is currently possible with out-of-the-box functionality. If that is already possible I'd be happy to know how without having to target precise css classes, data attributes etc.
It was a great addition when the foreach functionality was added in form rules for item lists, but they seem to be limited only to get and set values. There are plenty of reasons for witch you could need to disable a field or color ii differently using form rules. It would be great if styling fields with the foreach functionality would also be possible. I have attached an example where the fields marked with yellow should be disabled if the checkbox on the row is checked.
I've overlooked an already existing user voice created by Markus. Hi, could we please get an option to define an additional .css file inside the theme. It could be similar to the implementation for defining the logos which can be loaded from an URL or uploaded as a file. Benefits: - We don't need to use the HTML field on the form level, like https://community.webcon.com/forum/thread/41/15 - HTML fields can't be displayed on reports so we are creating other workarounds - It's not necessar (...)
Can you please add a simple feature - application (or process) versions ? The idea is to have a "back" button - revert to (any) previous version if something goes wrong. I know - you want us to use DEV/TEST/PROD environment. Sure. But versioning would be a nice feature, really. Two options for you to choose: 1. every save is a new version 2. save as new version button
If possible, please add more colours to mark arrows in process design. It's very useful to mark arrows with same colour as buttons (paths). Currently there are grey (default), green, red, blue. Thanks.
Please add a configurable option to disable the export of company entities during application package generation, as well as the ability to selectively choose which company entities should be included in the export. Currently, when moving the application between environments, the system exports and overwrites all company entities by default, which then requires manual restoration or cleanup. Providing an option to exclude company entities entirely, or to select only specific ones for export, w (...)
I’ve been wondering why Webcon doesn’t support Git integration. It could really help speed up the development of new features in workflows and make it easier to fix any critical bugs quickly. Webcon team — Git support would be a game-changer. Please consider adding it!
Hi, when entering a workflow -> Main form -> Attachments section there is an option called 'Related attachments'. This is really useful since it allows displaying attachments from sub-workflows/parent workflows or via SQL and it can save a lot of disk space. The issue is that the related attachments don't appear in the same tab as standard attachments. Users, unless they are aware of the second tab, usually don't even check it and may miss some files. This issue, besides related attachments, 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 (...)
I would like to suggest a feature: It would be very useful to have a synchronization mechanism between the Webcon Portal and Entra ID that automatically imports user profile pictures. The goal is to ensure that these profile pictures are not only visible in the Webcon user profile but also available in form fields of type “User” (User Formfield). Thanks, Julius!
Hi, I think it would be great if we could switch from the BPS Portal to the user's account and check what he sees on the form and reports. The system and business (global) administrator would have such privileges. From the BPS Portal level, he could use the icon to switch to any user's account (administrative mode). Sometimes data source values are filtered and there is no way to see what the user actually sees. Regards, D.
Hello I have a question. Is it possible to replace a user in webcon with another one, i.e. I have an account xxx@domain.com and I would like everything that was and is on the account xxx@domain.com to be assigned to the new account yyy@domain.com Thank you in advance
Constants - add info is always treated as TEXT or add option to set type of Constants https://docs.webcon.com/docs/2024R1/Studio/Process/Process_Variables#konfiguracja-sta%C5%82ej
I would like to propose a change to the Process Import/Configuration grid. It would be great if the names: Data sources, Fields, Constant etc. were in a separate column (if it were possible to sort/filter by this column it would be great :-) ). With many data sources, finding the one I don't want to import is not easy.
Break with error - possibility to use multi line in "operator" I tested few scenarios with multi text and with HTML tags is possible to use HTML tag - this is GOOD but ... multi line is missing :/ and you need to put everything in one line .... is not user friendly and if you have <enter> in prepared "text" then ... the operator in "text box" is skipped all "text" after <enter> P.S. Could be nice to add (mention) in help or any other doc. that you can use HTML tags ... I'm usin (...)
Hi, this may sound strange, but so was the reason, why I'm proposing this. My suggestion is that the expression editor for a SQL command inserts the instance id variable in a way: Currently it is inserted as: {WFD_ID} My suggestion is that it is inserted within single quotes: '{WFD_ID}' The reason for this is, that it would prevent errors which may only surface in production. This is the issue what I encountered. A process was tested with a test protocol and transported from valid (...)
Dear Webcon Team, The new To-Do list feature is excellent. However, adding the ability to assign/delegate tasks would significantly enhance team collaboration, efficiency, and accountability. This feature would allow clear assignment of responsibilities, ensuring better workload distribution and improved project tracking. Best regards, Konrad
Hi. adding users to groups causes an update of the user properties which downloads objects from Azure AD. Depending on the environment it can take quite a long time. - (7/2/2024 2:33:46 PM) Step started: Download selected objects from Azure AD if required - (7/2/2024 2:35:44 PM) Step completed: Download selected objects from Azure AD if required (duration: 118687 ms) While this is not a problem if the user is added via the Portal, executing the "Add user action" in synchronous mod (...)
Generating a Word document, converting to a Pdf and deleting the Word afterwards, so the result is a Pdf only, are often used document generation steps. Unfortunately, it is not possible to overwrite an existing Pdf when converting a Word document to Pdf. So we usually have to delete the original, but I would prefer having an updated than a new Pdf. I would wish there was an option like the Mode in the "Generate/Update a Word file" to select whether to update an existing file or to create (...)