(...) Hi everyone, Jarosław created a threat in which he points out that elements are no longer rendered if they are used in an item list data row column .: https://community.webcon.com/forum/thread/5247 I tested the most common/likely elements and to verify which are supported by using this SQL query: select 'a tag' + ''+ 'button tag' + ''+ 'div tag' + ''+ '' + ''+ 'img tag' + ''+ 'input tag' (...)
(...) item list. Basically, this works well using an appropriate Excel template. However, I have fields in the item list that are filled from a fixed value list and the action then creates an entry in the column in the format [ID#Name]. But I only want to see [Name]. What am I doing wrong?
(...) on action Start Counterparty Card. The INSERT statement conflicted with the FOREIGN KEY constraint "FK_WFElementDatails_WFD". The conflict occurred in database "BPS_Content", table "dbo.WFElements", column 'WFD_ID'. The statement has been terminated." I have exactly same button configured in other workflow in the same application and it works fine. It is irrelevant what hyperlink I try to open, I als (...)
(...) f the report. I want to show the sum of days in each step of the process (Bar chart) and the average Day(s) in step as a Line chart. This is not working. I don't have any filters, nor calculated column s. I've tried to create a chart with another field to check if the issue is related with Day(s) in step field, still I get the error. Does anyone configured something like this? Thank you
(...) forgot to add the single quotes in a where condition using the id of a choose field Wrong statement: and {WFCONCOL_ID:544} = {WFD_ID} Correct statement as of WEBCON BPS 2023 with the calculated id column s: and {WFCONCOL_ID:544} = '{WFD_ID}' The big question is, why was it working in the first place and only failed in production? The production database contains way more data and the SQL server (...)
(...) he quotes step, the user must enter the rows with the different values for the quotes and then send for approval. The next user must select what is the row of interest, but clicking on Select Option column . The thing is that in that step, because I want the item list to be editable, the Add button is available. Is there any way to allow the user to edit the item (to select the row of interest), but (...)
(...) Hello all, I trying to set up a form rule that sets the cell background based on the days difference between a column date and today's date. This only works after clicking on the save but I want the background to be set as soon as they define the Date column . Probably this will only work with Javascript functions but I don't have any experience with that. I want to create an alert if they select (...)
(...) Hey, I set up the default value 0 in column A of the Item list. How do you clean it by action or something on that condition where it is 0 then set an empty value in that row? A screen of the part item listed above
(...) Hi. Following Scenario: (Webcon Version 2021.1.5.367) I have an items list with (amongst others) a column for (multiple) attachments. Out of each line of the items list I start a workflow instance of another (start a subworkflow SQL) workflow and the attachments shall be copied to the new instance. Idea 1: I check "copy attachments" in the "Start a subworkflow". Issue: all attachments of the (...)
(...) 24 10:20:46 PM History save started. 8/21/2024 10:20:50 PM History save finished. 8/21/2024 10:20:52 PM How can i find this ID, FLD id? I was searching for this in this table but there is no ID column . Do you know how to find this?
(...) here I can't use the normal delete button. So instead, I'm adding one using a dataRow form field, where I call the JS function like this: deteteFunction(list ordinal number); In this list there is a column called IsOld, and it's values can be OLD or NEW. * If the line I want to delete has the value NEW in the IsOld column , then I want to just simply delete that line using the basic SubelementDelete(# (...)
(...) I would like to propose a change to the Process Import/Configuration grid. It would be great if the names: Data sources, Fields, Constant etc. were in a separate column (if it were possible to sort/filter by this column it would be great :-) ). With many data sources, finding the one I don't want to import is not easy.
(...) 69 (working previously on 2022) I've noticed a behavior change in following situation. There is an item list which has enabled following options - Allow adding, - Allow deleting, - Show actions column , - Show "Remove all" It is filled with many rows which in most cases exceeds the display range so the user has to scroll down/up between entries. End user wants to delete entries one by one with t (...)
(...) Hello, I am trying to update some form fields and column s in an item list after some actions. On my path i have configured a FOR EACH on my item list which is creating/composing JSON payload for my REST. (rows) However, I am encountering an InternalServerError (500) when attempting to save this data using REST service on path for my current instance. PATCH: api/data/v5.0/db/#{DBID}#/elements/#{WF (...)
(...) Hello, I notice 2 weird situations: 1. I have a ForEach and inside I have a simple "Start subworkflow" action and i try to drag from the collection column s in order to start the workflow with some data completed. When I drag the column s, one is showing a bit weird. It will show ok once you double click it. (picture 1) 2. I have another ForEach and inside I made a business rule that uses, again, inf (...)
(...) Dear WEBCON Team, is there an option to only SHOW or HIDE the cell of the current row (in the specified column )? With the Form rule in the Screenshot the whole column is affected. Same for the Mark Required / Mark Not Required Rule. Thank you & Best Regards, Lena Schmidbauer
(...) Hi, I would like to create validation for the input in a column of an item list. I have an item list with two column s (Input, Source). If the Source is "External," I don't want to validate for special characters. I have been using regex on the column , but now I have this condition. One solution I thought of is to create a "for each" loop on the item list and add a validation form... But I would (...)
(...) (author) updates the data and submits it for verification. I proposed the following procedure: 1. I created a BPS source that lists all 10 reports from the last month. 2. The BPS data source has column s including: ID, Signature, Author, Company, etc. 3. In the cyclic action, I added automation and the "Execute for everyone" operator, where I indicated the above-mentioned BPS data source. 4. There (...)
(...) 00 users In both sources I need name of Manager. I use item list with dropdown list with Autocomplete when source id BPS user is fine but if I switch to AD Users then I would like to column "manager" but it give me: CN=John Doe,OU=Users,OU=Employees,OU=CTM,OU=People,DC=xyz,DC=xyz,DC=local and I need just "John Doe" in text box ...
(...) Hi there, Is it possible to use one datatable to show different tables from a sql server? Right its possible to filter the sql results based on a value in a certain column . I also want to make it possible to show the content of a different table, however account to the infobox to the right side of the textbox where i write the sql statment, its not possible. So i was wondering if there is an alternativ (...)