(...) it will cause the entire index to be transferred correctly along with the users' activities. 10. Changing the BPS Portal data source Change the data source in the appsettings.user.JSON file (by default it is in the "C: Program Files (x86) WEBCON WEBCON BPS Portal" directory). In ConfigConnection and LogsConnections, specify the name of the new SQL instance. (...)
(...) sly set password: $Cred = Get-Credential $Url = "http://solr:8983/solr/admin/authentication" $headers = @{ 'Content-type' = 'application/JSON ' } $Body = "{'set-user' : {'WEBCON_BPS' : 'HASŁO'}}" Invoke-RestMethod -Method 'Post' -Uri $url -Credential $Cred -Body $body -headers $headers (...)
(...) pplications. Authentication is handled via JWT tokens. This component communicates with the business logic of the WEBCON BPS system. BPS REST Mobile App service – a set of REST Web services (JSON messages) hosted on WEBCON BPS Portal, responsible for handling data intended for the WEBCON BPS Mobile App. This component communicates with the business logic of the application. BPS REST Office (...)
(...) 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 JSON format will be generated. This file can be imported into the selected environment. Fig. 14. The exported file in the JSON format
(...) 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.JSON ”. Its default location is ”C:Program Files (x86)WEBCONWEBCON BPS Portalappsettings.user.JSON ”. 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.JSON ConfigConnection.Initial Catalog LogsConnection.Initial Catalog Content database content.ContentDatabases.CD_Name attachmentDB.GlobalParameters, parametr "DBMain" archive (...)
(...) 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. JSON - 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 “D (...)
(...) 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.JSON 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 th (...)
(...) 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.JSON " – copy and paste it in the current folder, and then rename the copy to "appsettings.user.JSON ". 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.JSON file The OpenTelemetry tool in WEBCON BPS is configured separately for the Portal and Service segments. For the purpose of the configuration, the otlpsettings.JSON file is used. The file can be (...)
(...) 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 JSON 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 mo (...)
(...) 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 JSON as a datasource, as in our opinion it offers the most versatile usage. For most users, more complex JSON structures, e.g. with one-to-many relations, will be a challenging task. So we d (...)
(...) 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.JSON , 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 h (...)
(...) 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 JSON . What 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 (...)
(...) of the exported package Optional parameters Name Description -i, --importConfiguration Path of the .JSON 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.JSON 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.JSON 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 th (...)
(...) 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.JSON file You can activate the functionality of registering user logging by editing the appsettings.user.JSON file which is located in the Portal installation directory (by default C:Program Files (x8 (...)
(...) natories assigned specific tasks. Result script: 3.Technical Field for Saving Signature Positions: This field will store, in JSON format, the signature coordinates for each signatory and each document individually. Example how will to fill the technical field when set the signatories. I included a screenshot (...)
(...) workspace. After completing the configuration in the Azure platform, you can proceed to configure the OpenTelemetry tool. Configuration of the otlpsettings.JSON file To enable data transmission to Application Insights, a new object, AzureMonitor, has been added to the OpenTelemetry configuration file, i.e., otlpsettings.JSON . This applies to both the f (...)