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

search results

for item list

(...) Hello community, I am trying to color whole item list rows with SQL query. I followed, the article https://community.webcon.com/posts/post/coloring-the-background-of-the-item-list/195/3 but even the simplest SQL query (same than in article) generates the error (see figures enclosed). Any idea what I am doing wrong? Any example of your working SQL query for item list coloring? Thank you.

(...) Hello, I have a parent process with item list . This item list is list of tasks. I can add positions to this list and I have a button to initialize this list as a tasks. In this list I have a title, responsible person, status of the task and section (it should be item list with attributes in the form?). When I add the position and put in all data (title, person responsible and section) I hit the button, (...)

(...) Hi! I need your help regarding setting focus on the last row of the item list . Business wants to perform the following scenario. Batch of barcode lables from paper documents are to be scanned with hendheld scanner. Each scanned id is to be inserted into ID column of item list table. Based on the ID some additiona data are to displayed in other columns. What I have already done is the form rule that ADDs N (...)

(...) Hello, I have an template with a simple excel file that has a table named "TableExcel". This table has 4 columns: DATE,CUSTOMER,VALUE,CURRENCY. In designer I created an item list with 4 colums that have the same name. When I map the columns in designer I use "Sheet1!TableExcel" and on the right i drag the columns from the item list . Every time i run the action i get : Invalid cell name If i try to (...)

(...) Hello, Is it possible to center the item list column label? I see that the form rule allows you to center the value in the column -> SET CELL STYLE. Applying CSS to the entire list of items centers labels, but not all column types (works for picklist column type). Regards D.

(...) Hi guys, got case here where in Webcon's report there is a row from item list . This row is added as a column to the [Columns available in report] as on the screenshot, but remains unticked, therefore not visible in the default view on the report. Nonetheless, report still shows multiple lines with same data/instance ID, if there is > 1 item list row with data on the form. This should be the case if the col (...)

(...) Hi, Is there a way to limit an item list number of rows depending on value? I need to limit rows to 10 for example: user is allowed to add 10 item list rows and if he try to add 11th row the system will block it. The other issue is to lock item list rows when a chckbox value is true: when I mark the checkbox to 1 then only one row can be filled in an itm list, if the checkbox is 0 the item list can a (...)

(...) 've got two workflows, a parent and one subworkflow. I'm trying to transfer data from the parent workflow (single line of text attributes - 'email' and 'phone') to a table in the subworkflow with the item list update action. The table has columns ('value' - single line of text and 'contact type'(selection list: 1#Mail, 2#Phone)). How to write an SQL query to put different WFD_AttText attributes into one DE (...)

(...) : e8333945 P4: StackHash_199c P5: 0.0.0.0 P6: 00000000 P7: c00000fd P8: PCH_4F P9: P10: ___ I contacted official support, where they replied as follows. ___ It seems that during an item list initialization, there is an infinite loop which causes Workflow Service to crash. It can be due to: - default value on one of the columns of initialized item list - initialization itself (eithe (...)

(...) In a form, I initialize an item list . In this list i have columns : question, response and description. In some questions I have only response called '(n/a). While the n/a answer is applicable I want to enable the description column. However, I cannot use the enable on choice field. I have tried to put condtions in a 'column edit restricion' but this does not work as it would require add another response a (...)

(...) Hi, I don't think the "Replace item list Values" action is working properly. When I provide a BPS source in the configuration and use a filter to select data, the filter does not work on the form. The filter in Designer Studio works during testing. This problem does not occur in the "Update item list Values" action, so I used a workaround: "Clear item list " + "Update item list Values" / Add new rows fr (...)

(...) I have got problem (I don't see option / feature) Problems: a) item list row no ... is not related with row ... :/ - solution >> on path (I don't need earlier) add extra column with index no. to "fix" (create relation) the row no. [semi solution] any other solutions? b) sorting by status: I have got item list with column "status" (drop down list) I have 3 option to pick: - choice field (the fa (...)

(...) Hello, Recently I tried the new action "Clear item list " and its working well, except when you import from one environment to another. After the import I checked the configuration of this action and there was no item list selected. I did this import twice, after I changed the configuration manually and same issue. So in case you want to use this action, please don't forget to check the configuration (...)

(...) Hi, I'm starting sub-workflow instances from item list . I would like to save sub-workflow instance ID to the related column of item list . I'm using automation having FOR EACH and Start sub-workflow action. All i can see is the possibility to save subworkflow ID to the form field, not item list columns. Is there a better way than having another action updating item list with the IDs?

(...) e of other flow (different proces in particular step ID) 2. Then the fields are filled with data from that chosen flow form is full of data (thats OK) 3. And NOW In that chosen flow I have got item list how to by picking from dropdown list filled new itemlist with data ? I created action (theoretically is working) but ... how to "attach" that action to dropdown list? Part II the same case bu (...)

(...) Hi! So I have this item list in "Orders app". Lets say it has 10 columns. 6 Of those columns can be editable depending on subprocesses or other proceses. So there is a query, that if returns 1 it means that column can be edited by a user, if 0 then the column in this row is blocked. For that I am using "Column edit restrictions" from the "Permissions" tab in the studio. And it works great. For few rows. (...)

Hello everyone, I'm trying to create an article-based analysis. The evaluation should list how often an item is affected in a complaint. Unfortunately, although I can add the corresponding fields as columns for a list view, I cannot display them in the form of a chart. Why do these fields have the blue text [Positions] in front? What is it about these elements that I cannot select them in the

(...) Hi, We have a client that uses sharepoint to work with documents, for contracts. There is an item list that is used to manage these documents (so far, only upload and download) and they would like to also be able to delete some of the already uploaded documents. There is a main folder for each contract and there are a couple of subfolders for attachments, depending on when they where added. As far as i (...)

(...) I would like to start Flow and save it on start .. why? 1. I have got drop down list - pick signature from other flow then: a) filing the form b) invoke menu button (automation) to load item list ... but it works only if menu button is (to have it I need save flow - set Signature ) then it works but with out save and set signature menu button is invisible and can't access :/ if I start flow f (...)

(...) Hello all, I have an item list with a editable column. This works if the item list does not have a lot of lines but if the item list has a long list of lines, this column becomes read-only and the user is only able to edit using the a pencil button that is displayed in each row. Is this a normal behavior? Thank you