Pretty much the same way I did. Is the external library also based on .net standard? Guess you already added the library to the dependencies to other assemblies in your json file. I have packages, where I had to add three and more additional dependencies because they were nested.
Hi Franek Don't know how you've built the package. I'm using the standard "WEBCON BPS SDK Tools" to build the packages. With 2025 the structure of the json file changed and now also includes version and dependencies. I specially love the dependencies, as these were a bit of a challenge in previ
Hi Jaroslav I did some tests with the AI Prompt business rule. Turns out to do quite a nice job. Uploaded two documents and used ""Check the similarity between these documents and rate it between 0 and 100. Only return the similarity as an integer value" as instruction. The highest rate was 9
We did something similar few years ago. The user had to be able to choose and also sort documents, we then merged to one pdf. It was the time when I introduced the first version of the modal dialogues, which Daniel Krüger improved a lot. Have a look at https://daniels-notes.de/posts/2022/modal
Hi Sébastien My thumbs up on this. Using powershell scripts is the most efficient way to work around the limitations (e.g. multiple proxyaddresses, resting the manager) of the built-in active directory actions. Configuring global credentials for powershell is a necessity.
Dear Webcon Maybe time to pick up this topic again? https://community.webcon.com/forum/thread/1669
Hi Damian We implemented an SDK action to extract data sent as email from a web form. To parse the email we are using AngleSharp, but you can also use other tools like the HtmlAgilityPack. In our case, we are collecting personal data that are structured in a html table, which turned out to
We are having customer who would like to apply annotations to Pdf files. When trying to edit a pdf file in WEBCON BPS the "IT Hit Edit Doc Opener 5" is being downloaded which I installed. Edge tells me that the add-in is installed and on my computer it seems to be installed too. As far as I under
Hi Daniel I raised a user voice https://community.webcon.com/forum/thread/5924/15 to extend the public report api with filter and search possibilities. The more votes the user voice gets, the higher the changes for implementation. We currently use the unsupported internal api, which is used b
Hi Björn Could it be, that your files are in an attachment database? This would explain, why you only have metadata but almost no files. These 20 files are likely from a process where you did not change the attachment database. Btw, by the look of the database name, Karol is retrieving the fil
Hi Zakhariy If I understand it right, you are trying to restore to a previous version. The last screenshot sounds as you've added some steps that would now be removed again. But as there are elements in these steps, the steps can not be removed. Try to identify the elements in the steps wit
Hi all By using the -iedebug parameter, two additional files (.log, .mllog) will be added to the export.
Hi Marco Just to let you know, I have the same problem after an unattended update of Visual Studio by our Sys-Admins. Regards Markus
Similar to my user voice https://community.webcon.com/forum/thread/228 from February 2021 which is tagged as Under Review for a while. The possibility of using fields in custom dialogs would increase the user experience in many perspectives. The most flexible approach is likely a JavaScript b
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,
Hi Karol This is an interesting approach I did not think of. Will have a look at this. Regards
Hi Igor Did you have a look at the mass notifications? This is the simplest way to send reminders without spamming the users with tons of e-mails https://docs.webcon.com/docs/2023R3/Studio/SystemSettings/GlobalParams/EmailConfig/MassNot/Config For the time-out action approach, e.g. you can co
Coming from developing individual web applications, for large projects, it would be practical to have a fourth environment to run WEBCON BPS Instead of having only DEV/TEST/PROD, we would like to have DEV/TEST/INTEGRATION/PROD. or similar. DEV/TEST would be in-house to develop and test the appli
The described approach of intercepting outgoing notifications offers way more flexibility than our recently implemented PoC. For this PoC, we implemented an SMTP-Server that is redirecting the standard e-mail notifications to MS Teams for internal recipients whilst external recipients still recei
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. F