WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for item list

(...) [Webcon 2024.1.1.130] (i thin it was working in 2022.1.4.404 - but I need double check] I have action to update item list where source is Parent item list . The sql query is working but filters .. works if there is no polish letters :| so: [code='SQL'] SELECT d.DET_WFDID AS 'ID elementu', d.{DCNCOL:1135} AS 'Sygnatura Audytu', d.{DCNCOL:1132} AS 'Tytuł raportu 8D', d.{DCNC (...)

(...) Good day webcon community, As the title states, i ask myself if javascript is faster than using formrules. As example i had a formrule what would get the sum of a number column in an item list and compare it to another field. It took sometime for the formrule to procress this, while my javascript that i wrote in a html element did it much faster. I wonder now if i should reimplement certain functions (...)

(...) Hi everyone, we just figured out that there was a time, when the "Clear item list " action saved a faulty configuration. The issue is, that the id of the selected item list was saved (1) without using the variable syntax (2). In turn the integer value wasn't replaced during the import and the execution of the action will fail, if the integer values are not the same on both systems. In the worst case the (...)

(...) in Webcon: ver. 2024.1.1.161 if you have on on step grouping in item list (for example tech column) then adding new row popups window with one row editing but ... I have that feature off... ---edit---- because I have item list with attachments attribute so .. in popups window I can not pick attachment ... :/ and now I need i popup window put a data (category) and "save" and again edit line in i (...)

(...) will try to explain the behavior as good as I can but I don't have any explanation for it. Maybe someone else does and has an idea how I can track the 'culprit' / improve the behavior. We have an item list with related documents. This item list has a data row column which outputs an HTML fragment for the current row to trigger a rename function. select ' ' AS Rename The only variable is t (...)

(...) Hi, I have a problem with action "Update item list values" pointed on path. Workflow is started automatically base on REST API and pointed to the same path. I found information on the log "Number of replaced rows: 0' after start process by REST API. When I use web to start process, action update item list values works fine. When I edit a document created by REST API , action also works fine. B (...)

(...) Hi everyone, maybe someone had a similar topic. I need to update a certain number of fields in one column of an item list . Is it possible to do this with the “Update item list ” action?

(...) Hi, i have a question in regards to saving data and obtaining it later. So, i have an item list where each user has an id, if i change any of these attribute fields, changes need also to take effect in the dictionary. There is a specific field that will trigger this action. I already created a query that will map correct attributes with update command. I'm interested in the logic that would need to take pl (...)

(...) I would like to suggest an enhancement to the user interface of item list (tabular) form fields within the WEBCON BPS platform. [Current Limitation] At the moment, users are unable to freeze specific columns in item list s when scrolling horizontally. This often leads to usability issues, especially in wide tables, where the first few columns (e.g., item name or ID) get lost from view. [Proposed (...)

(...) I used JS button to InvokeRule(Form rule). Form rule used FOR EACH ROW function on item list to populate technical column with increment integer (1, 2, 3…). This integer was used for item list sorting in item list configuration. While in version 2022, the execution order of FOR EACH ROW was driven by sorting (even unsaved) item list as seen on the screen (First sorted visible row first, Last sorted visible (...)

(...) Hi everyone, I have a problem in a project that I took over some time ago from another developer. Specifically, the "add" button for the item list only appears on the first step, where the item list is visible. On every subsequent step, although the list is editable, there is no "add" button to allow adding more rows. Similarly, on the following steps, there are no action buttons like "clone" or "delete." (...)

(...) Hello community, I need to start a workflow instance for each email address in a text, where the addresses are separated by semicolons. My plan was to initialize the item list using an SQL query, and then to start a subworkflow (SQL) instance for each row (email). Since our WEBCON environment doesn't support STRING_SPLIT, I fabricated a custom SQL query to split the long string into individual rows with (...)

Hi, I really need your help. We updated Webcon from version 2022 to version 2025 R2 (version 2025.2.1.42). We started the update from DEV → TEST → PROD (the processes across environments were aligned). Some issues started appearing on the environments, and we had to introduce modifications. At this point, when trying to deploy the application from TEST to PROD, I’m getting the following erro

(...) in WebCon BPS and couldn’t find the answer to my question on the forum. Business case: It’s an overtime management process. In one attribute, the user provides the overtime date, and then in the item list they provide additional data, including the employee’s name, start time (hours and minutes), and end time. I would like to give the user an easy way to set the time. I could use a Date/Time column (...)

(...) We currently have 3 options for item list initialization: - On Starting steps - On Every step but not finish steps - None I'd like to propose a new one here - On Demand. This one would allow us to define how the item list should be initialized, but it will initialize only when called with INITIALIZE function in form rules OR by pressing the Initialize button on the form. In theory we can fill in (...)

(...) There is a column (Co_Id) in an item list that states that it is used in an replace item list action. However the Action is not using this column. See the pictures in the attachments. For more information, as far as i know the replace item list used an action template in the template settings. The Template was changed so that it does not include the "Co_Id" column anymore. The actions that used the f (...)

(...) m retrieving these invoices from an API. Since the number of invoices and the number of line items per invoice can vary, how should I configure the SDK so that each line item is correctly mapped to a item list in the process? Is there a specific mapping method for handling a dynamic number of invoice items? Thanks!

(...) Dear Community Members, As part of our ongoing efforts to improve Webcon, we are reviewing the current capabilities and future direction of the item list feature. I would like to invite you to share your feedback, ideas, and real-world use cases related to item list s. Your input will help us better understand practical needs and prioritize potential enhancements. In particular, I am interested in: (...)

(...) I am using the "Generate an Excel File" action to generate and send out an Excel to a customer, using values from an item list . Following that action, I'm using another "Generate an Excel file" action to then update the existing Excel and map it's column name cells (A1-Z1) to Business Rules containing translations for those column names, so we don't have to use our internal item list names. That now leads (...)

(...) Hi all, I have a question regarding the WFElements table and using item list as a data source. I have an item list that displays customers using a SELECT query from WFElements. I can see the Add button on the item list and I can add rows on the UI. My question is: Is it actually possible to add new customers using the item list and then persist them to WFElements (or another table) so that they (...)