(...) ed and the HTML structure was optimized in alignment with WCAG requirements. Suitable landmarks were introduced and appropriate roles were assigned to individual components of the pages, reducing the time required to locate specific content or navigation elements of Portal. The implemented changes will enhance the accessibility and comprehension of Portal information for users of voice readers, such a (...)
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
(...) changes to the way Webviews operate in WEBCON BPS Designer Studio and the Outlook Classic 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 packages of both components. In version 2024.1.1, the installation packages no longer include Microsoft Edge WebView2, (...)
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
(...) elds that you can enter in the fields used for defining the Widget value (such as the Displayed value field) must belong to one of the following types: Integer number, Floating-point number, Date and time , Rating scale, Data row, and Choice field. In addition to the previously provided value, it is also advisable to specify the Expected value. It is typically used as a reference point for (...)
(...) ork in the Department, a dedicated dashboard will be created for the Head of the Department. The reports embedded on the dashboard will help the Head in supervising their subordinates, managing their time , and taking decisions. For a good start: preparing a new dashboard As some of the information available to the Head of the Department should not be disclosed to their subordinates, a (...)
(...) 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 time s, many people involved, or often all of the above, even the most capable mind must yield. To address these challenges, Designer Studio offers a functionality that enables users to create a list of ta (...)
(...) ared on daniels-notes.de Is there someone who didn't have the case to verify that a field value is unique per form type/business entity/step(s)? I for my part now, did implement this dozens of time s Finally, I realized, that I should streamline this approach and create a business rule for this. Even if it's easy to create the check, the business rule will force you to think about each para (...)
(...) ng components in any order on the other machines. Start all WEBCON BPS WorkFlow Services If done correctly, all additional steps related to Apache Solr will be carried out automatically at the time when WEBCON BPS Search Server is being updated. Note: An automatic update is guaranteed when updating from version 2023.x or 2022.x. When updating from an earlier version, update to 2023.x or 2022 (...)
(...) There's one exception, I didn't had the idea to with the "one column" option where there's a padding on the left and a right. Maybe someone else takes the time to fiddle around with the css. You can read up on it in this post: Revised changing left/right layout This is the revised version because the version in 2021 didn't use HTML fields as (...)
(...) r menu; when selected, the user is logged out of all sessions on all devices. Note: Making security changes requires system administrator privileges and restarting Portal and Designer Studio each time . Additional configuration The Windows Authentication method in Internet Information Services (IIS) is the primary method for verifying the identity of users attempting to access resou (...)
(...) longer need to complete that task to transition the path, and administrators do not need to use the described functionality. Displaying statistical data on the execution of On time out actions By enabling admin mode, administrators can also access information on the execution of On time out actions, provided these have been configured within the process. To do this, select t (...)
(...) 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 time s. While the post is almost a year old, it seems still to be true for the WEBCON BPS 2024 release. I haven't made a thorough check so. If you are interested in all the nitty de (...)
(...) BY 1 DESC After running the query, the table will display entries related to Portal logins, including details such as the endpoint used for logging (in the WEL-Name column), the date and time of the login (WEL_DateAndtime ), and any registered messages (WEL_Details). The AdminWFEventLogs table with entries for Portal logins Summary The functionality for lo (...)
(...) on.integerRange.maxLengthCheck = function(object) { let integerRange = new IntergerRange(object); object.value = integerRange.getValue(); } nxWebcon.integerRange.debounce = function(func, time out = 300){ var time r; return (...args) => { cleartime out(time r); time r = settime out(() => { func.apply(this, args); }, time out); }; } nxWebcon.integerRange.processChanges (...)
(...) 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 even a (...)
(...) ait originalFetch(...args); // Folosește fetch-ul original! // Dacă răspunsul este de succes, așteaptă 3 secunde și declanșează click pe "Save" if (response.ok) { settime out(() => { const saveButton = document.getElementById('SaveToolbarButton'); if (saveButton) { saveButton.click(); // Simulează click pe buton (...)
(...) d completely reindex all databases using the "SOLR Index Queue" report in Designer Studio. 4.3 Upgrading a copy of the production environment To get an idea of the approximate time it will take to upgrade the production environment, and to ensure that the upgrade goes smoothly, it might be a good idea to perform what is called an environment mirroring, an operation in which the (...)
(...) the company. Step 3: Creating an implementation plan Description: After approving the functional requirements, the Accounting Manager creates an "Implementation plan" that includes the time line, resources, and budget allocation for the project. The plan also includes training stages for users of the accounting system. The Manager sends the plan and the system implementation order to the (...)
(...) case, the authentication may take place "in the background". User + JavaScript – is a combination of the above two modes, offering the possibility of using both of them at the same time . JavaScript mode works well in cases where authentication is to be initiated by the Form rule. In this mode, it is possible to use the IS AUTHENTICATED and AUTHENTICATE functions. Both of these (...)