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

search results

for LAS

(...) 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 (...)

(...) enter the password for the admin user who will be able to complete the configuration of the WEBCON BPS installation after logging in to Designer Studio. Be sure to remember that password. The LAS t step is Search Server address. Here, the installer needs to change the default user passwords in Search Server and register this Search Server instance in the configuration database. To do so, sel (...)

(...) 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

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

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