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

search results

for item list

(...) hread: https://community.webcon.com/forum/thread/555/46 having been removed in 2021.1.3.143 (tested, worked fine), something similar is happening in 2021.1.3.163 when you use a picker field in an item list , and map it's data source-columns into other columns of the item list . It then throws: "b.map is not a function"-error, see attached screenshot. If I dont map data source columns to other columns it (...)

(...) Is there a way on a new record to prepopulate an item list with static rows? The idea is for each new workflow started, an item list would have 6 rows already setup to have other data entered. Nevermind, I found it :) https://webcon.com/item-lists-repeating-data-done-right/

(...) Hello, I've just come accross a slight problem with updating an item list . I have a list of items (emplayee, year, number of days available). The list is being initialized at the registraton step with all the employee names (70 rows). I've also created seperate attribute fields for year and number of days and would like to type let's say "2022" in the year field (the separate one outside the list) and clon (...)

When adding a new list item into a SharePoint list, you have the option in BPS to capture the ID of the new list item you have added. Then it is easy to add attachments to this list item using that ID. When I add a new document to a document library, the listID capture option is disabled. It would be really helpful to be able to capture this list ID for a document library as well so that then I ca

(...) Hi all, I'm having a problem in Studio with a Form Validation rule using SQL. I have an item list that is populated with lines if the user select a Sales Order in another field or manually filled if there is no information on the SO. There is a column that is mandatory to be filled whenever the item list has any rows and I tried many examples to construct a validation form rule in order to have in (...)

Is there a way to lock a specific item row for a list item at specific steps? I have a 4 row "table" and I need to make sure each row can only be edited in it's respective "phase" (step)

(...) orkflows to request information for the main one. Because the main one will keep being edited after the subworkflows are launched, I've decided to set them as parallel. They will be started through a item list and after one person for the task is selected in that item list . This is bringing me many issues and challenges. First of all, I need to use 2 actions in the subworkfows to fill in 2 different (...)

(...) make sure the users attach a structured set of documents, I created a dictionary of document types, along with translations for them which are defining which document is attached in which row of the item list . The item list is initialized with a set of standard document-types that should be attached. There are a few things that dont make much sense to me in this scenario, though. 1.) All the attachments (...)

(...) Hello everyone! :) It's great to work on Webcon, really useful staff. Unfortunately I think i found a bug, since I can't find any issue in my configuration. I have an item list field type with some fields in it: type, subtype, value, start-date, finish-date. My configuration is set to automaticly take value from database and place it on 'value' when I pick 'subtype' from dropdown. I am using the target (...)

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