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

search results

for List

(...) select an apartment that has dedicated parking place I manage to check and store the ID of the assigned parking place in a technical variable on the fly (as form rule invoked on callback of the items List ). However, I can not add it automatically to the List , as there is no function that allows me to do this (or I can not find it). The only procedure that allows me to change the items List and add ro (...)

(...) Hello everyone! A problem I encountered in 2021.1.4.118 does not give me a rest. It conserns Item List s. When I use any type of choice field and in the picker tick "Show link to this item" it still does not show the item with the link (as it does in standard attributes). It doesn't matter if the field is read-only or writable - always no link. I suppose the solution could be a separate hyperlink colu (...)

(...) While trying to cope with problematic hyperlinks to different items in one item List row, I came up with a solution that might come in handy. Explanation: The item List contains one key choice field ("Symbol") which is configured to populate several other fields in the List . Among the populated fields are "Przypisane komórki (BPS)", "Przypisane garaże (BPS)", "Przypisane miejsca postojowe (BPS)" (...)

(...) Hello, I'm continuing my development of a form containing item List . The case is as follows: I add an item to the item List and after it is added (upon ending the edition in one item edit mode) I want to automatically add an item that is dependant (dependancy is held in one of the items List fields of the idem being added). However if edition is canceled nothing should happen. So, what approach w (...)

(...) I would like to build a solution for incoming correspondence registration. Registering an envelope (which has its own barcode) and some fields, I would like to add some other barcodes in the Item List s field and I would like a subworkflow (documents in an envelope) to be created for each of the lines. I can create a subworkflow, but I don't know how to loop through the Item List s. Do you have ideas (...)

(...) Am I missing something or has the User or group field type on item List s been removed from new Webcon versions? Thanks!

(...) Hi everyone, I have an item List with grouping on one column. I'd like to have this column group collapsed by default. How would I do that? JavaScript? Please consider I'm no js expert so any piece of code or a completely different approach would be much appreciated. Thanks, Martin

(...) Hi, I have problem with adding new row in item List after passed value to existing field in existing value. on text field I have selected "Invoke callback rules after value change" and in Item List callback rule I add condition , if text value is not empty just add new row. Wvery time I press button "add new row" I get exception "After callback form rule of items List : .. RowNumberCann (...)

(...) Is it possible to have the ItemList action buttons in front of the item List ? As most of the times we have few hundred records and in case of do some action on the itemList ... we need to go to bottom of the item List and scroll to the right and do some action. After the action complets we do the same thing like go to bottom of the page scroll to right and do some action.. Instead if we have the (...)

(...) Hi, Do you know how to remove a pen icon from autocomplete field? And what for is that icon? It changes to "List " icon when you click on it. I've attached a screen. Regards, Lukasz

(...) ve a following scenario: 1) An user has a form field where he can choose mulitple values in one form field (lets say different persons) 2) Then the user submits the form and it goes to a SharePoint List . We'd like to add the same number of records to Sharepoint List as the number of values selected in the abovementioned form field. So each record should represent one person and have other form field (...)

(...) Hi, I have an issue with the Change Items List action. It is defined to wait for required tasks to be completed and is tied to multiple people completing an action. But when the last person completes the action, the item List is updated, but only for the last person who completed their task. Is there any way to define the action so it updates the List for all the people who are involved in completi (...)

(...) Hi, As for now you have 3 options in Item List : add rows, update rows, and replace rows. But there is no option to delete row. It would be really handy especially if there are some flaws in process and some rows on item List that shouldn't be there. Now if you want to delete them by action you have to use Replace Values option with SQL Query that returns only rows, that you want to leave in the form, (...)

(...) Hi, it is posible to export data from item List to Excel in action but only id from column value? Only way i found is map item List to excel table (Sheet1!Table1). In this way the whole (id and name) of column is exported. But I want only id or name.

(...) Hi everyone, I'm currently trying to solve a situation where I have a questionnaire with answers from which the users has to choose one. The answer will set other fields in the item List . The questions and answers come from a dictionary. Since it's a questionnaire I would have liked to have a drop down for the answers but since this doesn't have an option to define target fields. I moved to the (...)

(...) Hi everyone, when an item List column is deleted, it will be checked whether it is used and the usages can be displayed. It would be nice, if we could have this option without clicking delete. :) I attached the screenshot which displays the usage of the item List column and that the usages are different from the item List itself. So the usages of the item List column are actually checked. BPS (...)

(...) Hello! I have another case to solve. There is List of employees which is maganed by one employee A. That employee A wants to share that List to few directors (B, C) to ask them for fill in some columus. My question is that is there some action to split item List for subprocesses and then, after directors (B, C) fill data, return it to main process (to employee A)? The condition that need to be me (...)

(...) Hello, is there any chance of presenting a picture in an item List ? After getting images to be shown in my report, this would be the next component I need. Thanks for your hints in advance. Best, Ingo

(...) Hi community! We want to add new row(s) to an item List due to customer requirement. This should be triggered on button click, that means on the client-side. Unfortunately I didn't find a way, to insert new row(s) to an item List in available JS functions. Does anyone know how to do that or could you provide some code samples? Thanks in advance & best regards, Nik

(...) Hi all! We are wondering if there is a good way to add new items to an item List on the client side. We already found a way to add new item (which can be triggered by a form rule) and set some form fields before, which then act as default values for the new row. Since it all is asynchronous it has to be a promise chain, like this pseudo code: p.then(() => { SetValue(formField, 'Value') }) (...)