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

search results

for JS

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

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

(...) natories assigned specific tasks. Result script:          3.Technical Field for Saving Signature Positions: This field will store, in JS ON 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 screensh (...)

(...) workspace.     After completing the configuration in the Azure platform, you can proceed to configure the OpenTelemetry tool.   Configuration of the otlpsettings.JS on file To enable data transmission to Application Insights, a new object, AzureMonitor, has been added to the OpenTelemetry configuration file, i.e., otlpsettings.JS on. This applies to both the (...)

This is a list of all external components (both open source and licensed) used by WEBCON BPS: 2026 R1 C# External components – All C# libraries used by Standalone installation mode and Designer Studio. JavaScript External components – JavaScript libraries used by BPS Portal.   2025 R2

Applies to version: 2022 R1 and above; author: Konrad Keppert   Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found on the following pages: Run a PowerShell script | WEBCON BPS Install Azure PowerShell on Windows | Microsoft Learn   Introduction Users of WEBCON BPS often face the need

Applies to version: 2022 R1 and above; author: Konrad Keppert   Related documentation License Activation Service WEBCON BPS License activation Configuration of Portal-Service communication and selection of Nettops protocol   Introduction In the standard platform configuration, the name of the machine on which the WEBCON BPS components are installed is stored i

(...) tances, update existing ones, or perform other operations, and we pass the input for these operations in the body of the request or in a query string. The result of the automation is also returned in JS ON format. If we choose to share data from a data source, we select the appropriate source and optionally define a filter to narrow the scope of the information returned. It is also possible to dyn (...)

(...) function resetIsDirtyInSessionStorage(key = 'WebconBPS_FormIsDirty') { //Get sessionStorage item const raw = sessionStorage.getItem(key); if (!raw) return; //Parse object const obj = JS ON.parse(raw); //Check if is Dirty is true and if yes set it back to false Object.values(obj.mainPlaceholder).forEach(v => { if (v.isDirty) v.isDirty = false; }); //Write modif (...)

(...) per right:   The example code receives two integer parameters and returns their sum. First we have to get out the $Body out of the WEBCON endpoint invoke: $data = ConvertFrom-JS on $Body The JS ON body set in the configuration of the invoke REST web service action in WEBCON will be explained later and looks like this. There are two required parameters for the summand1 and s (...)

(...) be easily realised with Leaflet. This software is the leading open-source JavaScript library for mobile-friendly interactive maps. Links https://www.openstreetmap.org/ https://leafletJS .com Form fields Create all needed form fields for the address data and set the following form rule in the form field "POI": HTML form field The integration in WEBCON is do (...)

(...) played in later steps, which may lead to faulty behavior.   #{FLD:10523}#  =  Picture field: [Picture (max. 5000 KB)] #{PH:2526}#  =  Path: [HIDDEN: Save Picture after JS downscaling] <script src="https://unpkg.com/pica@8.0.0/dist/pica.min.JS "> // https://app.unpkg.com/pica@8.0.0/files/LICENSE // MIT License // Copyright (C) 2014-2017 by Vitaly Puzrin & (...)

(...) be analyzed. The actual query content is placed in the TEXT field. This setup allows the AI model to receive the invoice content, analyze it according to the instructions, and return the result as a JS ON object. The resulting JS ON is then stored in the technical field "_invoice data", serving as a data source for further processing.   The query inserted into the AI PROMP (...)

(...) rsion were: *  the mentioned website by @Markus Jenni: [https://codepen.io/zsolt555/pen/rpPXOB] *  F12 in Chrome 😉 *  <script src="https://unpkg.com/pica@8.0.0/dist/pica.min.JS "></script> [older version of the Pica library by Vitaly Puzrin, which is available under the MIT license] *  ChatGPT for Vibe Coding - with a little help from (...)

(...) facilitates analysis and searching. The ErrorGuid parameter has been replaced with CorrelationID - a consistent identifier for tracking events. Logging configuration is located in the appsettings.JS on file within the installation directory of the Portal and Service. Serilog supports the OpenTelemetry standard, enabling unified log transmission, correlation, and processing across various tools. (...)

(...) ] OpenStreetMap Integration in Portal with Leaflet' (https://community.webcon.com/posts/post/external-openstreetmap-integration-in-portal-with-leaflet/569/3).   * Leaflet (https://leafletJS .com)   * (c) 2010–2023 Vladimir Agafonkin   * Licensed under the BSD 2-Clause License   * https://github.com/Leaflet/Leaflet/blob/main/LICENSE    (...)

(...) the form.   The final step in configuring the message-sending action is to set up the Request body tab. Here the content of the message sent to the channel is defined. Enter the following JS ON structure:   {   "body": {     "contentType": "html",     "content": "Project <b>#{RAW:11565}#</b> has been approved.<br><a href="https://#{EPV:205}#/db/1 (...)