WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

Daniel Krüger (DCCS)

MVP

Hi Dawid, it would be nice to know, until when we can add suggestions to this thread and when we should switch back to the user voices. Best regards, Daniel

After submitting a new user voice I remembered this thread: Item list: Grouping improvements https://community.webcon.com/forum/thread/8271

Hi, it would be nice to see the following improvements, when using groups in item lists: - Option to define the default value whether they should be collapsed or expanded. Similar to groups. Rendering the groups only would improve performance. - If totals are rendered, it would be great to defi

It would be nice to have an alternative. I prefer disabling actions, so that the user doesn't create support tickets why an action is not visible. A tooltip/hover could describe the reason, when the action is available. At the same time, we have cases like "admin" paths, which should be hidden fo

Hi Michał, I published now my post for upgrading from 2023 R2 to 2026. https://daniels-notes.de/posts/2026/upgrade-2023-to-2026 Best regards, Daniel

Hi Androsh, I also recommend to add create these customers as workflow instances of a dictionary process, at least if you don't need a more complex logic for customers. The only reason I jump in here is that you should refrain from using the "Run an SQL procedure" action with insert/update st

It would be great. if the function "Add new row" could be improved to set column values without workarounds.

Workaround temporary_key.snk
05.02.2026 15:13

Hi Androsh, there's no workaround, all assemblies need to be signed. One tip: If you have multiple SDKs, you can create one key and reference the same key from different projects. Best regards, Daniel

Hi Ernst, I also had the situation that I had a response which wasn't compatible with WEBCON. In the end I decided to create a custom data source which executes the request and wraps the result Here are some helpful lines, which will allow you to define the connection so that you can use

Hi Shalassin, there aren't any real limitations. As long as the hardware can handle it, you will be fine. You can check those here: https://community.webcon.com/community/public/uploads/editor/PDF/Infrastructure/WEBCON_2026_infrastructure.pdf Minimum requirements – “All-in-one installation”

Hi Ernst, while I can’t answer on behalf of WEBCON, there’s a workaround. The 2025 version extended the SDK to create custom authentication options. This would be a fallback. Here’s an example: https://daniels-notes.de/posts/2025/sharepoint-certificat-authentication-sdk Best regards,

Adding a new row from the "Single edit row dialog" would be nice. :) https://daniels-notes.de/posts/2026/single-row-edit-add-new

swimming lane validation
01.02.2026 11:28

Hi Androsh, if you are running into these kind of issues I recommend to click on the "Show" button and execute the displayed statement in SQL Management Studio. This way you will get some syntax checks which makes it easier. In your case there will be something like this and WFD_AttChoose2

swimming lane validation
30.01.2026 15:29

Hi Androsh, you found a good explanation for it. :) This example: Fig. 9. The configuration of the validation action using the SQL expression is similar to the one I had in mind. The biggest difference is, that I directly use the result of the if condition. Here's also the official docu

swimming lane validation
30.01.2026 12:43

Hi Androsh, if you are comfortable with SQL I would use SQL otherwise you could use a BPS internal view. Either one could be used in a "Validate form" action. In general I would do something like "Count the number of workflow instances which reserve the swimming lane in the same time frame a

Good morning Darek, at least it's a morning in Germany at this time. :) In general there's no real procedure you need to follow (any more). It would be the best, if the SQL Server is available, when the IIS application pool starts and the "WEBCON Workflow Service". The "WEBCON Workflow service

Column Filter for Item List
29.01.2026 08:31

Hi Klaus, real filtering it would be possible with JavaScript but this would take some effort. If you only need the filtering in view mode/no information need to be modified, you could render a data table instead and hide the item list. If you need to edit using the "Grouping" feature may

I'm just recreating something what I did a few times which could be a great addition. We have sometimes the use case, that we have a menu button which does something with the item list. For example a complex refresh, which requires data from multiple source. In these cases we are using an HTML f

Selecting addresses by SQL
28.01.2026 09:39

I have one additional comment. If you are executing the test, please ensure that you selected the correct instance id, which actually has a value in the form field. WEBCON loads the last existing instance id for the current process, this can be the correct one, but it's something you should check.

Selecting addresses by SQL
27.01.2026 20:51

Hi Radostina, I tested it in a 2025 version and it works just fine if the default data source is used. In this case the Test only shows the expected columns. If the Users and groups data source is used, the SQL is ignored, at least when testing. I haven't tested it in a real scenario. I agr