I strongly support this idea. We now and then have this requirement, although up to now it was not mandatory. I would like to add also previewing an attachment to the audit log.
In addition to the date, user and version, it would be helpful to also display the size of an attachment.
In the past, we had the requirement to force the user to add exactly one document. Of course, this can be done with validation rules. However, it would be perfect, if after reaching the maximum amount of attachments, the buttons to add new documents would be disabled. Just how it is already implem
Could you please extend the BPS group with an optional email field? Reason: By having an email field for the BPS group, it would be possible to send the email to a group mail box, rather than to every user.
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