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

search results

for AI

(...) at their disposal, thanks to which the forms prepared by them can take a variety of forms, and the end users of the system can easily exchange written information. One of the groups of form fields avAI lable in the system are Survey fields, including Choice list and Rating scale. With their help it is possible to prepare questionnAI res and thus to obtAI n the opinion of users/respondents on a selecte (...)

(...) er, or iOS 16.0 or newer. To download the application, search for “WEBCON BPS” on Google Play and App Store. You can also download the app by clicking the Mobile application button avAI lable in the user menu in Portal.   After selecting the aforementioned button, the system displays a QR code for downloading the app. To download the application, press the link provid (...)

(...) sed. The case can be designated in two ways:   Variable referencing the case As with the Workflow control step, the result of the rule can be a variable that references one of the avAI lable cases. If the rule does not identify any case, the ELSE case will be used.   SWITCH Operator Value assigned to case Each case may be associated with a value. The result of the (...)

(...) just like it is possible with the Choice field). So as to not manually create data sources for all existing form fields, the new system data source will be used by default instead. It contAI ns all (active) elements from the CacheOrganizationStructure table.   Filtering this data source will filter the list of users avAI lable all across the system. The goal of creating this (...)

(...) lation document into the system. This article describes this functionality with an example of its use in the company. Note: Translations can be exported/imported within one environment and one mAI n version of WEBCON BPS.   Business case An international company operating in the food sector wants to conduct a series of webinars among its employees to explAI n the changes that the r (...)

(...) ent of the Management Board of WEBCON. The scope of the planned joint activities includes, among other things: scientific and research activities, teaching activities for students, education and trAI ning of personnel, organization of student internships, joint trAI ning sessions, conferences, scientific meetings both in Poland and abroad, as well as the exchange of experience in the field of scien (...)

(...) opers engaged in unrelated projects. Since access to all the extensive functionalities of Designer Studio is often not necessary when developing dedicated applications, and unauthorized access to certAI n assets could potentially have adverse effects on the company, it is worth to delve into the features of the limited access to Designer Studio, specifically the Lite mode.      (...)

(...) cense expiration dates, particularly when using the subscription model. This article describes the key features and capabilities of LAS.   Logging in and home page The LAS website is avAI lable at: https://activation.webcon.com. To access the site, use the credentials provided on the license purchase certificate. The home page of the site will be displayed: &nb (...)

(...) for license activation using WEBCON BPS Designer Studio There are two ways to activate WEBCON BPS software: online and offline. Both types of activation can be done using the respective wizards avAI lable in WEBCON BPS Designer Studio's License management window. Follow these steps to prepare your environment for license activation: Log in to Designer Studio by selecting the authenti (...)

(...) neReader 12.   To work correctly, the ABBYY FineReader 12 component requires the installation of the text layer engine on the server where the WEBCON BPS service operates with the OCR AI role. In addition, you need to install a license server to manage ABBYY FineReader 12 licenses. The installer allows you to choose one of the two avAI lable installation modes: Install networ (...)

(...) on the development or test environment from this copy – replacing existing databases. If the databases were recreated under different names than the production ones, updating their names in certAI n tables will be necessary. The following query highlights which areas need to be updated:   /*Configuration database e.g. BPS_Config*/ select CD_Name from ContentDatabases /*Attac (...)

(...) Applies to version: 2023 R3 and above; author: Łukasz Maciaszkiewicz   Introduction With the WEBCON BPS mobile application, users gAI n the ability to access the WEBCON BPS platform from anywhere using their mobile devices. This article delves into the core assumptions regarding the architecture of the mobile application mentioned above.   Assumptions The fundamental arch (...)

External content provided by Daniel Krüger; April 11, 2024; WEBCON BPS Version: 2023.1.3.118 Full post: https://daniels-notes.de/posts/2024/playwright-part-two The video show cases the changes to the previous part and will give you how Playwright could be useful. Changes: Tab support Collapsed group support Provide step id instead of the title to verify it

(...) rather for beginners, those starting their WEBCON journey. It focuses on the importance of using Constants instead of typing numbers directly in filters, rules, and queries. This leads to easier mAI ntenance and helps with understanding what some pieces of configuration do faster. If you want to learn why you should change this: to this:   I encourage you to read the full (...)

(...) technique to foster positive behaviors and achieve specific objectives in various fields. The simplest method to implement a gamification system would be the collection of points (XP) when certAI n activities are met in WEBCON BPS processes. One of the processes frequently used by Encorsa employees is time tracking. In time entries, employees provide detAI ls about the activities and pro (...)

(...) attached to. The field where the ID of the generated document/attachment should be saved It is sometimes quite handy to know the ID of the generated document The code for the SDK action is avAI lable on Nexplore Github. Feel free to download, add the license file, compile, and use it!

(...) ion issues in specific scenarios, such as environments utilizing SSL offloading, or situations where the public folder hierarchy is hosted on an Exchange server with the CU11 update installed. The detAI led description of all such scenarios is avAI lable here.    Compromised access to WEBCON BPS functionalities For the WEBCON BPS platform, enabling the Extended Protection function (...)

(...) the second part, students collaborated with company representatives to design a business process using WEBCON BPS. The lecture attendees received a certificate confirming their participation and gAI ned valuable knowledge essential for future managers, both in IT and other industries. This meeting, organized as part of the "Business Lodge", opened up new horizons of knowledge and ski (...)

(...) on my own.  Therefore, I focused this time on generating the form data using the REST API. After all, we already have the workflow steps, field, and field matrix, why should we define this agAI n for Playwright? :) What has happened: I focused on PowerShell this time for accessing the REST API. I got interested in PowerShell classes. Since we already have swagger.json, which defin (...)

(...) ;s not an overview of the different topics. Therefore, I compiled a list on my own and provided additional information wherever necessary.  Covered topics are: User interface Data EmAI ls Enforce one language SDK There's even an official video:  READ MORE: HERE