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

search results

for JS

Applies to version: 2021.1.x and above; author: Dawid Golonka Introduction From version 2021.1.4.36, new built-in functions have been introduced to WEBCON BPS. These functions are used to set the requiredness of fields on the form. They allow you to configure the form in terms of dynamic setting required fields to be completed. Business case The ability to set the required form field

(...) r production can be easily transferred to other using the import/export functionality.   Fig. 13. The import/export option   After clicking the export button, a file in the JS ON format will be generated. This file can be imported into the selected environment.   Fig. 14. The exported file in the JS ON format  

Applies to version: 2022.1.3 and above; author: Krystyna Gawryał   Introduction Users can prepare document templates in MS Word that include data from forms designed in WEBCON BPS. A template prepared in this way can be used, for example, in a Word file generation action. In order to be able to use variables relating to form fields and other contextual variables of WENCO

(...) in the database connection settings.     Press “Save” to keep the changes. Now, set up a new server name in the portal configuration file “appsettings.user.JS on”. Its default location is ”C:Program Files (x86)WEBCONWEBCON BPS Portalappsettings.user.JS on”.     Run the app in the IIS and the WEBCON WorkFlow Service. (...)

(...) lly.   Changes in configuration entries   Configuration database content.GlobalParameters, "ConfigDatabase" parameter WEBCON/WEBCON BPS Portal/appsettings.user.JS on ConfigConnection.Initial Catalog LogsConnection.Initial Catalog Content database content.ContentDatabases.CD_Name attachmentDB.GlobalParameters, parametr "DBMain" archi (...)

(...) vided in Designer Studio that allows users to use external services sharing their own API. This article describes new features introduced in the aforementioned action in WEBCON BPS 2021.   JS ON - grid A simple workflow is created for demonstration purposes to obtain average exchange rates from the National Bank of Poland. A form containing exchange rates   The &ldquo (...)

Applies to version: 2021.1.x and above; author: Konrad Wojtycza   Introduction WEBCON BPS Designer Studio allows users to configure global business and form rules. As global rules, they are available for all applications created in a given environment and thanks to parameters they are universal and may be used in multiple processes.   Global business and form rules can be

Cooperation between business and academia is key to educate workers well-suited for dynamic digital transformation. Previous year was full of meetings, presentations, and conferences which brought us much closer to academia. We learned that sharing knowledge and exchanging experiences brings benefits for all – higher education workers, students, as well as for our clients and ourselves.

(...) ation file. This file allows you to set the relevant values for environment variables and pass them to the service container. These are exactly the same values that can be set using the appsettings.JS on file in a standard WEBCON BPS installation. For the correct start of the service, you need to set the first two variables – connection string, to connect to the configuration database, and (...)

(...) sp; Unzip the contents of the downloaded archive and move it to the destination folder intended for the service executables. In the unzipped folder you will find the file "appsettings.JS on" – copy and paste it in the current folder, and then rename the copy to "appsettings.user.JS on". Open the newly added file. Its contents are as follows:   1. { 2. (...)

(...) ms a part of the OpenTelemetry project, it is possible to use the Jaeger platform for collecting and processing traces, and the Prometheus tool to receive and analyze metrics. The otlpsettings.JS on file The OpenTelemetry tool in WEBCON BPS is configured separately for the Portal and Service segments. For the purpose of the configuration, the otlpsettings.JS on file is used. The file can b (...)

(...) nce. The native part of the application is responsible for the communication. It invokes REST API that facilitates connection with the installed WEBCON BPS instance. The data is transmitted in the JS ON format and this applies both to data retrieved from the WEBCON BPS instance and responses from the mobile application.   REST API for mobile application The communication between the (...)

External Content by Daniel Krüger; WEBCON BPS Version: 2023.1.3.76 The original post appeared on: daniels-notes-.de   There’s no application I know of, which doesn’t use some workflow relations. The most common is the parent-child variant followed by data referenced from dictionary processes, which further continues with grand-grand-children with other data references. T

(...) ve a quick look at the possibilities of the template syntax and become a big fan of it as I did. Beginning of this year, we did a PoC and the first version of an SDK action. We decided to use JS ON as a datasource, as in our opinion it offers the most versatile usage.  For most users, more complex JS ON structures, e.g. with one-to-many relations, will be a challenging task. So we (...)

(...) define this again for Playwright? :) What has happened: I focused on PowerShell this time for accessing the REST API. I got interested in PowerShell classes. Since we already have swagger.JS on, which defines the REST API, I created a script to generate the PowerShell classes. If you define the database id and the workflow id, you can generate an Excel file to define, which field should (...)

(...) ically? I want to share how you can create accordion-style tables in the system. I built an accordion table using HTML and JavaScript. The table is generated dynamically by fetching data from a JS ON. What does that mean? 🤔 Simply put, the table adjusts automatically based on the data entered in the JS ON. This makes the table excellent for hierarchical displays. 👍 To create this table, use t (...)

(...) of the exported package Optional parameters Name Description -i, --importConfiguration Path of the .JS on file with custom import configuration -l, --splitFileLargerThan Used to split the package files larger that 20 MB -f, --fileChunkSize (...)

(...) directly. Therefore, I created a PowerShell script for the import. While doing so I also created a small script for generating a custom configuration file utilizing the classes defined in the swagger.JS on This way there shouldn't be any issues like spelling mistakes or wrong types for the properties. You can find more details on my blog:     READ MORE: here.

(...) ation file. This file allows you to set the relevant values for environment variables and pass them to the service container. These are exactly the same values that can be set using the appsettings.JS on file in a standard WEBCON BPS installation. For the correct start of the service, you need to set the first two variables – connection string, to connect to the configuration database, and (...)

(...) le user entry logging on the Portal website. This allows WEBCON BPS platform administrators to obtain information about individuals who have logged into the Portal.   The appsettings.user.JS on file You can activate the functionality of registering user logging by editing the appsettings.user.JS on file which is located in the Portal installation directory (by default C:Program Files ( (...)