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

search results

for test

(...) rmed and the problems encountered. Appropriate technical documentation (including instructions for installing and using the system, license agreements, etc.) is also added to the workflow. Step 5: test ing Description: The IT Specialist test s the accounting system. For example, they check whether all required components are installed, whether the data entered is secure, or whether the program conne (...)

(...) plementing solutions that enable intelligent information processing. WEBCON BPS, as a platform that supports business process management, is constantly developing its capabilities in this area. The latest version, 2025 R2, introduced a number of AI functionalities that help users to analyze text, process recordings and interact with language models. This article describes these functionalities and pro (...)

(...) ing platform architecture, which ensures easy maintenance and compatibility in future versions of the system. Finally, the available automatic OpenAPI documentation simplifies the provisioning and test ing of interfaces, which significantly speeds up the delivery of full integration solutions.   When is it advisable to use a public REST API instead of a User Defined API? Although the U (...)

(...) n. In the Document ID from Autenti field, specify the user-created technical field where the document’s external ID will be stored. After configuring the action, proceed to the BPS Portal to test the solution. To begin, create a new item, fill in the Signers list, and then proceed to the Manager approval step.   Fig. 12. Form in the Prepare document step   After the (...)

(...) u can configure how the group’s SID is stored in a selected form field. The screenshot below shows the view of the list of groups synchronized with the system. The newly created group, "test _02," appears on this list:   Adding users to group/removing users from group The action configured on the same path allows adding users to a group:   Setting up (...)

(...) ic height option is disabled in the widget’s configuration (when enabled, the widget’s height automatically adjusts to its content).     Step 5: Save changes and test ! Once changes are made, save the configuration by clicking the Save button in the top-right corner of the dashboard window, then disable edit mode. It's worth spending some time test ing how (...)

(...) back. A simple scenario to reproduce this behavior involves placing the Change value of single field action on a path transition, where an SQL COMMAND rule executes for longer than 30 seconds. For test ing purposes, the WAITFOR DELAY command can be used, as shown in the screenshot below.   Fig. 1. Configuration of an action that will not complete within the timeout limit   (...)

(...) External content by Daniel Krüger; July 17, 2025 ;  The original post has appeared on daniels-notes.de In my latest post I covered my personal No-Go's and their alternatives when using WEBCON BPS. The topics are: Fixed item lists and logic Dictionary data sources SQL Queries Always add a filter for the company Use order by, when using Top Build-in User (...)

(...) (while maintaining the aspect ratio). If both values are already within the limits, the image remains unchanged. The alert messages can be commented out for productive use, but they are useful during test ing. After executing the JavaScript, a hidden save button is triggered. Since the visible JavaScript button is part of the DownScaler code, make sure to deactivate the JavaScript after this step to (...)

(...) tions along with their created documents, histories, and attachments.   NOTE: The environment merge operation should only be carried out in justified cases and must be preceded by thorough test ing in non-production environments. The risks are listed at the end of the article.   Procedure The procedure assumes that one of the environments (hereafter referred to as the source en (...)

(...) e need to get the GUID of the group too, and i'll come back to this in a second). SELECT epv_default AS id, epv_guid AS guid, epv_name AS description, EPV_UseDev, EPV_Dev, EPV_Usetest , EPV_test , EPV_UseProd, EPV_Prod FROM WFEnvironmentProcessVariables LEFT OUTER JOIN WFEnvironmentProcessVariablesGroups ON EPV_GroupID = EPVG_ID WHERE epvg_guid = '204e582d-d65b-4f0d-97f9-0 (...)

(...) ble to move the attachments from one database to another and change it. Since we are modifying the database directly, you are doing this at your own risk.  You can find my approach and my test in this post. Please make sure to read also the warning section.

(...)   A lot of times you need to classify data using choose fields. Sometimes you have to select these from a provided list and sometimes you would like to enter the values on the fly. In my latest post I talked about how to simplify this approach using a centralized source and a decentralized variation:   The centralized data source has a backing dictionary which is used to store (...)

(...) hInp.value,10) || 1)); widthVal.textContent = prefs.width + ' px'; savePrefs(prefs); }); // --- helpers --- function isValidHex(hex) { return /^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$/.test (hex); } // Track last active signature canvas so Undo knows where to apply let lastActiveCanvas = null; // Per-canvas undo stacks using ImageData snapshots const undoStacks = new Weak (...)

(...) These small changes can be tracked via our changelog (available at the bottom of this page), which compiles a list of all modifications made to a major version over its lifecycle. Our latest major release is 2026.1 – [Whitepaper – Business overview]  Important: Before upgrading from one complete version to another (eg from 2021 to 2026)&n (...)

(...) th analysis of specific areas. Verbose – the most detailed and least-used level; useful for debugging complex scenarios. Debug – detailed information helpful in troubleshooting in test environments. Information – general system events (e.g., validations, execution flow). Warning – unexpected events that do not interrupt operations; the default MinimumLevel in appset (...)

(...) squo;s main page. The upper part of its window displays a message informing that the system is waiting for data.     NOTE: once the account is created, you can use the default test environment to collect data. However, please note that it is also possible to create your own environment by clicking ENVIRONMENT → Manage environments → Create environment. This article de (...)

(...) apply transparent coloring using any color, consistently throughout the entire application. When working with three environments, it can also be useful to visually distinguish the DEV and test environments from Production. This helps developers immediately recognize where they are working and reduces the risk of performing changes in the wrong environment. Here as well, you can apply a (...)

(...) Detailed information about how this mechanism works, as well as configuration guidance for specific reverse proxy servers, can be found in the Microsoft documentation.   Post-deployment test ing After completing the configuration, it is worth performing several basic test s to confirm that the entire communication path is working correctly. First, verify that HTTP requests are redire (...)

(...) h URLs and complete the Client ID and Client Secret fields. Fig. 7. Second REST Web Service connection   In the connection configuration, provide the following URLs: For the test environment: authorization service URL –  https://api.accept.autenti.net/api/v2/auth/token , base service instance URL  –  https://api.acce (...)