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

search results

for item list

(...) ").css("height", "0px") $("#" + columnName + " .validation-error-panel").removeClass("has-error") $("#" + columnName + " .attributeErrorsPanel li").remove() } My javascript doesn’t work with item list . It would be nice if we could have a built-in form rule function / JS function like SET ERROR(Field, errorText) - for every form diyplay mode . It would also be desirable to have something like thi (...)

(...) Hi, we have a column visibility/edit/requirement restriction for every field in an item list . But there is no column visibility restriction for the delete button, so you cannot prevent deletion of some rows. It is something you can do easily with js, but only with classic display form mode. It doesn’t work with modern forms. The problem is that it is not guaranteed that your form rules “Main form -> Beh (...)

(...) Hi, I wonder if there is a way to chenge the text of the item list init button. Now it sais something like "+ Restore defaults" and I want to change it to "Update details", as the functionality in my list is to update some fields on the list if they were changed outside of the process (in dictionary).

(...) I know that in webcon report there is only possibility to show only one "item list " attribute but is there any possibility to create some technical data table or atribute to show more than one list? Or maybe you can give some example of SQL function which select more than one "item list ". Thank you in advance for your help.

(...) 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)" - the (...)

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

(...) 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 how t (...)

(...) een learning Microsoft Graph API and managed to create folders (parent and child) using POST and PATCH methods in a SharePoint Library via Graph Explorer. Now I have the following scenario. In an item list there are X numbers of lines with folders names: - Folder A (parent) - Folder B (parent) - Folder B1 (child) - Folder B2 (child) - Folder C (parent) - etc... What I would like to do is use t (...)

(...) ith elements serving as dictionary of "sales objects" (not a dictionary type process but a standard one at the time). There is another process called "Sales transactions". In this process there is an item list holding the items to be sold at the current transaction. These items can be added through standard adding elements (+) button. There is a choice box that opens a list of available items with importan (...)

(...) 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: .. RowNumberCannotBeU (...)

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

Hello all, How is it possible to select a choice field item by index? The choice field(A) has a placeholder ("empty" in attached image) and a dynamically read value. And on value change in another choice field(B), this value is being added to the choice list(A), but I also need to have this new dynamic value selected as right now it is just queued under the placeholder. Is there a way t

(...) sue 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 completing an action beforehand? (...)

(...) 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, so o (...)

(...) 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, 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 Vers (...)

(...) mployees 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 met is that director B can't see data of director C (only employ (...)

(...) 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 want to add some rows to an item list with 'Change item list s values' action. The SQL query should take a JSON array (which is perfectly valid) from UI element and return a table for adding new rows to this item list . Unfortunately this does not work. There seems to be some parsing on Webcon side, which eliminates all elements in the JSON array, apart from the separator, which results i (...)

(...) 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') }).then (...)