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

search results

for image

External content by Daniel Krüger; July 06, 2024 ;  The original post has appeared on daniels-notes.de   It should be obvious, that you should secure any website with an SSL certificate. There's neither an excuse nor a valid reason for it. Ok, there's one theoretical exception I would accept. You are run a single server environment. Use only local accounts.

External content by Daniel Krüger; December 12, 2024 ;  The original post has appeared on daniels-notes.de Is there someone who didn't have the case to verify that a field value is unique per form type/business entity/step(s)? I for my part now, did implement this dozens of times Finally, I realized, that I should streamline this approach and create a business rule for this. Eve

External content by Daniel Krüger; September 02, 2022 ;  The original post has appeared on daniels-notes.de If you are accessing at least to WEBCON BPS environments you may have come into a situation, where one environment is using a different WEBCON BPS version than the other.  In this case it comes in handy that it is possible to create a shortcut which opens connects to

(...) NOTE - Our portal address (Umgebungsdomain) already includes a slash ("/") at the end. Please ensure you consider your individual configuration!   A small tip for using image s as links: If you do not have access to the server's image folder, use services like BASE64 image [English text version: https://www.base64-image .de/ ] to convert your JPG or PNG graphics in (...)

Applies to version: 2021 R1 and above; author: Konrad Wojtycza, Ł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: Admin mode Privileges   Introduction This article examines the admin mode in Portal and the capabilities

Applies to version: 2024 R1 and above; author: Ł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 loggi

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

External content by Markus Jenni; October 1, 2024;  Html5 introduced the min/max attributes, which allows us to set a range of allowed values. In addition to these. There is also a step attribute to only allow certain steps in between the range. You can then increase/decrease the value by using the arrow up/down keys. This can be achieved by the following steps:

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

(...) e to share. We’re happy with the design, and we hope some of you might find it useful as well. The CONTROL STYLE parameters are as follows [tip: use 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 description of the function of each style paramete (...)

Have you ever faced the challenge of managing documents 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 u

Applies to version: 2025 R1 and above; author: Ł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 an

Applies to version: 2025 R1 and above; author: Ł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 Rep

Applies to version 2024 R2 and above; authors: 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

External content by Daniel Krüger; January 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. 

External content by Daniel Krüger; January 26, 2025 ;  The original post has appeared on daniels-notes.de While WEBCON BPS 2025 does not support certificate authentication by default, the R1 release added a new SDK type the “CustomRESTAuthentication”. This allows us to implement our own authentication options. I made use of this to add support for accessing SharePoint us

External content by Daniel Krüger; February 11, 2025 ;  The original post has appeared on daniels-notes.de Sooner or later users will use a character which would cause an error, when the document should be uploaded to SharePoint. You can find an overview of the unsupported characters and an example implementation of the business rule in this post.  

External content by Daniel Krüger; April 19, 2025 ;  The original post has appeared on daniels-notes.de In my opinion the answer to the question, whether you should use the standard Author value in a worklow is a no. You should always create a dedicated field which can also be a global field. The reasons for this are; Information is out of context Will someone creat

(...) External content by Bjoern Poller July 1st, 2025;  We designed an application in which the initial situation had to be documented using up to eight image s (each up to 5 MB in size). We couldn't reduce the image sizes, as we needed the ability to zoom in on details for damage assessments. To prevent these image s from unnecessarily taking up space in the workflow history, we came up with t (...)

Applies to version: 2025 R2 and above; author: Kacper Świętek, Lily Adamowicz   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: Sign an attachment Verify attachment’s signature The entry is an extension to the article Signing document with Au