Hi everyone, it would be great if there would be some option to show the id of a choose field in the browser. Maybe in the history or history in admin mode? Use case: Two users with the same display name and there's currently no option to identify which user was selected without relying on
Hi, in case the thumbs up are counted, please add the ones of my user voice too. :) https://community.webcon.com/forum/thread/692?messageid=692 Best regards, Daniel
Hi Matthias, if it fails while loading the form, you probably won't find it in the mentioned table. I tried my best to provide some information regarding the log here: https://daniels-notes.de/posts/2023/where-is-my-log It's not an official source, but it may help you to understand and sh
Hi Paweł, WEBCON uses variables to replace fields/elements as you have seen / may know. In business rules they are marked masked {} and in form rules #{}# is used as the {} is a reserved character/will be used also in other cases. The prefix of the variables return a different result. You c
HI Marcin, this is my checklist: https://daniels-notes.de/posts/2023/copy-a-database If anyone has any contributions, I will gladly add them / correct mistakes. Best regards, Daniel
Hi Sandra, I went down the rabbit hole how we could customize it. I would have been interested in a solution too. First approach: Create a form field extension I didn't come very far with this because I wasn't able to create the basic setup for a generic form field extension due various error
Hi Paweł, in these cases it's best to move the StarteElement... to an own function than you will have less troubles with the single and double quotes. Even if you use an own function, it can fail. Therefore I prefer getting the field value using a JavaScript function and encode this value. Yo
@Maks That reminds me of something I read in the latest 2022 release, which I read to get an idea what will be in the next 2023 release: Change Log: Increased the maximum value of a workflow instance version when assigning a task to users. Previously, a task could be assigned for instances wh
Hi, I've cases where one choose field updates another choose field. If the data source is not a SQL database this can take some time. Setting the first field takes about 1 second, (1) in the attachment. Getting picker search results 540ms Validate picker control 460ms The setting and valida
Hi, these kind of settings are read once when the WEBCON Workflow service starts. The new settings require a "reload". This can be triggered using the "Load configuration" button. See the attachment. Alternatively you can restart the service, but that's only the second best option. Best
Hi, we have encountered the same problem with the html buttons. As we can’t update so easily we created an html field which replaces the „link button“. Just in case someone jumps and to state, that you shouldn’t test with admin privileges: You also don’t notice it, if you have only edit pe
Hi, this is the way it works. Translations are not used at all. You can upvote this user voice. https://community.webcon.com/forum/thread/4066/15 There may be another, but this was the first one I found. Best regards, Daniel
Hi Rafał, you are right, you need to have a path that leads from one step to another. You can not simply "jump" between steps. If you need to do /execute actions you can either execute them in the OnEntry of the final step or create an automation and use this automation in the steps. If you d
Hi Sandra, I read your question a few times, but I'm still not sure that I got it. What I understood is the parent instance has: Phone: +49 1347 541687 Mail: someone@example.com and other fields You want to populate an item list in a sub workflow with this data like this Contact type |
Hi, I have only one additional comment. If you don't need "Quantity Total" in a report / chart or the like, I wouldn't save the total quantity in an actual field. I would use a data row column instead. Volatile values are often a problem. Regarding updating the value you could use the "update
Hi Marco, which WEBCON BPS Version are you running? Is it using .NetCore 6 or older? If stumbled across this one: https://github.com/dotnet/runtime/issues/898 Fix the issue by matching the System.Data.Odbc package version relative to the dotnet version you are on. Example, if you are o
Hi Michał, I'm not aware of any option. I found one "option", but I don't really like it. https://daniels-notes.de/posts/2023/global-js I've an idea for an external tool approach: You could deploy to a PowerShell script to each PC. This script could use the API to get the report /view
Hi Michał, I only know a part of your use case but I want to let you know of two options I'm aware of: There's a PowerShell library for working with Excel file which doesn't require excel to be installed. Maybe a PowerShell action could help you in this case. At least, if the App has an API to
Hi, I'm sorry, but I don't grasp what you are asking. You can only display the columns/attribute selected in the column tabs. In the views you can define, which of these selected columns would be available. I don't see any relation to the filter. Maye reading through this post will hel
Hi Marco, we aren't using it and unfortunately I don't have time to check this out on my own. Maybe you can check out this approach. https://raluca.encorsa.ro/?p=107 The blog post mentions this project, check out the readme as there may be other options. https://github.com/Fody/Costura