Applies to version: 2023 R3 and above; author: Krystyna Gawryał Introduction In WEBCON BPS, it is now possible to perform automated operations on the rows, columns, and values of the Item list. Previously, these operations were executed using the Change item list values action, with the final result determined by the mode chosen by the configurator. However, version 2023 R3 introd
Applies to version: 2023.1.3 and above Introduction The security of a WEBCON BPS system is influenced by two things: the infrastructure of the installation, and the configuration options within the system itself. In this article, we will focus on the latter – options that can be found in Designer Studio that can be used to control the system’s accessibility.
Author: Markus Jenni I came across a requirement, that only pdf files should be allowed to be uploaded. As there are other file extensions allowed in further processes, we can not only limit the extensions globally. To enforce this requirement, we first configured a validation rule, which basically did the trick. However, from a user experience perspective, it would be great if th
(...) This is an updated version of the article: Outlook Modern – installation and use Introduction Microsoft Outlook is one of the basic tools used by office workers. Outlook CLAS sic and Outlook Modern add-ins are responsible for its integration with WEBCON BPS Portal. They allow users to access their tasks, view the contents of selected forms, and use many other Portal featur (...)
Applies to version: 2024 R1 and above, author: Krystyna Gawryał Introduction In an era of technological advances, there is an increasing emphasis on providing equal access to information, education, work, entertainment, and services for all people, regardless of their location, resources, skills, or limitations. Many of these basic aspects of life are now carried out over the Inte
Applies to version: 2024 R1 and above, author: Krystyna Gawryał Introduction WEBCON BPS is equipped with application export and import mechanisms, enabling users to create applications in one environment (DEV/TEST/PROD) and then deploy them in another. Until now, export and import operations have been initiated by administrators in WEBCON BPS Designer Studio, requiring user input
(...) 2024 R1 and above; author: Marek Pęcikiewicz Version 2024.1.1 of WEBCON BPS has introduced significant changes to the way Webviews operate in WEBCON BPS Designer Studio and the Outlook CLAS sic add-in. In order to function properly, they require the installation of the "Microsoft Edge WebView2 runtime environment", which was previously distributed as part of the installation p (...)
Applies to version: 2024 R1 and above; author: Krystyna Gawryał Introduction The form is a critical component of WEBCON BPS, serving as a conduit for the collection of business data. A user is more likely to complete a form accurately and attentively when it is attractive, convenient, and intuitive. Version 2024 R1 introduced the ability to change the proportions of the left and
Applies to version: 2024 R1 and above; author: Łukasz Maciaszkiewicz Introduction Fast and easy access to information is one of the key aspects of a well-designed form. With crucial information readily available, users can not only perform tasks faster, but also make better decisions in the process. But how do you distinguish this crucial information from other data and present it
Applies to version: 2024 R1 and above; author: Łukasz Maciaszkiewicz Introduction Dashboards are virtual panels that facilitate navigation within a WEBCON BPS application. By enabling embedding various elements within them, dashboards provide not only access to specific application assets, but also data that may be relevant for end users. This article discusses the possibilitie
Applies to version: 2024 R1 and above; author: Łukasz Maciaszkiewicz Introduction Designing a business application is a process that requires both good memory and coordination from the people involved in it. Unfortunately, when faced with a large number of tasks, lengthy execution times, many people involved, or often all of the above, even the most capable mind must yield. To add
(...) s will not be reindexed – because this data only exists in the Solr index in the first place. Because of this, before updating Apache Solr, a backup copy of users’ activities from the LAS t 30 days must be created. During the update to 2024 R1, the installer will create such a backup copy before updating components, and will save it in the form of csv files in a specified directory. (...)
(...) Application" ends behind the "Application|ID|", but it can be extended with a specific alternative dashboard. NOTE - Our portal address (Umgebungsdomain) already includes a sLAS h ("/") at the end. Please ensure you consider your individual configuration! A small tip for using images as links: If you do not have access to the server's image fo (...)
(...) d to play around with the API directly. Therefore, I created a PowerShell script for the import. While doing so I also created a small script for generating a custom configuration file utilizing the cLAS ses defined in the swagger.json This way there shouldn't be any issues like spelling mistakes or wrong types for the properties. You can find more details on my blog: (...)
(...) he button is pressed, the user is logged out of all environments and platforms that use cookie-based authentication, including web browser tabs and windows, the mobile app, WEBCON BPS Teams, Outlook CLAS sic, and Outlook Modern add-ins. This article outlines the key considerations related to this functionality and provides instructions for its use. Assumptions, design and confi (...)
(...) the following window: The information here is presented in tabular form. Users can monitor, among other things, the number of times an action has been executed, when it was LAS t initiated, and how many times it will be executed. Generating templates based on instance form The template generation functionality allows the Business administrator to export (...)
(...) ons available for this purpose are described in detail in the Log level chapter of the article mentioned earlier. However, please note that selecting a particular log level also registers all levels cLAS sified above it in the hierarchy of system impact. For example, selecting the Information level will also log events from the Warning, Error, and Critical levels. Nlog library The (...)
(...) Timeout(() => { func.apply(this, args); }, timeout); }; } nxWebcon.integerRange.processChanges = nxWebcon.integerRange.debounce((elem) => nxWebcon.integerRange.maxLengthCheck(elem)); cLAS s IntergerRange { constructor(elem){ this.value = parseInt(elem.value); this.min = parseInt(elem.min); this.max = parseInt(elem.max); this.step = parseInt(elem.step); } (...)
(...) External content by Daniel Krüger; October 13, 2024 ; The original post has appeared on daniels-notes.de After the LAS t 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 how (...)
External content by Raluca-Mirabela Lupu; October 21, 2024 ; Have you ever needed to trigger an action after uploading or modifying a document? I’m not sure about you, but we recently faced this exact challenge. After some quick research, we came up with a relatively simple JavaScript function that triggers a 'Save' button click when an attachment is added or modified. Of co