(...) Hi everyone, we just figured out that there was a time, when the "Clear item List " action saved a faulty configuration. The issue is, that the id of the selected item List was saved (1) without using the variable syntax (2). In turn the integer value wasn't replaced during the import and the execution of the action will fail, if the integer values are not the same on both systems. In the worst cas (...)
(...) Hello community, I have a question, is it possible to update rows in a List of elements in more than one element using only one action in Inwoke REST WEB service? For example, /api/data/v6.0/db/1/elements/1111, 12222?
(...) in Webcon: ver. 2024.1.1.161 if you have on on step grouping in item List (for example tech column) then adding new row popups window with one row editing but ... I have that feature off... ---edit---- because I have Item List with attachments attribute so .. in popups window I can not pick attachment ... :/ and now I need i popup window put a data (category) and "save" and again edit line (...)
(...) Hi, how to bold the values in the item List column on the workflow path and on the click of a button in the action menu? thank you for your help Regards, Paweł
(...) Hello, I would like to create a new data source in the MSSQL Database category that would retrieve information from a List of values from the form and other attributes on the same form, but I don't know what such a correct query should look like. Currently, my query is only able to retrieve information from the attributes themselves, but not from the List of values. Edit: I found the solution (...)
(...) Hi, I have a problem with action "Update item List values" pointed on path. Workflow is started automatically base on REST API and pointed to the same path. I found information on the log "Number of replaced rows: 0' after start process by REST API. When I use web to start process, action update item List values works fine. When I edit a document created by REST API , action also works fine. (...)
(...) hi, I would like to create a calculated column for a report with a List of items. This column, using SQL, should fetch data from another process. I want to map it based on the DET_Att23 ID for each row of the report:: select sum(DE.DET_Value2 - isnull(DE.DET_Value17, 0)) as nn from WFELEMENTS join WFELEMENTDETAILS DE on WFD_ID = DE.DET_WFDID where WFD_DTYPEID = '212' and DE.DET_WFCONID = '5 (...)
(...) Hi Guys, Is there any way to configure paging for the item List ? Got one with > 280 rows, initiated from the SQL query. I cannot use data table to display the data only, as users need to add comment for each row in one of the columns.
(...) Hi, it would be nice having an option in the path parameter settings to tell the button if it shall be displayed on the left or the right of the button List . Adding eg a class .path-button-container-right to the div containers of all right aligned buttons and the following css would do the whole trick: .dynamic-form #pathPanel .path-button-container:not(.path-button-container-right) + .path-b (...)
(...) Hi, I stumbled a while until I found the "autocomplete" field type in an item List element. I directly picked "choice field" under "choice columns" and didn't read the following entries because I knew that in normal "form field" with field type "choice field" one has to select "Autocomplete" under Settings > Behavior. Maybe it would be more intuitive to align both configuration methods in the fi (...)
(...) Hi all! Is there an easy way to List all the privileges (and scopes) for applications, processes, associated form types, dasboards and reports? Maybe someone already wrote a query for that or can point us in the right direction? Thanks a lot in advance & best regards, Nik
(...) Witam, Próbując zaznaczyć możliwość edycji załączników w kroku, w którym dotychczas było to odznaczone otrzymuję ostrzeżenie: "Niepoprawna konfiguracja List y załączników. Należy w konfiguracji systemu wybrać odpowiednią List ę". Czy ktoś byłby mi w stanie podpowiedzieć, gdzie konkretnie w konfiguracji systemu wybiera się tą List ę?
(...) Hi, i have a question in regards to saving data and obtaining it later. So, i have an item List where each user has an id, if i change any of these attribute fields, changes need also to take effect in the dictionary. There is a specific field that will trigger this action. I already created a query that will map correct attributes with update command. I'm interested in the logic that would need to ta (...)
(...) I would like to suggest an enhancement to the user interface of Item List (tabular) form fields within the WEBCON BPS platform. [Current Limitation] At the moment, users are unable to freeze specific columns in Item List s when scrolling horizontally. This often leads to usability issues, especially in wide tables, where the first few columns (e.g., item name or ID) get lost from view. [Prop (...)
Hi, is it possible to do it via javascript is the main question. i know that this could be done via sdk(c#) and there is already an example guide of it on the forum, but i was wondering would it be possible to create a parser in javascript, that can be loaded maybe by the hotfolders option ?
(...) Hi community, We are using in our company long URL (especially for SharePoints) with length over 256 characters. Using Item List Hyperlink column with format 'link:http://intranet.company.com;displayname:Link' ends up for long URL to appear as full URL (in Edit mode) instead of displayname. Any Idea how to solve it and show displayname for long URL?
(...) Hi, I just noticed, that the "Uniform view of all item List cells" check box has been removed. It's not the case that I wanted to activate it, but I wanted to deactivate it. The reason for this is, that the uniform can take up way more space than a mixed one. Especially if there's a multi line column. According to the documentation it should be there but it does neither exist in the UI nor in (...)
(...) Hi everyone, I have a problem in a project that I took over some time ago from another developer. Specifically, the "add" button for the item List only appears on the first step, where the item List is visible. On every subsequent step, although the List is editable, there is no "add" button to allow adding more rows. Similarly, on the following steps, there are no action buttons like "clone" or "del (...)
(...) Hello community, I need to start a workflow instance for each email address in a text, where the addresses are separated by semicolons. My plan was to initialize the Item List using an SQL query, and then to start a subworkflow (SQL) instance for each row (email). Since our WEBCON environment doesn't support STRING_SPLIT, I fabricated a custom SQL query to split the long string into individual rows (...)
(...) Hello, is there an option to present answer (single choice) from choice List on report ? Thank you