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

search results

for field

(...) 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); (...)

(...) nd 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 field s, Menu buttons, and select Paths in a similar manner. It will also be possible to set focus on the Info panel, Attachments and Comments sections and their respective elements.   Fig. 7. (...)

(...) form an authentication operation. Select the API definition in the upper right corner of the screen. In the Account section, select Try it out and fill in the grant_type, client-id, and client_secret field s with data from the API application configured earlier in Portal. Copy the generated token. Set the API beta definition and click Authorize. Enter “Bearer” in the Value field and then t (...)

(...) mation on potential follow-up recruitment. Accordingly, a form based on the 70/30 template was prepared in the "Supplementing information" step, which includes selected data presentation field s.   Fig. 6. Form configuration in the “Supplementing information” step   In WEBCON BPS Portal, the form is structured as follows:   Fig. 7. Example of (...)

(...) etter decisions in the process. But how do you distinguish this crucial information from other data and present it clearly to make it easy to interpret? Perhaps the answer lies in the Widget form field discussed in this article…    What are Widgets? In the context of a form, a Widget is a form field that presents numerical data defined by the user in an appealing way. It (...)

(...) from the application, but in the described case it is necessary to modify them to prevent other Department workers from viewing the dashboard. To do that, expand the drop-down list in the Visibility field and select the Custom value. Now, click the Add button and enter the details of the Head of the Department (for the described scenario this will be Tom Green).     It is a good (...)

(...) can add most configurable elements in Designer Studio to ToDo List.   Choosing the Add ToDo option opens a separate window where you can optionally describe the task in the Description field . The information entered here is then displayed in the ToDo column of the list. At this point, you can also mark the element as already executed by checking the Done checkbox, indicating it no longer (...)

(...) ld, it still works and it can help others: If you are providing multilingual user interfaces this post can provide you with little helpers to generate SQL statements: For multilingual choose field s. Multilingual icons   If you aren’t interested in these then you can still take a look at the SQL command stubs: Get workflow data Get item list data Join workfl (...)

(...)     WEBCON BPS 2024 introduced different kind of form templates: While this is great for WEBCON BPS 2024 users. You can already achieve something similar with a little HTML field in previous version. You could even make it dynamic. If one tab needs a lot of space you could hide the right area, if this tab is activated.   There's one exception, I didn't (...)