I have the scenario, where i keep e-mail address and other informations in an itemlist. Now i need to send e-mails for each recipient in the itemlist. The e-mail contains informations from other columns in this list. By having three entries in the itemlist, there would be three e-mails with different content to be sent. Currently i'm thinking about creating a simple workflow to send an e-mail. The workflows would be started with the "Start a subworkflow (SQL)" action based on the itemlist con (...)
Hi Community! I tried to create a view which returns all elements from a specified workflow that have a datetime field NOT set (empty), but that seems to be impossible. I do not know how to filter that, a standard filter in the view with selected field equals to <empty> value in textfield does not solve that. I am pretty sure there is a trick how to do that I am not aware of ;-) Many thanks in advance & best regards, Nik
Hello, I've just come accross a slight problem with updating an item list. I have a list of items (emplayee, year, number of days available). The list is being initialized at the registraton step with all the employee names (70 rows). I've also created seperate attribute fields for year and number of days and would like to type let's say "2022" in the year field (the separate one outside the list) and clone it to all the items on the list. The "update item list action" requires a unique ID of ro (...)
Hi, despite the bug described in this thread: https://community.webcon.com/forum/thread/555/46 having been removed in 2021.1.3.143 (tested, worked fine), something similar is happening in 2021.1.3.163 when you use a picker field in an item list, and map it's data source-columns into other columns of the item list. It then throws: "b.map is not a function"-error, see attached screenshot. If I dont map data source columns to other columns it doesn't throw an error.
Hi everyone! I was just evaluating the latest version (2021.1.3.163) on our DEV system, and wanted to prepare new functions for my processes. I had issues when trying to save a rule that included the new "select values" function to check if a collection of values from an item list is not empty. In the testing window the rule works as expected, it just wont let me save it because of invalid rule configuration. As soon as i remove select values and replace it with something else it works. Is t (...)
We have a supporting workflow which is being started via hot-folder. The name of the attached file is then being analysed (we have a naming convention) and based on the attributes we want to move the file to a target workflow elements. Is there a way to do this via standard actions? I've struggled to find one and we might be required to create a sdk action to copy the file.
Hi everyone, I just noticed that for some reason step names are no longer displayed in reports or data grids using internal views. The root cause of this is that I used the REST Designer Studio. When you save a process using the REST designer studio unset translation of changed objects are saved as a blank string instead of null. This may lead to empty Step and Form Type columns in reports and other objects using internal views. If you are already affected by this you can decide whether to wa (...)
Is it possible to use CTE Tables in sql commands in the attribute configuration? If yes, could someone show me an example?
Is there a way to have a task that uses a majority approval vs a single or all?
Hello, Is there any way to collect feedback from mail and send it to Webcon, like 1 to 5 starts rating? I need a solution where the client doesn't need to have an account for WEBCON.
Hi, Does anyone know how to change the height of the modal dialog of item list element? Scrolling is a bit annoying and I need a bigger dialog.
Hello, I tried to use "ConfigEditableDropDownList" for input parameters and it will return List<string> object I uploaded the project sdk but not working. How to configure the type parameter ConfigEditableDropDownList? Best regards, Raluca Lupu
Hello Webcon community! We already tried several times to install Webcon BPS an a local machine (latest Webcon BPS version 2021 1.2.108). If it comes to IIS application creation, we select https and setup refuses to show wildcard certificate, which was previously installed to personal store for local machine. The cerificate is showing in IIS, certmgr (Personal -> Certificates), but is not selectable in Webcon BPS installation. We cancelled setup and tried new installation (after dropping all (...)
Hello Webcon community! I'm not sure about Webcon BPS and setting the right timezone, I hope you can shed a light on this topic for me. We have a server with Webcon BPS installed in an Azure VM (Region North Europe), which has (according to Powershell) the right timezone for us (see attached picture). We didn't find any timezone settings in Azure Portal for the VM, so we think this should be correct. In Webcon Portal every time shown is 2 hours ahead (including DST), so something is obviousl (...)
What would be the best method to remove rows from the item list of an instance inside an SDK plugin in order to make use of them in C# code? I tried to remove rows from the item list in the code C# (SDK plugin ) using function : WebCon.WorkFlow.SDK.Documents.Model.ItemsLists.ItemsList.RemoveAt(int index), but can't delete all the rows because I get the error from the image
Hello, I need to find a way to automatically delete some workflow instances. I know that we can use the Archive workflow instance action, but it doesn't work. In the reports menu, we have a section named "Archive workflow instances queue", I found all my instances there, but I need a way to delete them all automatically
Hello all, Hope you're doing great! Does anyone configured a rule that will color a cell in a item list upon value change? I have an item list that will be initialized with values and if the user changes one of them, I want that cell to be marked so it's easier to check the value. I have found some examples but it's using a rule (like > than X) and it's painting the entire row. In the new release there are new item list actions which allow to paint one cell but I don't know how to wr (...)
Hi guys, I'm totally new to WEBCON. I tried to install Webcon Express 2021, all looks fine but when I go to set up Portal URL I can't understand what kind of address I have to type. Read few times manual but I can't understand. Tried several things but I can't connect to WEBCON BPS 2021 Designer Studio. Any advice and recommendations are welcome.
Hello, I am trying to create an "Add Barcode" action. After I set it up I was trying to test it and this error showed up (it was the first test, it never worked).
Hi, I am trying to connect to SOAP Webservice that has a structure with more than the allowed dept level (10). I tried to find the configuration for this setting, without any success. Has anyone else stumbled upon this issue?