(...) ns, 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 columns available in the report configuration. When selected as one of the report columns , it contains the names of the workflow phases for the instances displayed in the report, as determined by the step in (...)
(...) use AI to translate individual text fields related to process configuration elements, such as the names of form fields, steps, and paths in the Process design, as well as the names of reports, their columns and views, and the names of dashboards and their widgets. This means that you can use the functionality for all fields marked with the translations icon in Portal . A Use A (...)
(...) tion will appear in the body of the email sent to individuals invited to sign the document. Users Indicate a list of items containing data of individuals who will sign the document. The columns in the item list were covered earlier in this article. Fields marked with an asterisk are mandatory. Participation priority This field is required when at least one line in the Signers (...)
(...) 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 columns 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 t (...)
(...) Fig. 11. Error message displayed to the user when report data retrieval fails While the message suggests that performance issues may be caused by non-optimal calculated columns , the real cause is often a slow SQL Server (e.g., outdated statistics) or an excessive volume of data to load. SQL queries that exceed the timeout can be captured in a diagnostic session. Once the (...)
(...) ash; prezentacja struktury AD w atrybucie). Starting with version 2019, this configuration method is no longer supported, and the following requirements now apply: Values in the ID and ParentID columns must be of the integer type. SQL queries using the WITH clause are no longer supported, as they are blocked and may lead to errors in some environments. It is now possible to select intermediate (...)
(...) 39;s the moment when we can type in the value, after we typed it in there, and we untick the box, the value stays there, but it's not being used by the platform itself. So, we could treat it as 3 columns - it's free real estate 😉. Summary With proposed solution - we're always syncing our dropdowns with list of constant values, and we can easily reference values from our list in cleaner (...)
(...) ew one can create an MSSQL data query with the current database as connection and the following SQL query. It returns in the first column if the cycle is active or not. Then there are several columns containing GUID, ID and name of the associated application group, application, process and workflow. Next there are all columns of the excecution statistics of the cycle And last all columns of t (...)
(...) ures Advanced Autenti e-signature – an advanced electronic signature, uniquely linked to the signer and performed with identity verification. Advanced electronic signature The next two columns contain choice fields related to SMS code handling: SMS authentication – selecting this option means that before signing the document, the user must enter the SMS code sent to the specifi (...)
(...) 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 columns 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 found (...)
(...) 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 columns : "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 columns (https://community.webcon.com/posts/post/using-calculated-columns /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 processe (...)
(...) pared in MS SQL with different tables. The challenge we are having is to update entries with foreing keys. Scenario: Table 1: Country has one column (apart from ID) – 'Country' Table 2: City has two columns 'Country ID' (Choice column from table Country) and 'City' So in City table, we have one foreign key that shows on Country table. Issue: When we update the Country name in SQL – Name of the Count (...)
(...) nums.FormFieldTypes.TextSingleLine)] public string DataOdn { get; set; } } In Run() I put records from an external system to Lista_Poz. In Designer Studio I have created Items List with columns like in Nagl_OT. When I call my action in the workflow I get an error:Invalid cast from 'System.String' to 'WebCon.SAP.CustomActions.NaglowekOT+Nagl_OT How should I implement Items List in my solut (...)
(...) Hello, it would be nice if there`s a possibility to customize columns in build-in Archive report (Searching structures), independently for each application for example :)
(...) Hello all, Does anyone configured an Item List to be initialized with a SQL query that will query from another database? In this case I want to query from an Oracle DB and initialize the columns with the columns from the query: select milestone as {DCNCOL:185}, milestone_date as {DCNCOL:186}, amount as {DCNCOL:187}, currency_code as {DCNCOL:188}, amount_euro as {DCNCOL:189} from PL_Invoicing (...)
(...) match (=) is 2% of the query cost. Due to the very high yield for the environment (large BPS instances), I propose to create a new type of selection attributes, where we give up filtering, and for columns intended for searching, we will add an additional search method parameter to the database: LIKE%, %LIKE%, exact match (=).
(...) Hello, I am using an itemlist to show some data to the user. In some cases, the list contains over 50 elements. Because it also has a lot of columns , it is very hard to follow sometimes. I would like to at least make the table header sticky. How can I do that? Thank you in advance! Best regards, George
(...) Hello Community! I have a simple question (at least I think so). Is there a way to make a report that does only show certain columns and DOES NOT link to the details? I have a business delegation process and would like to allow everyone to check who's delegated and when. I do not want everyone to be able to check details of delegation, costs, etc. And clicking on a report row allows me to go to the detai (...)
(...) le to loop over all rows of an excel file? I have an excel file with employees information(say 50 rows of employees). I want to navigate through each row, read and populate data in my form from excel columns and then trigger a workflow for each employee.