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

search results

for field

(...) to use the platform, detailed descriptions of the functionalities and options available in the system with examples of their use, configuration information, as well as easily accessible lists of form field s, actions, functions, and rules that are or may be needed when creating applications. The online help document is also a perfect solution for those who are just starting their adventure with WEBCO (...)

(...) ersion 2023 R3 introduced the ability to use the CONCAT function within the LIKE function to create advanced filter conditions on Data sources. This is particularly applicable when configuring Choice field s, allowing the list of returned values to be limited to those required by the user. This article provides a description of the functionality along with a business case for its use.   Ba (...)

(...) e.g. to the dark theme, also triggers the switch to the dark theme in Portal (WEBCON BPS Dark).  To enable this, go to the Portal window in the mobile application and select Auto in the Themes field (User menu → the General settings tab).   QR codes With its QR support functionalities, the new mobile application significantly reduces the need for manual data entry, helping (...)

(...) Applies to version: 2023.1.3 and above   Introduction This article concerns the system data source <Users and Groups>  and its effect on the Person or group form field from 2023 R3 onwards. The system data source <Users and Groups> (distinguished by the triangle brackets) is meant to act as a filter on top of the list of synchronized users - used (...)

(...) ation and training of personnel, organization of student internships, joint training sessions, conferences, scientific meetings both in Poland and abroad, as well as the exchange of experience in the field of science and education. The first meetings, where WEBCON BPS was presented to the lecturers of Computer Science and Mathematics, have already taken place. We hope for further dynamic development (...)

(...) ively.   Meet the Big Brother: Unveiling the Role of the System Administrator Given the Department Manager's formal qualifications and extensive experience in the IT and programming field , they are the only authorized person to use Designer Studio as the System Administrator. This means that, quite literally, they have a broader view. With access to the full configuration of Designer (...)

(...) s identifier will be used later to generate an activation code for the license service. Next, a window will open where you can specify the location of the newly created file on disk. The field License service computer name is automatically filled in. Additionally, the wizard will indicate that the activation data file has been downloaded.   Click Next to continue. The ge (...)

(...) option, otherwise select New installation of WEBCON BPS. In the Select components step, navigate to the Other components section, and select Installation next to the ABBYY FineReader Engine 12.0 field . Continue with the installation.   After proceeding to the Components installation step, a window will be displayed, allowing you to configure installation parameters for ABBYY FineRea (...)

(...) nd 2D codes Determining exact device location Biometric authorization WebView WEBCON BPS Portal Scanning barcodes and 2D codes and inputting informationstored in them into form field s Recording voice memos Determining approximate location Capturing photos and adding them as attachments Browser Authentication   Mobile application architect (...)

(...) een them) The applications interact with each other. For instance, a workflow in one starts a sub-workflow in another process, which in turn updates the first one. The applications include choice field s, which are used to connect other workflows/display data from them using BPS internal views. READ MORE: HERE

(...) 11, 2024; WEBCON BPS 2023.1.3.76 The original post has appeared on daniels-notes.de This post provides a solution to extracting the latest comments in the standard "Comment" field on the form. The issue with this Last comment text variable is, that’s always the latest added comment, regardless of how old it may be. Here's a short video intro: READ MORE:&nbs (...)

(...) s to the previous part and will give you how Playwright could be useful. Changes: Tab support Collapsed group support Provide step id instead of the title to verify it Define whether a field should be required Check field values without setting them If you are interested in this or other things you could ask me them during my next Ask Me Anything YouTube live event on 14th May. I (...)

(...) style="text-align: left; padding-right: 10px;"> <p>[|Recipients|]</p> <p>[|Systemfield s|]</p> <p>[|Formfield s|]</p> </td> </ (...)

(...) heir performance, leading to increased productivity and customer satisfaction. In short, gamification is an effective technique to foster positive behaviors and achieve specific objectives in various field s. The simplest method to implement a gamification system would be the collection of points (XP) when certain activities are met in WEBCON BPS processes. One of the processes frequently (...)

(...) or most users, more complex JSON structures, e.g. with one-to-many relations, will be a challenging task. So we decided to add a JSON-builder, that generates the structure based on the form field s. It is quite simple, but it also groups field s to its nearest grouping element (group, tab). Also, item lists, data tables, and data rows are supported. For most scenarios, this should be sufficient (...)

(...) WEBCON BPS Version: 2023.1.3.118 The original post has appeared on daniels-notes.de I've finished a new post about using Playwright with WEBCON BPS. As I needed to add support for more field types, I didn't want to define the test data for each step and field type on my own.  Therefore, I focused this time on generating the form data using the REST API. After all, we already (...)

(...) does that mean? 🤔 Simply put, the table adjusts automatically based on the data entered in the JSON. This makes the table excellent for hierarchical displays. 👍 To create this table, use the HTML field . There, input the source code for generating the table and associate it with JSON to populate the table with relevant information. 🛠️ You can see the code and demo with the table on my blog about (...)

(...) ng.   For the purposes of this article, an Item list called “List of spare parts” was prepared that contains two Single line of text columns (Serial number, Name), one Choice field column (Manufacturer), and one Floating-point number column (Price per unit):   Once completed, the Item list may look as follows:   For presentation purposes, all actio (...)

(...) s, should we need to return to them.   E-mail contents We can strictly control what is sent in e-mails (standard and custom). There is an interesting option in the configuration of form field s: Never show in e-mail notifications. It’s worth noting that technical field s also won’t be included in e-mails. In the template configuration on a process, and in the action that (...)

(...) idation rule, which basically did the trick. However, from a user experience perspective, it would be great if the open file dialogue would only show pdf's: How is it done: Add a Html-field to the form Add the following JavaScript: <script> var attr = document.createAttribute('accept'); attr.value=".pdf"; document.getElementById("fileupload-add").setAttributeNode(attr); (...)