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

search results

for test

(...) s of Portal. The implemented changes will enhance the accessibility and comprehension of Portal information for users of voice readers, such as Windows Narrator, VoiceOver, and TalkBack.   test ing compliance with WCAG There are a number of tools on the market that analyze websites' compliance with WCAG criteria and principles and scan them for accessibility issues. Among them are Lig (...)

(...) 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 to define the scope of the exp (...)

(...) f both components. In version 2024.1.1, the installation packages no longer include Microsoft Edge WebView2, which has resulted in a notable reduction in their size. Both components now utilize the latest versions of the runtime installed on the operating system. Please note that the "Microsoft Edge WebView2 runtime environment" of at least version 105.0.1343.22 is required for Designer Stud (...)

(...) use case is different you shuold use an SSL certificate. I'm using 'Let`s encrypt' service for my private environment. Using it with Windows IIS is pretty easy too as you will see in my latest blog post. It requires: An internet connection on the server where the SSL certificate should be downloaded Installation of two tools. A password. A script with 7 lines of code. (...)

(...) deploy the same process to multiple customers who require that these kind of things are documented. What would be the benefit of having an application: When something is automated, it can be test ed, and therefore there's lest to document. Depending on the setup you may have the same processes in multiple databases but these have different configuration. Business entities, connections, g (...)

(...) d of time, its status will change to Disabled.     Make sure that the Basic Authentication method is also set to Disabled. You may now close the IIS Manager.   test ing the functionality To test the functionality, the configuration steps mentioned above were carried out. The user then logged in to Portal on two different browsers (Microsoft Edge and Google Chr (...)

(...) d to easily scale a web application by starting more containers. In such a configuration, the Portal container is usually not made available directly to users, but requires a load balancer. In the test installation described here, such a configuration will be simulated by creating a container with a reverse proxy server for Portal. It can be any server with such feature. This article uses a Caddy s (...)

(...) nts/upload/; var sessionFinishPattern = //attachments/session/[a-f0-9-]+/finish/; // Verifică dacă URL-ul se potrivește cu pattern-urile specifice pentru atașamente if (uploadPattern.test (url) || sessionFinishPattern.test (url)) { // Apelează fetch-ul original și capturează răspunsul const response = await originalFetch(...args); // Folosește fetch-ul original! (...)

(...) 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 2025.1 – [Whitepaper – Business overview]  Important: Before upgrading from one complete version to another (eg from 2019 to 2025) c (...)

(...) de 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 databases of the DEV/test environment are overwritten with those of the PROD environment. In this way, it is possible to upgrade the production databases in any other environment. The environment mirroring procedure is des (...)

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

(...) e same as in the OAuth2 control. With this solution, there is no need to reconfigure the connection to MS Graph from scratch. Fig. 11. Configuration of the Invoke REST Web service action To test the solution, the attachment is moved from the workflow instance to the indicated library. The attachment moved by the action will appear as added by a specific user, not the application. Therefore, (...)

(...) n you please add a simple feature - application (or process) versions ? The idea is to have a "back" button - revert to (any) previous version if something goes wrong. I know - you want us to use DEV/test /PROD environment. Sure. But versioning would be a nice feature, really. Two options for you to choose: 1. every save is a new version 2. save as new version button

(...) It happens that special privileges have to be applied on workflow elements, dashboards or views. Unless we work on a system with different test users, it is quite difficult to check whether a certain user really has access to right artifacts or not. Sometimes i also get support tickets from customers telling they would see or not see artifacts. As an administrator oder system administrator it would (...)

(...) ebcon, it doesn't work. I'm using the POST method of the "Invoke REST Web service" action on a menu button. If I enable "Use proxy" in System settings I get the following error: Request Url: https://test .findynamic.com/iris/credit-card/api/buyers Response Code: MethodNotAllowed (405) Exceptions: Rest service call failed. Http code MethodNotAllowed (405). Inspect log to get more information. If I dis (...)

(...) During the latest webinar Mike mentioned the GitHub Tool for bulk data loading. Does anyone know where I can get it? I didn't find it on the WEBCON-BPS page on GitHub. Thank you in advance for your answers.

(...) Wondering if it is possible to open the attachment preview dialog by using javascript only. Does anyone already tried to do this? There is the possibility to open the latest attachment, but that's not the solution i'm looking for.

(...) Portal Version is 2020.1.3.411, but I couldn't find anything in the bug fix lists about a behaviour like this. Although there were a few bug fixes prior to version 411. I have the same behaviour in test and PROD. Just reindexed the entire test -DB . --> Still no luck with the SQL-report. --> A SOLR report gets filtered, but it's grouping ignores the filter, plus I can't use SQL-calculated fields in (...)

(...) le, but I am struggling by running this query by (cyclic) action on a separate path. The path is walking through fine according to the history, but no changes in the end. If I run the query with the "test " functionality in the webcon Designer everything works fine. Do you have any idea, what is wrong or even better an other solution how I can handle such an instance change? Thanks a lot Thomas

(...) Is it possible to change the type of environment from PROD to test ? Due to the expansion of the server room, we would like to transfer the production environment to another server, and leave the current one as a test environment. Is there a procedure to migrate the PROD -> test environment and export the application to the new PROD environment?