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

search results

for WEBCON

(...) uthor: Łukasz Maciaszkiewicz   Related documentation A detailed description 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 the Portal website. This allows WEBCON BP (...)

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 sma

(...) 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(formFieldName, min, max, step) { let selector = "#" + formFieldName.r (...)

External content by Daniel Krüger; October 13, 2024 ;  The original post has appeared on daniels-notes.de After the last posts "Start Teams chat post" I was asked whether this could be utilized to get in contact with the support team. I liked this idea and implemented a little solution for this question.  While creating the solution, a whole bunch of question arose

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 the

External content by Bjorn Poller, published on October 21st 2024; In one of our prototypes, we encountered issues with the number of text-based groups on the form. It became simply too cluttered, despite the use of groups. Using tabs for sorting would have been the least effective solutionin this case. After experimenting with CSS, we created a style parameter that we’d like to share. We&

(...) iple 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 individual docume (...)

(...) External content by Daniel Krüger; November 10, 2024 ;  The original post has appeared on daniels-notes.de With WEBCON BPS 2025 the maximum supported compatibility level is 160 (SQL Server 2022). Change log: Changed the default compatibility level for new SQL databases created during the installation of the WEBCON BPS platform. As a result, the previous compatibility level set to 120 (...)

(...) ve, author: Krystyna Gawryał   Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON BPS Help: Workflow designer | WEBCON BPS Global form template | WEBCON BPS Field matrix | WEBCON BPS Form | WEBCON BPS   Introduction Version 2025 R1 of WEBCON BPS introdu (...)

(...) e; author: Łukasz Chechelski   Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: OAuth2 Authentication Authentications Invoke REST Web service   Introduction The OAuth2 authentication standard is becoming increasingly popular, as it enables integr (...)

(...) uthor: Łukasz Maciaszkiewicz   Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Services configuration   Introduction The 2025 R1 version of WEBCON BPS introduces support for SIEM (Security Information and Event Management) providers. This article exp (...)

External content by Daniel Krüger; December 03, 2024 ;  The original post has appeared on daniels-notes.de   Anyone who has left the low code area has probably used VS Code in recent times to format JavaScript. As soon as you are using variables you will have noticed that the code formatting destroyed the variable definition. This is how it looked before when the cod

(...) where the authorization methods are enabled. This article references only the minimal configuration required, but a full writeup of each page is available in the documentation: Visibility tab | WEBCON BPS  Security node in global parameters | WEBCON BPS   Introduction In WEBCON BPS 2025 R1, a new feature was added to enhance the security of vulnerable and confidential data. (...)

(...) ve, author: Krystyna Gawryał   Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Database   Background The OCR AI recognition action, thanks to its integration with ABBYY FineReader, reads the relevant items from the file attached to the workflow insta (...)

(...) uthor: Łukasz Maciaszkiewicz   Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Dashboards Reports Other related Community articles include: Step-by-step guide to dashboard design in WEBCON BPS 2025 R2 Reports within dashboards   Introduct (...)

(...) ppert   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 to export attachments stored in workflows to ZIP archives. Exa (...)

(...) rs: Konrad Wojtycza, Michał Misiarczyk   Related documentation A detailed description of the functionalities listed in this article and their configuration can be found in the following WEBCON BPS Help sections: My Tasks | WEBCON BPS Reports | WEBCON BPS   Feature description In order to facilitate the management of tasks, WEBCON BPS provides the functionality of ma (...)

(...) External content by Daniel Krüger; January 17, 2025 ;  The original post has appeared on daniels-notes.de   During the WEBCON Tag in Munich I was asked, whether we could limit the size of an item list with many columns. Even so I wasn't to sure how to implement it, my immediate answer was "Yes, that's possible". I'm quite satisfied with the result, especial (...)

(...) the user exeperience a bit there are two different situations: It's global and can be reused in other processes It needs to be adapted for each process. If something changes in a new WEBCON BPS version, the second situation may cause a problem, because you don't know where you used the same approach. You can easily mitigate this by creating an empty global constant and reference (...)

(...) anuary 24, 2025 ;  The original post has appeared on daniels-notes.de I wasted quite a lot of time when setting up an App registration to upload documents to SharePoint using REST actions in WEBCON .  Since WEBCON BPS 2025 does not support certificate authentication I had to persuade SharePoint to allow Client id/secret authentication.  Maybe I did something wrong, but I also was n (...)