(...) 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 ( (...)
(...) Hi, so HTML attributes are great, but only untill you try to do something with them - like hide for example... or export - import Seems like you keep them all in a single SQL field:-( So, some JS manipulation is needed, rule editor is useless. Can you make normal HTML attributes - every attribute in separate SQL field?
(...) eryone, is someone here how understands power query? I got a task to retrieve data from a BPS report in excel to use it for additional analysis. I was able to retrieve the data but transforming the JS on response to a table is beyond me. Just in case there's someone who would be able to do it but doesn't know how to retrieve the data I add the logic below which can be put into the advanced editor. (...)
(...) I haven't found any documentation how to access the current form data. What I know is, that all the formdata is kept in a JS on property called liteDate.liteModel as a JS on-object as you can see when calling /api/nav/db/{dbId}/app/{appId}/element/{wfdid}/desktop I guess that this liteModel must be available via javascript. I'm wondering, because there is this form from the offical 2021 release p (...)
(...) Hello everyone! Have u stumble upon this error when u make a request through the action and map the body on a field? In the body field as mentioned in the picture should be the body , the JS on but, is shown the type of collection ( System.Collections.Generic.Dictionary`2[System.String,System.Object] )
(...) m/posts/post/starting-workflow-from-the-sharepoint-document-library/54 I've did all the same configurations as the document to try to get it working but my Start BPS column is not displayed. The JS on code that is in the post needs to be formatted and my final version (for my case) is: { "$schema": "https://developer.microsoft.com/JS on-schemas/sp/v2/column-formatting.schema.JS on", "elmT (...)