(...) t is also treated as a modification). The list allows users to filter change requests (e.g. showing only requests submitted by the current user or applying to a particular application) and change the sorting method. It also provides the functionality of advanced searching. An example of change request list Next to each displayed change request there is graphic information on its statu (...)
(...) es to rely on a respective SQL function. This is because names themselves are not always unique, and they can be subject to changes. Therefore, they are rarely used for tasks such as joining records, sorting , or grouping. The variable referring to the indexed choice column can be found in the Objects tab of the variables editor Summary The introduction of indexed choice c (...)
(...) bal search page and Form As part of the functionality, the global search results page has been made easier to navigate. This includes support for filters and suggestions, as well as keyboard-based sorting of results. Fig. 6. Mouse-free navigation through the global search page On the form, users will be able to navigate editable input fields, Menu buttons, and select Paths in a sim (...)
(...) esting person”, “Defective product”, “Client”, and “Product value”. Please note that it is also possible here to configure column sorting within the data source. You can do that with the button visible in the top right corner of the Dataset columns table. This configuration can be changed later within the report column window. (...)
(...) FRJ_Moveable_List_Delete: We add in the configuration of the change item list: - Deselect showing system ID - We set the FRJ_Moveable_List_Delete rule to callback - We set the sorting by our created ID column On our created ID attribute in the Style and behavior tab, we add a rule as shown in the screenshot below. On the Main form element under the Behavior tab, add (...)
(...) ed on October 21st 2024; In one of our prototypes, we encountered issues with the number of text-based groups on the form. It became simply too cluttered, despite the use of groups. Using tabs for sorting would have been the least effective solutionin this case. After experimenting with CSS, we created a style parameter that we’d like to share. We’re happy with the design, and we hope some (...)
(...) t is also possible to change the size of individual phase/actor blocks directly on the diagram, with a minimum size of 400 px. Enabling Workflow phases is equivalent to activating the grouping and sorting of steps by defined phases in the Workflow steps section (General tab). Note: From version 2025 R1, it is no longer possible to add new steps here; this can only be done from the Workflow designe (...)
(...) t is also possible to change the size of individual phase/actor blocks directly on the diagram, with a minimum size of 400 px. Enabling Workflow phases is equivalent to activating the grouping and sorting of steps by defined phases in the Workflow steps section (General tab). Note: From version 2025 R1, it is no longer possible to add new steps here; this can only be done from the Workflow designe (...)
(...) enarios. Get current user’s profile – returns data of the currently logged-in user (name, email, ID). Get my tasks – retrieves the user’s task list (with filtering and sorting options). Get element data – returns details of a specific workflow element (form, form fields, comments, assignments, etc.). Get attachment – allows downloading the content of an att (...)
(...) WEBCON BPS reporting offers great functionality for sorting , filtering. It would great having the option to implement and configure a SDK extension for reports, which would allow to execute an action based on the current selection. In my case the SDK extension would receive the selected rows with all fields and generate an advanced Pdf report. Like configuring the mass action, there should be an option (...)
(...) se the attachment is gone, but ATT_ID is still in the data field of the item list. There is no other way to remove this info, but removing the entire line, and creating it again. If you insist of the sorting in it, you need to delete and create all the lines after the current one again also. 3.) If I add an attachment to the item list, and refresh the page, the attachment is manifested in the attachment (...)
(...) isnt placed in the correct row, but, for example, two rows upper (I didn't recognize there were any rule, sometimes its 2 rows upper, sometime its 5 rows upper). I found out that if I set item list sorting to ID(created by webcon) from End Date(set by user) then problem doesnt occur. The thing is I want to have it sorted by end date. If i have to specify something or add more screenshots then please (...)
(...) Hi, i have a question for this post. https://community.webcon.com/posts/post/grouping-rows-of-item-lists/235 How can I change the sorting of groups, it is set to ascending by default, can it be changed to descending?
(...) k element I have a compact view or something of element from right side of the page. More details about element. 2. When I have report got in html element in dashboard with rest api, I can change sorting or filtering in report (Reports section in Webcon) and when I go to the dasboard i can see changes that were made in Webcon Report. Is is possible that I will make changes in report with Rest API or (...)
(...) o ... is not related with row ... :/ - solution >> on path (I don't need earlier) add extra column with index no. to "fix" (create relation) the row no. [semi solution] any other solutions? b) sorting by status: I have got Item List with column "status" (drop down list) I have 3 option to pick: - choice field (the fastest) - I would like to use that option - how to copy value to other cell in ro (...)
(...) I used JS button to InvokeRule(Form rule). Form rule used FOR EACH ROW function on Item list to populate technical column with increment integer (1, 2, 3…). This integer was used for Item list sorting in Item list configuration. While in version 2022, the execution order of FOR EACH ROW was driven by sorting (even unsaved) Item list as seen on the screen (First sorted visible row first, Last sorted visib (...)
(...) WEBCON to: Call a REST API once, Write multiple returned values into form fields, And show a dynamic validation error message to the user immediately (without save or path transition), Without resorting to JavaScript? Or is this a known architectural limitation of WEBCON?