Good morning, Designer Studio is missing Dark Mode - many if not 99% of programmers are just working on dark colors, thus saving their eyes and improving the comfort of their work. The second topic is the code editor. Currently, in Designer Studio, the place where we edit code that is, for example, "sql command" is probably a regular notepad without support for, for example, tab. It would be useful to have such a small VS Code in the places where we edit code. Reports of this type have (...)
Hi, if the browser window is small enough, the actions of the item list are collapsed to a context menu. It would be great if this popup would contain information in the DOM about the about the source. For example by adding a data-key attribute to the top element with the value item list and row. <div data-key="SubElems_1026_data-index_2" class="th-dropdown-content de.. Why would this help: Before there was the context menu we could use css to hide a specific action button in some (...)
Hello everyone, in our main application, we need to import address lists from clients. For some time now, we have been hitting the limit of 1000 rows. I would like to suggest reviewing the current server performance to determine if it is now feasible to increase this limit to 2001 (header + 2000 rows) or, ideally, to 2501. This adjustment would significantly ease our workload, as we currently have to manually split the address files. Thank you in advance, Bjoern Poller P.S.: I h (...)
Hi, With reference to Krystian's submission https://community.webcon.com/forum/thread/5118/15 Perhaps it would be possible to add that the applied parameters in the search panel could also be saved when creating a private view for a report. Regards.
A good and useful option for system users would be the ability to create filters on a column using a narrowing phrase. For example, by entering the phrase "BX2TD6" in the column filter with the function "contains phrase," users could create such a private view without having to mark each result. Each time this view is opened, it would present the results for that phrase. Currently, results need to be marked manually, or such a report with an SQL filter has to be created administratively.
Probably in 2023 is not present "used" in path "properties" ... I'm using 2022.1.4.404 and if i want to see where the path is used ... I need to "delete path" because: - in path - I don't have attribute property "used" - on automation is not showing where on path is used ... - if is deleted it show connection but there is no "link by click" to jump to Automation / form automation to path see attachments ...
Hello, for AND's and OR's inside business rules we have ability to change layout from horizontal to vertical, which helps to keep it nice and tidy. Few times i've used concat, which got really long - see attachment. Maybe we could get vertical layout for concat? :)
Hello, In many places we are able to create Process Business Rule from rule typed in a field (visibility, required, and many others). Similarly with form rules. I have a case, where i need to use same mail that is already being used, but to different people. (exactly 12 contents). Right now it requires manual creation of templates by copy-pasting them from action into e-mail template. Could we have 'Create e-mail template' from configurable e-mail action?
I don't know how you, but I miss Groups in Tabs .. I can do Group and then put Tabs ... I can do Tabs and put Group in each Tab .. but ... I can't do Group with Tabs and then in each tab put group ... :/ why? 1. I have form with lot of groups I would like to on each step put some groups on each tab to manage the order in form ... 2. Groups can be expanded and collapsed ... so in each tab I can collapse groups but the main Tab with tabs unfortunately not ... because I can not put (...)
Administrators can configure the allowed types of attachments globally. However, there are situations, where we like to only allow certain content types, e.g. pdf's, that are a subset of the globally allowed attachments. Currently, the only way to restrict is the usage of validation rules. For usability reasons, it would be much better, to be able to restrict the allowed document types. With a little bit of javascript it is possible to set the accept attribute of the input field. The (...)
Hi, in my latest post I wanted to link to a header of an knowledge base post. Unfortunately, there's no option to create a link pointing to a header like this one: https://daniels-notes.de/posts/2024/translations#bps-portal Therefore I had to write: Search for the term "Using the application and Edit mode" in the linked post, to see how it is done. https://community.webcon.com/posts/post/from-prototype-to-production-deployed-application-edit-mode-in-webcon-bps-portal/381/3 It would b (...)
Hi, it would really be great, to always see the menu bar, so that you don't have to scroll all the way up to save a dashboard. Ok, maybe it's just us who have long dashboards, as we added some CSS/JS so that report tiles float left. This way, we can have more tiles in one row while they take up less space. Best regards, Daniel
Hi, in my opinion it would be great, if the Archive view /explore/all could be configured on a global level in Designer Studio. Maybe as a BPS internal view. This would allow us to define the system and global fields which are available for every process. For example I really would like to have the option to see/sort/filter the modified date and business entity which is currently not possible. I'm writing this post right now because I just received again a "bug" description without a (...)
Hi, The change consists of changing the default configuration that is created when the timeout action is added to a step. Default settings are interval 1 minute, number of repetitions: infinite number. If we forget to change this setting, it causes unnecessary and large number of versions, calls to action, etc. to be generated. It will be safer if the default option is : number of repetitions: 1 Regards
Could be nice to add BB Code or other tags used in Forum or information what type of Tags can be used for me I would like to use: [code][/code] or [code="SQL"][/code] using code wil help read code - see attachment [quote][/quote] or [quote="name"] [/quote] [B][/B] - bold [i][/i] - italic ect. then is nice to use FF plugin or type tags ...
Hi, The idea is to always default to connections to the current database. Now if we have defined others, some others are often substituted by default, which is irritating :) Regards.
Hi, we have the option to create "child sources", by defining a superior source and a business entity. This way we can use different connections. https://docs.webcon.com/docs/2023R3/Studio/ConnectionsAndDataSource/DataSources/DataSource_RestWebService#3-superior-source This way we can use different connection for the "same" data source. This works fine for reading data. When we want to write data so, it's not so easy any more. For example the "invoke REST Web service" will allow se (...)
Hi everyone, it would really be great if we could have the option to check in a business rule whether the edit mode is active. Currently we can check for: - Admin mode - Mobile device - Share mode At the moment I'm using a combination of business rule and form rule to hide /show an element which is confusing. An alternative or maybe an even better option would be to provide a rule /function with checks, whether a user has edit privileges. Best regards, Daniel
HI everyone, Since I've started using Date Time picker in applications I'm always confused when using that Time control part. Most of the time I'm pressing Today instead of Close (and i can see same happens for other users), and it's frustrating that i can't type in the hour/minutes with keyboard. 'Today' could be changed to 'Now' - as we are in context of time, and 'Close' would be more readable as 'Confirm'. Pressing arrows with increment of 1 is not great :) I know it is possible (...)
Hi, OpenID connect is missing custom additional url parameters management functionality. This is required for some auth providers processing definition (e.g. Auth0 - flow automatization, login customization). More information https://openid.net/specs/openid-connect-basic-1_0.html#RequestParameters.