Hi Andreia, in which specific action does the error occur? Can you take a look at the history in admin mode and see which actions have been completed successfully? This is just a wild guess, but are your sub workflows changing the parent workflow or do you want to change the current workflow from s
Hi everyone, maybe I'm missing something, but is there an option to create multilingual custom emails? Example: A task is assigned to three users, one of them has set the portal language to English the other ones are using German. If we are using the "standard mail action" or activate the correspon
Hi Michał, I would have guessed, that the Id already exists, even if it's only available in the current transaction, but I haven't tested it. I always use a similar query like in the attachment select DET_ID , 'Value' as ColumnToBeUpdated from WFElementDateil where DET_WFDID = INstanceId and DET_W
Hi Christian, a new version has been released. I'm writing this just in case you have turned the mail notifications on. :) Kind regards, Daniel
Hi Razvan, based on the change log of the new version 2021.1.3.178 it's now configurable, whether you can import a process in multiple databases. I wonder why there are no other replies though. Best regards, Danie
Hi Darek, a new version has been released. :) Kind regards, Daniel
Hi Darek, do you use the REST Designer and aren't using the latest version? In this case you should have a look here: https://community.webcon.com/forum/thread/570/6 Best regards, Daniel
Hi Martin, thanks. :) You can either: a) Import the application b) Download the compiled SDK and create your own application c) Use the source code to compile the SDK Custom Action yourself All can be downloaded from the release: https://github.com/Daniel-Krueger/webcon_reportSubscriptions/releas
Hi, a task created by an action doesn't differ from one defined von a path. Maybe these articles will help you: https://community.webcon.com/posts/post/parallel-task-assignment/124 https://community.webcon.com/posts/post/task-assignment-business-rules/98 Best regards, Daniel
Hi Razvan, I'm only aware of "SQL Server" reasons e.g.: Performance, backup/restore time, separate drives etc. If you have a few high volume processes you could create different databases for these. In the past it was possible to export a process from one database and import this and not a templat
Hi Klaus, you could use the following as an alternative: 1) Create a form rule with edit mode JavaScript mode 2) Add a parameter Use this code and replace the PARAMETER with yours. setTimeout(function(){ debugger; var itemListId = PARAMETER.id var row = $("tr[data-index='"+uxContext.currentRowNu
Who runs 2021.1.2.136 and wants to help me testing "report subscriptions"? I'm currently evaluating an option to "subscribe" to reports/view. My aim is that the user will be able to select a schedule, define a report and receive this report by mail. This is currently in an alpha state. The business
Hi, We are not facing this situation and this is just a wild guess. Have you activated the sal offloading? https://community.webcon.com/posts/post/ssl-offloading-vs-webcon-bps-portal/161 Best regards, Daniel
Hi Sandra, it shouldn't make a difference for the form rule in the attachment whether the field is a single one of text or any other type. Did you test it and it didn't work? Depending on your use case it could also be an option to create an item list row for each option in advance and set the fi
Hi Darek, you can simply provide a filter condition in the second picker which references the value/id of the first field. The attachment shows two options, depending on which data source is used for the values. Best regards, Daniel
Hi Sandra, at which point in time want to check this? Should there be no duplicate in the item list for this single workflow instance or in all item list of the same workflow/form type? If you want to check this while the user enters the value, you can make use of a form rule which is executed on
Hi Nik, it's definitely an unofficial API call so it could change over time without a notification. :) I found it by recording the network traffic when I changed the language. I hope there will be a WEBCON Day this year maybe we can see each other there. :) Best regards, Daniel
Hi Nik, it's easier than I would have guessed. You only need to set the language code an reload the page. :) var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { document.location = document.location.href //r
Hi, I'm not sure that I get it. The "no applications are made available to you" screenshots looks as though you wanted to access the BPS Portal from the browser and not as if you wanted to login to the Designer Studio. Maybe you can run the setup.exe from the installation folder again, access the
Hi, looks fine to me. If you see this window AAD has been successfully configured. :) Everything which is missing are some privileges. The account used for installation should have gained global privileges. Other accounts need to be granted privileges. Here's a good read: https://community.webcon.