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

search results

for Item list

Item list - is possible to change behavior depending from form or step ? At the moment I use 2 Item list ..but maybe is possible to just use one ... if in Item list General setting I set is possible to import / export / add rows / ect. https://docs.webcon.com/docs/2024R1/Studio/Process/Attribute/Basic/Itemlist/ILConf/ILGenral then in sub flow if I use the same Item list then all settings from (...)

(...) Hi Everyone, after upgrading Webcon environment to v 2023.1.3.269 (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 (...)

(...) 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_I (...)

(...) Hi all, I have a question about exporting data to an excel file from Item list . I want this data to be already sorted after exporting to an .xlsx file. When the data is loaded into the Item list it is sorted by webcon, on the form it is ok, but when exporting to excel the data in the .xlsx file is not sorted at all. Any idea how to do this?

(...) 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 pr (...)

(...) tely I can't use as source "BPS Users" and I need to change source to "AD Users". The BPS Users have 100 users but AD Users have 300 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 (...)

(...) Hello, I have an Item list where, upon leaving the step, each data row is sent to a separate instance into another application via a subworkflow action. However, when attachments are copied to the subworkflow using the checkbox function, all attachments from the entire Item list are copied to each new instance. Is it possible to configure it so that only the attachment associated with the specific d (...)

(...) In Webcon 2022.1.4.404 this function is not present but probably in 2024 as well so... I would like to have sum of "Yes" in Item list if the field is ""Yes/No choice" sum I could copy to field in Item list config but now I need: 1. do rule in Item list -> to do action if row is added (cloned) or deleted 2. do rule in each Item list column where is ""Yes/No choice"" type -> to count changing (...)

(...) I have Item list [slave]with column where I can pick people (from other Item list [master] which contain 1. BPS users, 2. AD users (some of them are in BPS users - not all) and others - people out of AD and BPS. 1. I would like to run sub flow for each row of Item list (done) 2. fill proper data (done) 3. assign to people from Item list [slave] : a) assign to all BPS users and skip non BPS users and (...)

Hi, It often happens that the list of items should have unique values, at least in 1 column. Currently, I often create and add a script to check when adding an item with this value already exists. A great convenience would be the option in the column configuration, 'unique item'. The user would receive an alert that an item with this value has already been added to the list. Regards.

(...) field in wfelements, no specific ID field in wfelementdetails - you can see calculated columns in table wfelements, none in wfelementdetails, because there are no specific colums for choose fields in Item list s). Example: I am using the following statement to find out if a check in our invoice approvals is necessary, depending on a template workflow that defines the running order, using an Item list (...)

(...) where I start sub-processes B [child] from process B I copy attachments to process A by: Daniel's solution https://daniels-notes.de/posts/2023/copy-attachment-to-other-workflow and put them to Item list A or Item list B as linked attachments (other way did not working ...) all is fine but in the next step I assign task to other users / group with no access to app where is done something (and a (...)

(...) [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 (...)

Privacy overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognizing you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.


To see a full list of the cookies we use and learn more about their purposes, visit our Privacy Policy.