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

search results

for item lists

(...) -friendly from 2022 R3 version WEBCON BPS introduces alternate colouring of item list rows. The solution allows for easier distinction between rows, which is especially important in the case of large item lists . The article describes this functionality and discusses additional methods of item list customisation with an example of conditional row colouring which allows the user to colour only the rows ful (...)

(...) ver the column heading does not change its icon into a hand icon (as is the case for the enabled sorting list functionality) and clicking it does not trigger any action. The comparison between item lists with enabled and disabled sorting item list functionality   Additionally, note that when the item list sorting is disabled, a row cloned with the “Clone” button available next (...)

Applies to version: 2022.1.3 and above; author: Krystyna Gawryał   Introduction Item list is a form field displayed as a table with definable columns that contain user’s data. This form field can be edited to the extent provided by the system: users can change the column values as well as add, delete, and clone individual rows. It is also possible to independently configure th

Applies to version: 2021.1.x and above; author: Agnieszka Burda   Introduction With WEBCON BPS you can use API interface. The article available here: https://community.webcon.com/posts/post/the-invoke-rest-web-service-action/170/ describes the “Invoke REST Web Service” action provided in Designer Studio that allows users to use external services sharing their own API. Th

(...) d than the configuration of regular processes. The whole challenge lies in correctly identifying which processes and data sources serve as Personal data dictionaries, and then marking form fields and item lists columns that load data from these dictionaries.   By correctly identifying form fields that carry vulnerable data in your system and creating a trail of connections that always lead to a p (...)

(...) ed effect. Additionally, users can now swiftly delete all or selected rows of a form field, eliminating the need for manual intervention and offering significant time savings in the case of extensive item lists .

(...) Between item lists there is relationship 1:C. How row in the parent Item list can be protected to be updated or deleted if in the child item list there is a row referenced on ID of row in the parent Item list. Is there any sample that can help to overcome this issue. Both item lists are in the same step.

(...) 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 this for item lists : SET ERROR ITEM LIST (ItemList, Row, errorText) The counterpart CLEAR ERROR would also be fine to remove the error message. My approach is not that ideal, because I must do validation twice, once a (...)

(...) 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 lists 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 lists . Do you have ideas how to (...)

(...) Hi all! We want to add some rows to an item list with 'Change item lists 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 in (...)

(...) ue') }).then(() => { InvokeRule('#{BRUX:1526:ID}#') }) This is working fine but unfortunately this seems to be incredibly slow, if there is a larger amount of rows to be added. We tried to call item lists initialize, but that seems to replace all items in item list, which we don't want. Maybe there is a way to initialize (with some sort of UNION query) which takes respect to existing items and also (...)

(...) t | Column]]] = [Choice field id] I guess there must be something wrong with SELECT VALUES as this probably retrieves all the row values. However, in a business rule the functions to iterate over item lists don't exist like they do for form rules. Any tips on how to evaluate each row value in a business rule and perform an action based on the result? Thanks for your help.

(...) ces using data tables. You can find more inspirations here: https://docs.aspose.com/words/net/template-syntax/ Feature requests for this new / updated action would be: - Accessing all fields, item lists and data rows/column from the template - Joining multiple documents - Adding watermark - Generation of table of content Best regards, Daniel

(...) added row so the next document can be scanned. Unfortunately the focus stays at the first row all the time so the scanned value will go there. There is a SET FOCUS function but it is not working with item lists . Therefore I think I need something similar in order to set the focus on last row of the item list. Any help much apperciated! Thank in advance. Wojtek

(...) got 2 or more people then filter is not working because is more than One ... so ... I dropped that Idea because Item list is more readable than dropdown list ... And now I stopped on depending item lists ... :/

(...) Hello, We moved from 2021 to 2023 version of webcon and now we have a problem with initializing item lists in preview mode. When in edit mode everything works fine, but in preview mode item lists do not initilize. Is there a way to achive such a functionality. What was the reason to change it ?