(...) ue field where you can enter the value shown within the Widget. Similar to other fields in the Widget configuration window used for defining values, this field allows users to enter a numerical value Direct ly or input it inDirect ly via a variable or a form field. Since the Department's application form includes a form field that displays the total project cost (“Total cost”), click withi (...)
(...) ystem administrator) – we will take on their role in this article. Please note that given the limited dashboard configuration options in Designer Studio (creating, naming, describing, and reDirect ing to the Portal page), the dashboard will be created and configured in Portal, i.e. its target location where it will be used by the Head. Creating a dashboard Go to the select (...)
(...) Importantly, in addition to presenting the added elements, the ToDo List window also allows you to manage them. Specifically, using the menu available on the right side of the list, you can Direct ly open the configuration window of the selected element by pressing the arrow button ( ), or delete it by using the minus button ( ) provided below. Furthermore, users can mark elements for which tas (...)
(...) om the last 30 days must be created. During the update to 2024 R1, the installer will create such a backup copy before updating components, and will save it in the form of csv files in a specified Direct ory. Carried out by: installer Step III – Updating Search Server component – deleting Solr indexes and installing new Solr engine instance When updating WEBCON BPS Searc (...)
(...) o not have access to the server's image folder, use services like BASE64 Image [English text version: https://www.base64-image.de/ ] to convert your JPG or PNG graphics into text that can be Direct ly integrated. This also saves the recipient from the annoying prompt by the email program asking if images should be downloaded: For clarity, it is recommended to integrate this image text (...)
(...) mand line utility which is described in the knowledge base article Importing applications using the public API: Since I want to use the API in another use case I needed to play around with the API Direct ly. Therefore, I created a PowerShell script for the import. While doing so I also created a small script for generating a custom configuration file utilizing the classes defined in the swagger.json (...)
(...) tion Services (IIS) is the primary method for verifying the identity of users attempting to access resources on a web server. It is a key authentication method in enterprise environments where Active Direct ory integration and security are of paramount importance. It leverages existing Windows user credentials, eliminating the need for users who are logged on to their computers in the domain to re-enter (...)
(...) Currently, this is only a limitation on the RAM used. It is possible to configure additional variables, --mount source=solr-bps,target=/var/solr – mapping the created volume to the container Direct ory where files with search indexes, privilege configuration, and log files will be stored, bash –c “/opt/bps-solr/scripts/run-precreate-cores.sh” – path to the script that i (...)
(...) . The appsettings.user.json file You can activate the functionality of registering user logging by editing the appsettings.user.json file which is located in the Portal installation Direct ory (by default C:Program Files (x86)WEBCONWEBCON BPS Portal). The file is standardized according to the logging requirements for .NET Core and ASP.NET Core platforms, as detailed in the article Loggi (...)
(...) description, and documentation of the phase and their translations. A similar window is available for actors: It is also possible to change the size of individual phase/actor blocks Direct ly on the diagram, with a minimum size of 400 px. Enabling Workflow phases is equivalent to activating the grouping and sorting of steps by defined phases in the Workflow steps section (General tab (...)
(...) ethods used in our example. Fig. 2. Table showing the required permissions Attention should also be paid to the "Authentication" tab of the created application. Here the ReDirect URI is specified according to the following pattern https://<<BPS_PORTAL_ADDRESS>>/OAuthFlows/ReceiveTokens Fig. 3. Sample ReDirect URI In order (...)
(...) n Insights, a new object, AzureMonitor, has been added to the OpenTelemetry configuration file, i.e., otlpsettings.json. This applies to both the file included in the Portal and the Service component Direct ory of the WEBCON BPS platform. The aforementioned object is included in the Exporters section under both the Metrics and Tracing nodes. This article discusses only the configuration of the Portal (...)
(...) g sections of the WEBCON BPS Help: Users and groups synchronization | WEBCON BPS Authentication providers | WEBCON BPS Introduction Microsoft Entra ID (formerly Azure Active Direct ory) enables secure identity management and control of access to cloud resources and on-premises applications. With the integration of WEBCON BPS with Entra ID, an effective and advanced identity and (...)
(...) e is available, that one will always be used). It’s worth remembering that for SMS authorization, the user needs to have defined a phone number in their user profile (or loaded from the Active Direct ory), and for the Mobile application method, the user needs a device with the mobile app added as a trusted device: The e-mail option is always available since all synchronized users will alw (...)
(...) rds offers users convenient and quick access to the information they need. To further streamline working with such reports, the WEBCON BPS platform includes a feature that allows users to filter data Direct ly from the dashboard level. This article explains and illustrates the functionality mentioned above using a selected business case. Reports on dashboards Adding a report to the dashb (...)
(...) mpFolderPath = "C:zip_exportsql_files" $zipFilePath = "C:zip_export{WFD_ID}.zip" ## Temporary folder creation, if not exists if (-Not (Test-Path -Path $tempFolderPath)) { New-Item -ItemType Direct ory -Path $tempFolderPath } ## Connect to a database and fetch files $connectionString = "Server=$serverName;Database=$contentDbName;Integrated Security=True;" $query = "SELECT $nameColumnName, (...)
(...) ted to receive such messages. By default, the number is taken from AD or Microsoft Entra ID when synchronizing users and groups. The phone number can also be manually added or edited Direct ly in the user profile settings, but this operation requires additional authorization. In this case, the authorization code is sent in the SMS notification, so you should perform the configurations de (...)
(...) n GitHub under the MIT license. Public Forms can be installed in one of three ways: IIS Azure App Service Docker container This article focuses on the first option – Direct installation in IIS. The described scenario assumes the preparation of an external site that will allow potential clients to request contact for more detailed information. The functionality prepared (...)
(...) uation where scanner creates an empty file at beginning of scanning, and WEBCON gets this file before it's complete. I use script to copy files from "temp scan" folder to HotFolder, but such feature Direct ly in WEBCON BPS could bypass this workaround. Any comments and feedback here is more than welcome :)
(...) What is the best way to send email to users from item list? I think it will be nice to have this option Direct ly in "Send a custom email" action configuration". For now you have to use intermediate solution to get users list using SQL/CAML querry.