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

search results

for JS

(...) FS_WebThemecssstyle.css"}   JavaScript (executed on page load) Set-AdfsWebTheme - TargetName MyADFSWebTheme - AdditionalFileResource @ { Uri = ' /adfs/portal/script/onload.JS '; path = " C: ADFS_WebTheme script onload.JS "}   To make your ADFS login page look like an integral part of your BPS Portal, upload your graphics, CSS styles, and scripts t (...)

(...) allow the user to access BPS features (reports, dashboards, navigation etc.). Also contains the dynamic form (Modern form) through which users edit workflow instances in the system. Created via React JS technology as a Single Page Application. This component communicates with the rest of the application via dedicated REST web services. BPS Portal embedded views – responsible for displaying (...)

Applies to version: 2021.1.x and above; author: Józef Cyran Introduction The article presents two workflows, the first is used to plan absence by an employee, and the second to register absence requests (using wizard). A special workflow for creating absence plans allows the employee to plan the absence (e.g. at the beginning of the year), which will then appear on the Gantt chart.

(...) red, which can be used in the form’s behavior. Below you can see configuration of this kind of variable:   Then in form behavior choose:   This allows a single JS function to be chosen both for different processes as well as for different environments.   Process constant – constant which is visible only within a specified process. I (...)

Applies to version: 2021.1.x and above; author: Konrad Wojtycza Introduction Form rules for attachments in WEBCON BPS allow you to receive information about attachments added to the workflow instances, without the need to know the WFDataAttachments table structure and to use SQL queries.   GET ATTACHMENTS - returns identifiers of attachments related to the current instance, it c

Applies to version: 2020.1.3.x and above; author: Konrad Wojtycza Introduction Translation Tool is the unofficial tool that allows you to translate WEBCON BPS configuration elements. Currently, it is not being developed because it is stable and functional – is compatible with the system from version 2019.1.x. Using Translation Tool you can export descriptions of all configuration elem

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