(...) emails. I have a process where I need to send an email for the employee's personal one and the notification is never sent and looking into the history, it mentions that the email was not found in the data base. If I write an outside email in the configuration, the notification is sent, but it it's dynamic, it doesn't work. I've tried with a text field, email field, nothing changes. Does anyone g (...)
(...) PS version 2021.1.2.143 (getting ready for upgrade) I try to invoke a REST API to update form fields, and I get a proper response from the service, however, it doesn't update the fields. I'm using Odata Query to filter and expand the data , and load the response definition from the service. The action configuration and action log with response are on my pictures. What can I be doing wrong? The r (...)
(...) Hello, I have a little problem. My scenario is something like this: I have an item list, with 3 columns A, B(not important here) and C and I want to disable column C(data row), if column A(choice field) has value 1#Mother, for example. Even if it's a new row just added by the user at that moment, even if it's a row added previously by other user in another step.. I just simply want that column C to (...)
(...) tion would be one option. Other are: - Set the local parameter using an SQL command - Use the for each function to iterate through the attachments - Use the for each function in combination with a data source - Use the for each function in combination with "any collection Since there are numerous ways where the attachment id could come from, I didn't explicitly define it. Best regards, Dani (...)
(...) Dear Webcon, are you planning to give us a new Report model (in the data presentation) that allows us to use our own/independent SQL?
(...) cess in which I have defined a typed source - leave history and leave types. This source collects absence information from many other processes. Unfortunately, the Gantt chart shows only part of this data , even though the SQL query returns all of it (currently 3715 records for approximately 80 employees). I added a Gantt chart in the BPS Portal and limit it to the current month and one month back and (...)
(...) Hello all, I need to set up a control field where I want to check if the a specific column from an item list already exists in an external data base. The use case is the following: Webcon process 1. Item List with Column Invoice Number 2. Number of rows can be more than one 3. timeout that will move to the control field to check if the invoice number exists in the external data base 4. Proces (...)
(...) Hi everyone, maybe you have read the change log of the latest version and come across the new action and it's description: This action adds all rows from the specified data source to the indicated Item list, without checking for duplicates, but taking into account the values specified in the Columns mapping section. Executing this action may result in duplicate rows of the Item list. (...)
(...) ssign response values) I can not remember a case where I would like to actually set the display name. Maybe there was one, but in 99% of all cases I'm only using the id and in 99% of the cases the data source of the choose field is neither an a REST nor a SOAP data source, so resolving the display name would be fast. Best regards, Daniel
(...) Hello everyone, I have a question about visual element. How to change (or set) a witdh of coulmn in attribute of data presentation such as "array data " (PL: "tabela danych") I tried below example changes in global CSS style, but it didnt work: th[data -key="WFD_AttLong1"] { color: blue; width: 200px; } td[data -column="WFD_AttLong1"] { color: blue; width: 200px; }
(...) I need to change 2 values with REST, I use'd API v3 and PATCH method. This values is in another workflow. JSON [ { "data ": { "guid": "3567e810-6f44-41e5-9ac3-794d6e055db1", "value": "2024-05-27T14:02:26" }, "wynik": { "guid": "56e078eb-dc11-4960-a662-3974f0f837da", "value": "Ryzyko niskie" } } ] In other workflow history I have only i (...)
(...) on. I would like to remove it completely, but am not able to. Got timeout using [Delete] button on element, as in the attachment. Also tried the archive action in button (removing completely from the data base) with no luck as well. Do not want to remove it manually from DB. Any ideas how to do that? Version 2023.1.2.68
(...) Rzeczywista wartość to ProcessStage. ------------------------------------------------------- Ścieżka wywołania ------------------------------------------------------- w WebCon.WorkFlow.data .Extensions.DicWFFieldTypesExtensions.IsEditable(DicWFFieldTypes this) w WebCon.WorkFlow.BusinessLogic.ExpressionTree.LeafTagRepository.ObjectIDFormFieldsPrefixRepository.ShouldGenerateSiblings( (...)
(...) D as the only source of identity? I have some ideas for preparing some business processes in a cloud environment (Azure) that will never have access to classic domain controllers I need a full user data base on EntraID (AAD). I tried with the free online instance of WebCon togeter with quite outdated manual. It requires restarting some services as soon as you add AAD authentication to BPM - I didn (...)
(...) o that form, he needs to register additional forms (children). It's 2 level tree childrens are leafs, they can't be parents. On those children forms, there are validation rules, which depends on data from the parent form, and a path [Validate] which checks for required fields. To make sure that children forms are filled properly - when I'm moving the parent form to further steps I'm invoking tha (...)
(...) Hello! In the form, I have a list of items X that is sorted by column A in descending order by default. How can I set up an action to generate data into a .docx file or specify an attribute for the list of items in the .docx file so that the exported table with the list of items X is sorted by column A in ascending order? The descending sort by column A is because the data is being added to the (...)
(...) Hello, Here is something I've come across recently, if you have a report that uses a field that got changed to a data row then: 1. the report will be in an error state 2. you can't remove the column from report configuration panel. I understand that such a column is not allowed in a report, but at least let me exclude it from the report. The only way to fix this is to change the column back t (...)
(...) main Tab with tabs unfortunately not ... because I can not put in group ... 3. In each step I need to Break global order because: - step 1 i have some groups with attributes "on top" that collected data and on step 2 they are in tab in step 2 I collect data and in step 3 I put to tab 2 .. ect ... I have 70-80 attributes on form and probably I will add another 30-50 ... I would like to order th (...)
(...) otification type for a process. For example, we could define for a process that a "notification" is no longer a mail: - We could send a Teams message - Send an additional SMS - Write to a custom data base - Call a REST API to store the "notification" in an external system. I'm aware that this is not at least supported at the moment and you can achieve this already with the current options, (...)
(...) one parameter and I have no idea how I could triggere the "changeFormField" directly so that I could provide "options". Has someone else run into this? Edit: In the mean time I changed the newdata so that the checks are successful and I now stumbled about the fact, that the value is not stored in the field. Best regards, Daniel