(...) External content by Daniel Krüger; May 26, 2024 ; The original post has appeared on daniels-notes.de While you get a lot of results if you search for translations, there'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 Emails Enforce one (...)
(...) ; Show my tasks – when selected, it displays a preview of your active tasks and you can proceed directly to their execution. Show search – when selected, it displays a preview of the system's search engine.
(...) ication page, Task panel, Top menu bar, Form (including actions, paths, and info panel), Side panel and its selected sub-pages (e.g., Analytics), Selected areas of the Admin panel, Global search page, Reports and their views. The changes apply to elements that the end user can view or edit, excluding configuration windows for individual functionalities. In addition, the visibility (...)
(...) These elements can then be hidden by selecting the Show only not done checkbox located in the bottom left corner. It's also worth noting that for a larger number of elements, you can utilize the search box to quickly find the desired one. Adding elements to the list and editing them Users with access to a particular application in Designer Studio can add elements to ToDo List. (...)
(...) by Daniel Krüger; September 06, 2023; The original post has appeared on daniels-notes.de In August/September 2023 I faced some timing problems of the global form rules. While search ing 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 times. While the po (...)
(...) ber 21, 2024 ; Have you ever needed to trigger an action after uploading or modifying a document? I’m not sure about you, but we recently faced this exact challenge. After some quick research , we came up with a relatively simple JavaScript function that triggers a 'Save' button click when an attachment is added or modified. Of course, the function can be adjusted according to spec (...)
(...) have. Applies to WEBCON BPS 2024 and higher: One of the required components is Java version 11 or higher (in earlier versions of WEBCON BPS, Java was always installed together with the WEBCON BPS search Server component). If the corresponding Java version is not installed, the installer will give you the option to install it conveniently in the "System verification" step (screenshot below) (...)
(...) kspace, and then proceed to create the Application Insights app. To do this, after logging into the Microsoft Azure platform (https://azure.microsoft.com/en-us/get-started/azure-portal/), use the search box at the top of the window to search for and select Log Analytics workspace. To create a new workspace, click the Create button in the upper right corner of the ne (...)
(...) he variable definition. This is how it looked before when the code was copied back to designer studio. The easiest way to fix this, is a custom key binding so that you can execute a search & replace action with fixed patterns. All you need to do afterwards is to execute three actions: ctrl+alt+1, code format ctrl+alt+2, populate the search widget ctrl+alt+enter, execute t (...)
(...) license service The activation process is described in the article: WEBCON BPS License activation. 6. Change Solr server address In setup.exe → System management tools → search Server configuration. A restart of the WEBCON BPS search Service is required for the changes to take effect. Fig. 4. Changing the Solr server address (search Server configuration) (...)
(...) BusinessEntities.Read – reading business entity data. After saving, add permissions for the application at the process level so that it can start new instances. It will be available in the search engine, just like access groups or users. Access to metadata will allow you to list the available form fields when configuring Public Forms. Fig. 9. Preview of application level per (...)
(...) umns, it contains the names of the workflow phases for the instances displayed in the report, as determined by the step in which the instance is located. The column is available for reports with both search Index and SQL sources and can be used to configure Calculated columns, default filters, row coloring, dashboard value filtering, etc. Business rules and Form rules (...)
(...) meout error at the 60-second mark. Number of seconds allotted per SQL operation during SOLR indexing When the Workflow Service receives a task to index a workflow instance in the SOLR search database, the first step is to execute an SQL query that retrieves the instance data (form data, Item lists, permissions, attachments) from the database. Based on this data, an XML file is generated (...)
(...) External content by Sébastien Anselment, July, 2025; If you need functionality in processes for e.g. point of interests search , navigation, display in maps data from OpenStreetMap is very userful. The integration to the WEBCON portal can be easily realised with Leaflet. This software is the leading open-source JavaScript library for mobile-friendly interactive maps. Links h (...)
(...) reindexing of databases in Solr The final step is to add the Index process or entire database task to the Solr indexing queue so that data from the migrated workflow instances is added to the Solr search database. This ensures that they can be search ed in the BPS Portal and are available in reports based on the search Index source. This step should be performed at the very end, after conf (...)
(...) s for the necessary data for the configuration of the WEBCON MSSQL connection are: Client (application) ID Secret value MS Fabric Admin Center Go to the MS Fabric Admin Center and search for "Service principals can call Fabric public APIs" in the "Tenant settings". Enable this option. Only if this option is enabled you can share your lakehouse in the next step wit (...)
(...) An errors section where the community can post common errors and possible solutions for them. A search by error message or code would be great. We are building one of those blogs for errors internal, but it would be great if the community can have their input on it. Also the version of WEBCON would be an useful filed to group by.
(...) ven have a sharepoint site anymore, so i doubt its coming from site configuration there. TBH it is correct in all the other environments, so i seem to have managed it there somehow, but last night I search ed all tables in content and config and cannot find the string anywhere. Does anyone know where i can change this?
(...) n use this constant wherever possible. Unfortunately there are some cases where this is not possible. For example in a "Person or group" field where the picker is limited to a group. 2) I added the "search AllTables" stored procedure to look for any occurrence of the BPS_ID of the group. https://ignas.me/tech/search alltables-sql-stored-procedure/ Note for myself: I should add a second stored procedure (...)
(...) onary database, and thus relieved the entire database environment by about 27%. The 27% obtained will be immediately used by the main production base of BPS_Main. According to the query plan, LIKE search es account for 98% of the query cost. The query with an exact match (=) is 2% of the query cost. Due to the very high yield for the environment (large BPS instances), I propose to create a new type (...)