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

Daniel Krüger (Cosmo Consult)

MVP

Hi, it would really be nice to have an option to store the created attachment id in a field /parameter. Right now I have a "change value of single field" action afterwards which retrieves the id of the last created attachment. It should always be the one which was created just before. But it d

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 t

Export data to CSV file.
03.03.2025 22:33

Hi Konrad, you can use the following SQL to create a plain text file using the "Add attachment" action. 1205 is a multiline text field in which I stored the prepared CSV content. SELECT convert(varbinary(max),'{1205}') AS Content, 'test.csv' AS FileName I used this SQL to create the CSV con

Update: Another six month have passed and the customer had to upgrade from WEBCON BPS 2022. We used the business rule in a data source to create a dynamic REST filter. As expected this feature is no longer working, therefore I created a ticket: This is my summary of the official response:

HI Rafal, at the moment there's nothing we can do. I'm hoping that improvements will be implemented, now that the same Workflow designer is used for the Designer Desk and Designer Studio. Best regards, Daniel

Hi Almin, I have no idea what the LogCleaner actually does and which table it cleans. If you know how to trigger it, you could run the SQL Profiler and take a look at the executed SQL statements to get the one which is failing. I have only one idea, but I doubt, that it would be related to

Hi Marc, I only checked the 2025 version and in this version we can use the first part of the id "SEL_SystemComments_xyz" to get the text area. document.querySelector("div[id^='SEL_SystemComments'] textarea").value == "" If this does not exist in your version, you can create a business

Hi Zakhariy, if the users close the tab /navigate away the checkout should be released after 1 minute. If the other users can still not work on the tasks after 2 minutes, there could be an issue it may be worth creating a support ticket. We did encounter an issue with the automatic release of

Hi, here's the official documentation: https://community.webcon.com/posts/post/starting-workflows-in-webcon-bps-actions/76/20 Best regards, Daniel

Hi Celina, since the records should be cleared by the system after 30 days, it should be fine to delete them. Did you check whether you have more than 100,000 entries in this table? If this is the case, then the whole maintenance mode is not working well. Maybe the time window is to small

Hi Celina, did you configure the database maintenance hours? The tables should be cleared up during this time. Best regards, Daniel

Hi, I would create this service workflow with these steps: - Initialization, save draft to start the instance, continue to read the changes. - Changes read - Create workflows - Completed The first three steps have a Timeout/Timer which triggers after 1 minute to move the workflow to the ne

Hi Björn, I have in mind that the sorting in the configuration is configurable when you click on the column/header. Similar to how it’s done by a „normal“ user. I hope you find the option. I was confused to but only needed to find it ones yet. Best regards, Daniel

That’s a great option and I would opt for it, if I would have the option. In our case, as a partner with multiple different environments, that’s not an option. The only sure thing is, that WEBCON is available. :)

Hi Maciej, yes WEBCON tracks the edit time. You can also provide expected average times. This way you can see whether something is improving: https://webcon.com/docs/2025R1/Studio/Workflow/Step/Step_Stats Best regards, Daniel

@Maks it was one of my first posts. :) https://daniels-notes.de/posts/2021/deploying-database-scripts As it turned out, I didn’t update the workflow with each version. At least I did provide the export file of the dictionary in the linked repository. It should contain the function. Also I

Hi Damian, while it's great that you put together all the related posts, I just want to point out that the development support for WEBCON BPS 2023 will end in three months: https://community.webcon.com/posts/post/webcon-bps-development-support-policy/520/10 Therefore I highly doubt, that anyt

@Katarzyna Maybe I don't understand your case and I'm completely wrong. What I understand is the following: - You have a report which shows fields from the workflow and one item list. So the field values are repeated for each row in the item list for a given report. - You want to create the s

Hi, there's also an alternative using the "Additional path validation form rule". In my example I created field which defines, whether a comment is necessary or not. If this is true another form rule is executed. This form rule returns true or false depending on the value in the comment fiel