External content by Daniel Krüger; August 18, 2024 ; The original post has appeared on daniels-notes.de If you ever wondered, whether the assigned person actually has taken a look at a task / workflow instance, then you can add a custom solution to your workflows. The blog post will provide all information on how to implement it, so that a different the icon will be displa
External content by Daniel Krüger; September 06, 2023; The original post has appeared on daniels-notes.de In August/September 2023 I faced some timing problems of the global form rules. While searching for the issue I noticed that there was quite a lot of traffic. In a worst case scenaroy, I did transfer almost 10 MB of data when switching between tasks 10 times.
External content by Daniel Krüger; August 26, 2024; The original post has appeared on daniels-notes.de Have you read the Whitepaper – Business overview you will have noticed that WEBCON BPS 2024 R1 added the option to display the last comment. If you are not yet running 2024 or need to display the last x comments, you can find the calculated column and styli
Applies to version: 2024 R1 and above; author: Łukasz Maciaszkiewicz Introduction The following article explains how to enable 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.json file You can activate the functionality of registe
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 Daniel Krüger; September 12, 2024 ; The original post has appeared on daniels-notes.de Have you ever wanted to contact a person via Teams to whom a task has been assigned? If your answer is yes, you should take a look at the video and the blog post. I finally found a solution for starting a chat by clicking on an assigned user. In case Microsoft
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 Daniel Krüger; September 29, 2024 ; The original post has appeared on daniels-notes.de Another post about starting a Teams chat? But this time it’s not about contacting a person who has a task but starting a chat/call with anyone who is referenced in a workflow. This could be: A single person field. A field which allows only groups. Or eve
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&
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
(...) #39; databases. By default, the 'dry run' mode is active, so that you can review what databases would be updated to which level. You actively need to modify this flag to apply the changes. https ://daniels-notes.de/posts/2024/update-database-compatibility-level
(...) se for the version it is to be installed on. Information on the highest version of WEBCON BPS that can be installed under the purchased license is available after logging in to the application https ://activation.webcon.com. If necessary, update the license package (section 3.3 of the article WEBCON BPS License activation. 2.3 Updating SDK plugins The SDK plugins are only com (...)
Applies to version 2025 R1 and above, 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
(...) issions Attention should also be paid to the "Authentication" tab of the created application. Here the Redirect URI is specified according to the following pattern https ://<<BPS_PORTAL_ADDRESS>>/OAuthFlows/ReceiveTokens Fig. 3. Sample Redirect URI In order to properly use the received token, the token authorization option mus (...)
(...) he configuration in the Azure platform by creating a Log Analytics workspace, and then proceed to create the Application Insights app. To do this, after logging into the Microsoft Azure platform (https ://azure.microsoft.com/en-us/get-started/azure-portal/), use the search box at the top of the window to search for and select Log Analytics workspace. To create a new (...)
Applies to versions: 2024 R1 and above; authors: Łukasz Chechelski, Jacek Język 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: Users and groups synchronization | WEBCON BPS Authentication providers | WEBCON BPS Introduction Microsof
External content by Daniel Krüger; November 24, 2024 ; The original post has appeared on daniels-notes.de The new UI of WEBCON BPS 2025 requires changes to my user improvements. I have focused on the ones which I'm using the most and I hope those are also those, which others use. Breadcrumb Colorize paths Missing comment handler Modal dialog Uniform save experien
External content by Daniel Krüger; November 26, 2024 ; The original post has appeared on daniels-notes.de If you have a large form with a lot of fields you may find this helpful to structure the form a little differently. Here's one example which displays the first group across the whole page, the second group takes up 75% of the page while the third uses 25%.