Applies to version: 2021 R1 and above; author: Konrad Wojtycza, Łukasz Maciaszkiewicz Introduction This article examines the admin mode in Portal and the capabilities of users with Business administrator privileges. In addition to detailing the specifics of the aforementioned mode, the article addresses the process of granting Business Administrator privileges and configuring rule
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 (...)
(...) 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 (...)
(...) styles could be defined in the new html-field (for every process we would have to define it again) or much better, let it define in the themes editor! Update 06.04.2021 Apparently is now in back-log https ://community.webcon.com/forum/thread/404/15
(...) rmatting, no options to use existing variables Why do I think that this would be mandatory? The path example of advanced colouring will just break on transporting the report to another environment: https ://community.webcon.com/community.webcon.com/public/posts/post/advanced-cell-coloring-in-reports/18 This is just a simple example and I have more in mind. While I can workaround for some variables b (...)
(...) In the release notes of WEBCON BPS 2021 the new option of using the openid authentication flow is mentioned. However, i did not find an option to use this authentication when calling Rest API's. https ://webcon.com/wp-content/uploads/2020/12/WEBCON-BPS-2021-New-Release-Overview.pdf Did i miss something or is it not yet released?