(...) ebcon design studio ... is close to crash ... any way ... if i do: "e.DET_WFDID = 'parent id' i have what i wont (just for check). on path if I put that automation - it semi work ... is filled columns but whatever is set as "attachment" always returns "attachment was removed" another issue is doubling records ... (probably to many joins ... )
(...) Hi, I've inserted a line chart to my form. It gets data from database (4 columns ). 2 columns are presented on a chart as data series. Sometimes there are nulls in one of the columns . Then Webcon interpreters it as 0. Do you know any countermeasures to it? If there is a null value from the database, then it shouldn't show that line at the given point in time. I attach a photo of that such graph with (...)
(...) Please vote for this user voice, as it already have more votes, and is exactly the same ;) https://community.webcon.com/forum/thread/4134?messageid=4134 Hello, when working with custom columns in reports I'm always trying to avoid using regular ID when comparing forms, workflows, processes etc. I'm almost always joining with specific tables to get GUID, so reports won't break between environments. (...)
(...) se.ReadOnlyItemsCollection`1.GetByID(Int32 id) at WebCon.BpsExt.Signing.Autenti.CustomActions.Helpers.RequestBodyProvider.AddSmsAuthenticationnConstraints(List`1 constraints, ItemRowData row, Usercolumns userData) at WebCon.BpsExt.Signing.Autenti.CustomActions.Helpers.RequestBodyProvider.AddParties(ItemsList itemLis, Usercolumns userData, Boolean setUserPriority) at WebCon.BpsExt.Signing.Aute (...)
(...) maybe, in further coming WEBCON versions there could be the possibility to add 2 more "section layouts" like i posted in the picture. Mostly the usefull one would be: half side left, and two small columns in the right half. With this layout options designing dashboards and grouping buttons would work much better. Thanks, Bjoern P.S.: Maybe i forgot the third version 25% - 50% - 25%, if someo (...)
(...) 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 columns . 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 columns : 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 d (...)
(...) Hello, I am trying to update some form fields and columns 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/#{WFD (...)
(...) 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 columns in order to start the workflow with some data completed. When I drag the columns , 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, info (...)
(...) Hi, I would like to create validation for the input in a column of an item list. I have an item list with two columns (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 columns 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 (...)
(...) I have got Item list with 2 columns 1. Category (A) 2. Points (B) Column A and B use dictionary process where if is set A then filter B to A value and in column (A) I can pick Value then >> in column (B) points I can pick more than 1 value . so I can have: (A) >> (B) A >> a,b,c,z B >> a,z,dd,x C >> a D >> a,b and now in sub process I would like to split this table to: A >> a A>> (...)