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

search results

for Database

(...) Applies to version: 2022.3.x and above; authors: Jacek Język, Krystyna Gawryał   Introduction WEBCON BPS version 2022 R3 comes with a dedicated Database read account. During each new installation, a Database account named bps_user is automatically created in all Content Database s, which is used by BPS to read data from the Database . In contrast, when upgrading the system that is alrea (...)

(...) ten unaware of the mechanisms and rules used by the service. To fill this gap, this article describes the elements affecting the sequence in which the service executes its tasks.   Content Database s The Database s that store information on tasks to be executed are defined in the “Associated process Database s” field (“System settings” → the „Service configura (...)

(...) code from the left menu, place it at the desired location on the label. In the window that appears, configure barcode data as {DBCODE}{WFD_ID} (it is important to include the variable referencing the Database acronym  {DBCODE}):   Define the barcode type by selecting Data Matrix in the Barcode tab. As with the previous code, define its size by specifying the X dimension value: (...)

(...) rt we will focus on the instance’s journey through the various paths of the workflow: Register a request – input basic data Personal data search - methods of searching through the Database and saving the results on the form Select person – specifying which users returned by the search will be processed further Remove data – the final step in which the data anonymization (...)

(...) Applies to version: 2023 R1 and above; author: Łukasz Maciaszkiewicz   Introduction Efficient Database searching often plays a crucial role in determining the effective operation of the system, as well as the applications created within it. The problem becomes especially evident over time. Growing Database s, when managed incorrectly, can considerably slow down system operation and negativel (...)

(...) nt form field types. This solution streamlines the process of filtering data sources and creating rules to automate work with large, complex and dynamically changing values and to manage multi-record Database s more efficiently.

(...) en the configuration is saved and on the form, where a user who enters an optional answer that is too long will receive a warning message. Also, given the way configuration data are stored in the Database , the following (sequences of) characters are not allowed in answers and their translations: "#", "$$", "|;".   Rating scale In the case of this form field, (...)

(...) ecting the camera towards the code, the scanner automatically recognizes the code and processes the encoded value appropriately. Searching by QR codes Users of the mobile application can search Database s in two ways: using the standard method, i.e., by manually entering a query in the search box, or by inputting the QR code value into the search box and initiating the search.  To use the latte (...)

(...) same procedure.   After returning to the Component Services main window, save changes by clicking on Apply or OK. Once you grant the permissions, return to the installer and in the Database upgrade step click the Skip button. The installation summary will be displayed on the screen. Now, you can close the installer.   License activation If the ABBYY FineReader 12 license h (...)

(...) ssible, Offline can be used to generate a deactivation file. The deactivation can then be completed on https://activation.webcon.com by uploading the .REQ file.   Backup and Restore WEBCON Database s. Next, we need to recreate all WEBCON Database s, such as: Configuration Content Attachments Archive (if necessary)   The MSSQL Admin should create a copy of production da (...)

(...) sing the REST API. I got interested in PowerShell classes. Since we already have swagger.json, which defines the REST API, I created a script to generate the PowerShell classes. If you define the Database id and the workflow id, you can generate an Excel file to define, which field should have which value in which step. Using this information, you can generate the form data, which can then be used i (...)

(...)   Example infrastructure based on Azure Kubernetes Services This example involves implementing WEBCON BPS in Azure Kubernetes Services using Azure SQL Managed Instance as the SQL Server Database instance. The cluster contains two node pools: Windows Node Pool – for running BPS Portal and BPS Service Linux Node Pool – for running SOLR Search Service   (...)

(...) o the Item list, the action log displays data on the number of rows updated, added, or removed. Action configuration and execution example The action was configured with the external MSSQL Database data source named “Spare part price list”, whose columns correspond to the columns of the “List of spare parts” Item list. The action execution assumption in the presented cas (...)

(...) lculated columns (https://community.webcon.com/posts/post/using-calculated-columns/196/3) but that's not my case. What I would like to do is join the items from the report to a table in a different Database (on the same server) or to an existing MSSQL data source. In many processes I have a global field with the unique identifier. I would like to use this key for a 1:1 join. I can show the join results (...)

(...) on, where I get the data from my xml-file. In my code I implemented something but the file path is static at the moment and compares the file names. Normally every read in file gets an ID in the Database but I don't know how to access this data. Has anyone experience with this and know what the best way it is to implement this? The code excerpt from me is in the attachment below. Thank yo (...)

(...) We are implementing a solution of Master Data Management and are trying to use Webcon as a User interface with all the logic behind forms. The Database is prepared in MS SQL with different tables. The challenge we are having is to update entries with foreing keys. Scenario: Table 1: Country has one column (apart from ID) – 'Country' Table 2: City has two columns 'Country ID' (Choice column from table Cou (...)

(...) as A ON G.COS_BpsID = A.UCL_BpsID where WFD_ID = '{WFD_ID}' I actually want to get the UCL_LicenseType (Integer denoted license type) associated with the user, I've changed the form field to ID, Database ID/ Name and it retrieves an error all the time. Does anyone tried this before? Thank you all

(...) Hello all, Does anyone configured an Item List to be initialized with a SQL query that will query from another Database ? In this case I want to query from an Oracle DB and initialize the columns with the columns from the query: select milestone as {DCNCOL:185}, milestone_date as {DCNCOL:186}, amount as {DCNCOL:187}, currency_code as {DCNCOL:188}, amount_euro as {DCNCOL:189} from PL_Invoicing (...)

(...) s://developer.webcon.com/2021/resources/online-documentation-sdk/html/2c254e06-3ac3-3a82-7c44-dae3d829d1e4.htm) Does anyone know where these logs are located (log file on file system or a specific Database table)?

(...) checked will be Customer Name and Address (because a customer name can have more than one address). I was trying to follow the query below but I'm not sure on how to add the dictionary there (in the Database documentation I have, I don't find alias for a dictionary=) if exists ( select 1 from WFElementDetails where DET_WFDID={WFD_ID} and DET_WFCONID={WFCON:1726} and isnull({DCNCOL:121}, '') = '' (...)