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

search results

for column

(...) WFEventLogs] ORDER BY 1 DESC   After running the query, the table will display entries related to Portal logins, including details such as the endpoint used for logging (in the WEL-Name column ), the date and time of the login (WEL_DateAndTime), and any registered messages (WEL_Details).   The AdminWFEventLogs table with entries for Portal logins   Summary The (...)

(...) External content by Karol Częczek; October 21, 2024;  If you need to manage and change the order of items added to the list, you can achieve this by adding your editable ID column and JavaScript code. A short video shows the end result of the modifications added to the list.   To begin with, we add 2 column s: ID and T_ID, of type Floating-point number to the list, set them as d (...)

(...) re that business rules and form rules work correctly since those could be based on fields that require access authorization.    Table Report - Version 2025 and above The content of column s requiring authorization will be hidden in the report.   After successful authorization, all column s requiring authorization will become visible. Although column s requiring authoriz (...)

(...) ay produce errors such as: "'<', hexadecimal value 0x3C, is an invalid attribute character". The reason for the error is that the resulting OCR .xml file stored in the text column of the attachment database (ATF_FRData column in the WFAttachmentFiles table) contained Unicode characters. In turn, the attachment database was created in non-Unicode mode and the selected types of (...)

(...) go to the Available filters section and click the Add button to define the form field whose values will be used to filter the reports. In the newly added row, open the drop-down list in the Filtered column s field. Since both target reports—the "Sales over time" chart and the "Previous requests" table – use data from a shared data source ("Order data") assig (...)

(...) ter the script execution) $zipFilePath – the full path, including the name of the ZIP archive where the resulting file will be saved $query – SQL query that will select the filename column ($namecolumn Name) and the binary content of the attachment ($valuecolumn Name). Special attention should also be paid to the $connectionString variable, which represents the connection paramet (...)

(...) he flags, then there is an option to remove it. Fig. 3. Flagging at the workflow instance level   Flags in reports Flags in reports are displayed automatically in the Task system column . Should this column be visible in the report, it must be set as the Data source column in its configuration. Fig. 4. presents a report with the visible column Task. Some of the workflow instances dis (...)

(...) l;ger; January 17, 2025 ;  The original post has appeared on daniels-notes.de   During the WEBCON Tag in Munich I was asked, whether we could limit the size of an item list with many column s. Even so I wasn't to sure how to implement it, my immediate answer was "Yes, that's possible". I'm quite satisfied with the result, especially because this solution only use (...)

(...) mes Verify updated item list actions Type error when executing a path Instance start buttons Empty report tiles REST and business rules   Updating to BPS 2023 Calculated column s for Choose fields New database field Breaking change due to one’s own laziness Checks before upgrading to BPS 2023 Do choose fields with only ID exist Where are choos (...)

(...) uration can continue and the action will work properly later.     The current step displays a table with a list of all connections in use and their type. At this stage, the State column shows Not configured, highlighted in red. Here you can specify your own connection of a given type or use the one provided with the automation definition. To do so, select Add new or attach existing. (...)

(...) ivileges can change their metadata (names, descriptions, documentation and translations).     Functionality enhancement in version 2025 R2 Reports In version 2025 R2, a new column , Workflow phase, has been added to the system column s available in the report configuration. When selected as one of the report column s, it contains the names of the workflow phases for the instances (...)

(...) h; after selecting this option, specifying the process and translation language, and confirming with the Translate with AI button, a file with the process configuration elements is created in which a column with their translations in the selected language is automatically added. If the process configuration elements already had translations in the selected language, they will not be overwritten by the a (...)

(...) involved in the document signing process and to assign them the appropriate roles and authorization settings. Each row in the list corresponds to one person involved in the process. In the Person column (form field type: Person or group), select a specific user. Based on the selected person, the system automatically completes the e-mail address to which the invitation to sign the document will be se (...)

(...) design grid? The design grid is a graphical layout that allows for the orderly and predictable placement of elements (widgets) on a dashboard. In WEBCON BPS 2025 R2, the design grid consists of 12 column s that define the width of individual widgets, and a variable number of rows that are dynamically added depending on the number and size of embedded elements. This allows the dashboard’s length (...)

(...) instance. The idea is, to implement an sdk custom action, where I am able to configure a mapping between the pdf form fields and fields of the workflow instance. The ideal solution is having two column s in a dynamic grid (similar as in the image attached), where i am able to add as many rows as i need. One to define a name of the form field (text) and another to pick from my workflow fields. I foun (...)

(...) n administration mode. The attached picture shows two changes. Both were done using the admin mode. Unfortunately this is not visible for the second one where the admin added a comment. Maybe a new column could be added or a different colour could be used for versions created in administration mode.

(...) Hello, Do you know the possibility how to place a gantt chart in a process that was not created as a "Vacation" by template? I have column s: "person", "date from" and "date to"

(...) Does anyone know if it's possible to show data not present in an application on the report? I have read the article about calculated column s (https://community.webcon.com/posts/post/using-calculated-column s/196/3) but that's not my case. What I would like to do is join the items from the report to a table in a different database (on the same server) or to an existing MSSQL data source. In many process (...)

(...) case, we have customers who wants to link to files in SharePoint and other dms. So I'm wondering, how you guys solve this challenge. I'm currently thinking about a simple itemlist having a hyperlink column to store the links to the external content.

(...) line item in the items list (meeting minutes). SELECT '{1805}' AS {DCNCOL:253} , '{1891}' AS {DCNCOL:254} , '1' AS {DETCOL:1910} FROM WFElements WHERE WFD_ID = {WFD_WFDID} (Please see picture for column names). Instead of adding a line item to Parent WF, the action adds a Line item to SubWF. Obviously, I am missing something, but I can not figure out what.