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

search results

for script

(...) Applies to version: 2024 R1 and above; author: Krystyna Gawryał   Related documentation A detailed descript ion of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Global form template Forms   Introduction The form is a critical component of WEBCON BPS, serving as a conduit for the collection of (...)

(...) Applies to version: 2024 R1 and above; author: Łukasz Maciaszkiewicz   Related documentation A detailed descript ion of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Widget   Introduction Fast and easy access to information is one of the key aspects of a well-designed form. With crucial informat (...)

(...) Applies to version: 2024 R1 and above; author: Łukasz Maciaszkiewicz   Related documentation A detailed descript ion of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Dashboards Widgets Reports   Introduction Dashboards are virtual panels that facilitate navigation within a WEBCON BPS applic (...)

(...) Applies to version: 2024 R1 and above; author: Łukasz Maciaszkiewicz   Related documentation A detailed descript ion of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: ToDo List   Introduction Designing a business application is a process that requires both good memory and coordination from the p (...)

(...) easy too as you will see in my latest blog post. It requires: An internet connection on the server where the SSL certificate should be downloaded Installation of two tools. A password. A script with 7 lines of code. READ MORE: here.      

(...) Applies to version: 2024.1 and above; author: Marcin Kapusta    Related documentation A detailed descript ion of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Getting started Services SOLR indexer queue   Introduction In WEBCON BPS 2024 R1, the Search Server component uses a new version (...)

(...) knowledge base article Importing applications using the public API: Since I want to use the API in another use case I needed to play around with the API 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 (...)

External content by Daniel Krüger; July 06, 2024 ;  The original post has appeared on daniels-notes.de     WEBCON BPS 2024 introduced different kind of form templates: While this is great for WEBCON BPS 2024 users. You can already achieve something similar with a little HTML field in previous version. You could even make it dynamic. If one tab needs a lot of

(...) Applies to version: 2023 R1 and above; author: Krystyna Gawryał   Related documentation A detailed descript ion of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Security   Introduction Version 2023 R1 of WEBCON BPS introduced the functionality to invalidate all active user sessions with the Glo (...)

(...) ight need this knowledge to migrate further processes. In this series I'm creating an example application into which I'm importing data using built in cyclic actions, and external powershell script using REST API. Creating example application. Importing data using cyclic actions. Importing data using external powershell script .

(...) Applies to version: 2021 R1 and above; author: Konrad Wojtycza, Łukasz Maciaszkiewicz   Related documentation A detailed descript ion of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Admin mode Privileges   Introduction This article examines the admin mode in Portal and the capabilities of us (...)

(...) Applies to version: 2024 R1 and above; author: Łukasz Maciaszkiewicz   Related documentation A detailed descript ion of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Authentication providers Administration tools   Introduction The following article explains how to enable user entry logging on (...)

(...) External content by Daniel Krüger; September 01, 2024 ;  The original post has appeared on daniels-notes.de   While the original post with the javascript function to display "All attachments" on page load is almost three years, this was only now updated to optionally collapse the the attachments. Thanks for the request. :) The linked blog post also contains a small doc (...)

(...) ge. You can then increase/decrease the value by using the arrow up/down keys. This can be achieved by the following steps: Create a global Form rule, switch the Edit mode to "Javascript mode" and add the following Javascript window.nxWebcon = window.nxWebcon || {}; nxWebcon.integerRange = nxWebcon.integerRange || {}; nxWebcon.integerRange.initialize = function(form (...)

(...) trigger an action after uploading or modifying a document? I’m not sure about you, but we recently faced this exact challenge. After some quick research, we came up with a relatively simple Javascript function that triggers a 'Save' button click when an attachment is added or modified. Of course, the function can be adjusted according to specific needs. The Javascript function needs to (...)

(...) External content by Karol Częczek; October 21, 2024;  If you need to manage and change the order of items added to the list, you can achieve this by adding your editable ID column and Javascript code. A short video shows the end result of the modifications added to the list.   To begin with, we add 2 columns: ID and T_ID, of type Floating-point number to the list, set them as d (...)

(...) a FORM RULE with parameter - see attached image]: margin-bottom: 30px; padding-bottom: 8px; outline-offset: 5px; outline: 1px #C0C0C0 solid; border-radius: 1rem;   Here’s a brief descript ion of the function of each style parameter: margin-bottom: 30px; Adds 30 pixels of space below the element, separating it from the content beneath it. padding-bottom: 8px; Adds 8 (...)

(...) nts where multiple signatories need to sign on different pages or in specific positions, and didn’t know how to handle it?  We’ve developed an intuitive interface using HTML and Javascript within WEBCON that allows each signatory to select the exact position of their signature on each document. This innovative functionality uses an HTML field in WEBCON, enabling the selection of ind (...)

(...) he upgrade and WEBCON BPS will work flawlessly. This problem has been fixed in version 2025.1.1.94.   WEBCON BPS 2025 Additional files   File Descript ion ABBYY Findreader Engine 12 1487 MB ABBYY Finereader Engine 11 876 MB SDK Migration 2025.1 The following document contains a list of changes in (...)

(...) el, which, however, cannot exceed 160 (SQL Server 2022). This modification does not affect existing databases, which will retain their compatibility level of 120.   I put together a little script which can be used to update the level of all '%BPS%' databases. By default, the 'dry run' mode is active, so that you can review what databases would be updated to which level. You ac (...)