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

search results

for JS

(...) 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: 2025 R2 C# External components – All C# libraries used by Standalone installation mode and Designer Studio. JavaScript External components – JavaScript libraries used by BPS Portal.   2025 R1

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

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

(...) subworkflow using MS Flow (now called Power Automate) but when I need to configure the Get Token Action I only have the options in the picture and they are premium. Anyone with ideas? Using the JS on in the column of the item list is not working. Thank you!

(...) this is just a simple JavaScript which changes the assigned space of the left and right panel from 50% for each to 75% for the right and 25% for the left. The JavaScript can be copy&pasted into a JS Form Rule (1) which gets added to Behavior tab (2) so it get's executed. window.ccls = window.ccls || {}; ccls.changePanelWidth = {}; ccls.changePanelWidth.execute = function (timeoutCounter,t (...)

(...) S/api/logger | action: ip: xxx | msg: "stack": "TypeError: Cannot read properties of undefined (reading 'split')\n at HTMLDocument. (https://webcon.budimex.net/WEBCONBPS/application/App.9450b9.bundle.JS :2:666559)", "message": "Cannot read properties of undefined (reading 'split')", "name": "TypeError", "logData": { "msg": "Uncaught Exception", "errorMsg": "Uncaught TypeError: Cannot read properties (...)