(...) Stachowiak Every application you create needs defined permissions, this post is about a pattern I'm using in every application. It helps with managing privileges, and eases out assigning alreAD y existing permissions. ReAD more here
(...) , 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 AD d 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 displayed in the form, for those tasks which haven't (...)
(...) id transfer almost 10 MB of data when switching between tasks 10 times. While the post is almost a year old, it seems still to be true for the WEBCON BPS 2024 release. I haven't mAD e a thorough check so. If you are interested in all the nitty details you can reAD up on it here.
(...) 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 AD ded 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 styling (...)
(...) ted 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 AD ministration tools Introduction The following article explains how to enable user entry logging on the Portal website. This allows WEBCON BPS platform AD ministrators to obtain inform (...)
(...) External content by Raluca-Mirabela Lupu; August 29, 2024; You’ve likely used the actions to generate Word/PDF attachments and AD d them to dynamic attachment categories. Did you know that from version 2023R1 up to version 2023.1.3.231, in order to save a dynamic attachment category to the database, it was necessary to define the attachment categories in AD vance? Otherwise, the atta (...)
(...) e Microsoft fixes the issue that the Teams Windows desktop application ignores the message, you can start a chat with a configurable message and the URL to the current workflow instance. You can reAD up on it here:
(...) son field. A field which allows only groups. Or even a mutli value mix of person and groups You could even decide, to hide the Teams link for external/guest users. You can reAD up on it here:
(...) the end I settled with an explanatory business rule which returns the process supervisor, application supervisor or the support team as a fallback if none of the others are defined. You can reAD up on it here: This is probably the last post regarding Teams chat, at least I don't have any other ideas: :)
(...) External content by Karol Częczek; October 21, 2024; If you need to manage and change the order of items AD ded to the list, you can achieve this by AD ding your editable ID column and JavaScript code. A short video shows the end result of the modifications AD ded to the list. To begin with, we AD d 2 columns: ID and T_ID, of type Floating-point number to the list, set them (...)
(...) nabling the selection of individual documents from the “Attachments” section. This way, for each signatory and each document, we can precisely place the signature where it’s needed. AD ditionally, the interface allows for navigation between document pages, providing flexibility and control over the entire signing process. To configure this solution, three essential business rules (...)
(...) nd SharePoint Good practices for system upkeep WEBCON BPS Farm communication diagram List of Portal, SharePoint, Service, and optional components Click to downloAD PDF
(...) visually divide the steps and tasks assigned to them according to the stages of execution (phases) and the people responsible for their completion (actors). Together, these functionalities create an AD ditional layer of visualization of the workflow, making it more transparent and easier to understand. This article describes these functionalities using a sample workflow for the process of impleme (...)
(...) The prepared scenario describes a method for moving an attachment from a workflow instance to a SharePoint Online library (hereinafter referred to as SHO). It is also assumed that the file is uploAD ed not in the context of the application, but as a user. In this way, information about the user who AD ded the file to the corresponding library will be visible on the SharePoint Online side. (...)
(...) , and select West Europe in the Region field. Once you fill out these fields, proceed to the next tab by clicking the Next : Tags > button. The Tags tab enables users to AD d tags for categorizing resources. However, in this scenario, this operation is not required and can be skipped – click the Next : Review + Create > button to proceed to the data validation w (...)
(...) ly Azure Active Directory) enables secure identity management and control of access to cloud resources and on-premises applications. With the integration of WEBCON BPS with Entra ID, an effective and AD vanced identity and access management is possible in hybrid and cloud environments. This article covers the installation of WEBCON BPS Standalone without a local Active Directory domain. Authentica (...)
(...) tes.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. BreAD crumb Colorize paths Missing comment handler Modal dialog Uniform save experience If you have no idea what these are, you can watch this updated video: The issue which oc (...)
This is a list of all external components (both open source and licensed) used by WEBCON BPS: 2026 R1 C# External components – All C# libraries used by Standalone installation mode and Designer Studio. JavaScript External components – JavaScript libraries used by BPS Portal. 2025 R2
(...) e 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%. You can reAD up on how to do it here. In the video you can also get other ideas:
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