Hi, I really like the new option that an user can authenticate himself against an arbitrary authentication provider. Like in most cases this is true for this feature, if you provide a new one there will be immediately questions asking for more. :) For those who don't know what I'm talking about you an search the change log for 2021 R3 for 'Authentication request endpoints'. In my case it's the following: When I click on the sign in button (1) the server will read the configured endpoint (2) a (...)
Hi everyone, I'm currently creating quite a lot of "validate form" actions. For example: - Date one must be after date two - Date must be in the future - Integer value must be positive These are implemented as "validate form" action since I prefer validation on the server rather than on the client only. The draw back is, that it's a poor usability. So I "recreate" the same validations as form rules with alerts, which are called when the field value is changed. So I have to implement the same (...)
The Verify Process action (Process configuration test) currently doesn't check if hard coded users still exist. For example a group could be selected in a people field which limits the available users. The group has been deleted like in the attached image. But this doesn't result in an error. Best regards, Daniel
It would be great, to have some kind of IDE in the Designer Studio while editing SQL or Javascript code. Therefore it would already help if there were line numbers and code highlighting e.g. for opening and closing brackets. Sometime it is difficult to manage your own code when it reaches a certain number of lines. For example, if you have a Javascript code and only one semicolon or closing bracket is missing, you need to look for the issue. Yes, you could copy your code to another tool (...)
Curently there is only one option to install Office Add-Ins from Webcon Portal - use Internet Explorer. As we know IE is realy old web browser and Microsoft is going to finish support for this browser at 21th of August 2021. We should add support for this feature for modern web browsers.
When adding or updating elements via Rest Api, for picker fields it is required to provide Id and name. Quite often the name is known, but not the id. As picker fields are usually based on datasources, it would by great, when the api would be extended with methods to query datasources. There should be at least two methods: 1) getting a list of all available datasources (overall / by application) 2) query a datasource with a filter. To make it easier, the filter should be passed in as query s (...)
It happens that special privileges have to be applied on workflow elements, dashboards or views. Unless we work on a system with different test users, it is quite difficult to check whether a certain user really has access to right artifacts or not. Sometimes i also get support tickets from customers telling they would see or not see artifacts. As an administrator oder system administrator it would be great, that we can simulate a user. Within the simulation mode, we would be able to see wha (...)
Hi, It seems that the visibility of the save comment button also in the form editing mode would be more useful and understandable for users. Please consider adding this option. Regards
Hi, I would like to request a minor change :) in the view of actions used in the workflow. The change consists in highlighting those actions that come from the template. The existing left bar could be used here, which would have a different colour for actions from the template. Best regards.
Please give us the option to remove this giant patch of white snow above the table. When I hide the table name and description, the lonely refresh button just sits there on its throne, creating a massive empty space that’s… let’s say, not the most elegant design choice. :) A toggle or option to collapse it would make the screen look much nicer. Thanks!
hi, It would be useful to know at what stage the comment was added. The name of the step could appear next to the user name and date in the comment header. Regards.
Hi, I just noticed that the required star is added to the save button, when a new item list row is added in 2025.1.1.105. It would be great if the required star is added whenever a form field was modified, the page is dirty. There's already the session storage key "WebconBPS_FormIsDirty" and the functionality to add the required star. It's probably not complicated to combine the functionalities. Edit: The star is also added, when a field is modified in one tab and the user switches to (...)
Hello, just a quick idea - as of 2025 version, we are able to select custom app icons for applications. What do you thing about allowing selection of icons for reports / dashboards in navigation menu?
Hi, maybe I've missed something in the documentation, https://docs.webcon.com/search?q=SOLR but it would be a great option to exclude processes or form types from the search index. Processes I would like to exclude most of the time: - Dictionaries - Document template - Technical / helper workflows There are even cases, where it would be great if a workflow instance of a specific form type would be excluded. For example when a workflow instance get's "archived", we change the fo (...)
Hello everyone, Unfortunately, no archived instances are currently taken into account in the Advanced Analytics Framework. Since we perform archiving cyclically to keep the memory requirements on our SQL server low, the required process insights are not displayed in the Analytics Framework. For large processes, the processes are currently archived 3 months after the instance is completed. In principle, however, we would like to archive the processes relatively directly after completion, bu (...)
Hi, A useful option would be the ability to capture and save the output of a powershell action, either to an attribute or to a local variable. Similar to the mapping of response values in a REST action. This would allow the received data to be further processed/used in subsequent autumatization actions. Regards.
Hi, In my opinion, it would be useful to have the option of blocking the view of a given group at the top or bottom of the form (selectable in the configuration). It is about the behaviour when scrolling through the form. Similar to e.g. menu bar new, refresh, undo or like the tracks panel in the floating option at the bottom of the screen. Greetings.
Via public api we can query reports and views. However, they lack of the possibility to apply filters, search in specific fields or apply a full text search. Basically all the things we can do within a report on the portal To achieve this, we currently have to use the undocumented internal api, that reports use when we apply filters and search for elements. This works perfectly so far, but it would be much better to have this functionality also within the public api.
Hi, I would like to submit an idea related to: - Daniel's post: https://community.webcon.com/forum/thread/329?messageid=329 - Maks' post: https://community.webcon.com/forum/thread/5057?messageid=5057 it would be great if the IS IN function has vertical layout (screenshot)
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 (...)