(...) s. Form in view and edit mode On a form in view (read-only) mode, fields, groups, and tabs that require authorization will be covered up with this button: Fig. 5. A rest ricted field/group/tab Clicking on the button will reveal the field as long as the authorization session is still active (Required periodically), or will need to be authorized each time ( (...)
(...) 2025 ; The original post has appeared on daniels-notes.de While WEBCON BPS 2025 does not support certificate authentication by default, the R1 release added a new SDK type the “Customrest Authentication”. This allows us to implement our own authentication options. I made use of this to add support for accessing SharePoint using client id/certificate instead of client secret. A (...)
(...) installing the new service, switch all roles and associated content databases from the old service to the new one in setup.exe → System management tools → Farm services configuration. A rest art of the WEBCON Workflow Service is required for the changes to take effect. Fig. 2. Switching roles and associated process databases between services (Farm services configuration) & (...)
(...) ctionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Integrations Introduction The Public Forms mechanism is an interest ing solution that allows you to create external forms whose main advantage is anonymity. The site built in this way communicates with WEBCON BPS via the rest standard, creating new instances in specif (...)
(...) uot; tab in Firefox When saving a HAR file, it may be necessary to disable the browser's cache. This can be done by checking the "Disable cache" box. This setting simulates rest oring the browser to its default settings. Summary The logs saved according to the instructions in this article allow you to get an exact insight into the behavior of the browser while (...)
(...) s Process license instead of single solution license Create new custom themes Verify updated item list actions Type error when executing a path Instance start buttons Empty report tiles rest and business rules Updating to BPS 2023 Calculated columns for Choose fields New database field Breaking change due to one’s own laziness Checks before upgra (...)
(...) er. The vehicle is ready for use. Action 3: Create a task If the vehicle has a reported defect, the system creates a task for the Technical Department to verify the problem. Action 4: Invoke rest Web service The system automatically sends a request to an external car service via API and books an inspection appointment. Action 5: Send standard email A notification is sent to the vehic (...)
(...) 2025 ; The original post has appeared on daniels-notes.de I’ve redesigned the Gantt chart implementation to make use of the standard filter widget. Even if you are not interest ed in the Gantt chart itself, my approach to reuse the filter widget may be interest ing for you. The new post focuses on the difference from the previous one:
(...) d, the “Key figures” form field was populated, as shown in the figure below: AI translations The user wants the form updates they have prepared, as well as the rest of its fields and the whole process, to be available in other language versions. Therefore, translations of the new form fields need to be added. The user wants artificial intelligence to help them p (...)
(...) of different systems has become a key element for the effective operation of an organization. WEBCON BPS has been providing advanced capabilities in this regard for years through its standard, public rest API. However, in response to the need for more flexible and faster to deploy integrations, we have provided User Defined API – functionality that allows users to define their own dedicated rest (...)
(...) which is essential for the subsequent steps of the process. This field stores the document ID (GUID) assigned by the Autenti system upon successful saving in its database. According to the Autenti rest API documentation, you need to verify that the Autenti system has returned a valid GUID. If this ID is missing, it indicates that the document was not properly registered, and the technical field wil (...)
(...) h;will be rolled back. Note: Rolling back actions within an automation does not undo any changes made in external systems as a result of integration (e.g., an entry created in SAP using the Invoke rest web service action). Fig. 2. Message indicating that the SQL query in the action exceeded the timeout limit HTTP requests HTTP requests can be divided into two catego (...)
(...) External content by Sébastien Anselment, July, 2025; If you need functionality in processes for e.g. point of interest s 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 (...)
(...) f this is not the case, move the workflow instance to a temporary step A timer aka timeout will trigger the path again This is the automation for processing the elements: If you are interest ed in the details you can read up on it here.
(...) database should match the name of the new database created in step 3 (it should be overwritten). The configuration database must not be recreated. 6. Granting permissions to rest ored databases For the WEBCON BPS platform to function properly, the account specified during installation as the Database owner (a dedicated SQL login or the domain account of the application pool (...)
(...) Math.max(1, Number(prefs.width)||defaults.width)); this.strokeStyle = useColor; this.lineWidth = useWidth; const res = origStroke.apply(this, arguments); // rest ore previous values this.strokeStyle = prevStroke; this.lineWidth = prevWidth; return res; } } catch(e) {} return origStroke.apply(this, arguments); }; (...)
(...) ication providers node, in the WEBCON BPS System Administrators tool (described later in this article). Any change to the authentication provider configuration requires an IIS application pool rest art. Managing authentication providers using the installer’s administrative tools. Changing or setting a password If the environment was upgraded from a version (...)
(...) "MSSqlServerSink": { "Name": "MSSqlServer", "Args": { "connectionString": "LogsDb", "tableName": "Logs", "schemaName": "infrastructure", "autoCreateSqlTable": true, "rest rictedToMinimumLevel": "Warning" } } File A file created in a specified location. By default, fatal logs (critical errors preventing the system from starting) are written here. (...)
(...) ngitude values of a single instance for individual quality issues. Our goal was to use a Business Rule to display any number of locations on a map, such as construction sites or similar points of interest . As part of this, we also wanted to enable the display of additional information when clicking on a location marker (in another use case, we even included images). Perhaps it can also serve (...)
(...) After configuring the authentication in WEBCON, it must be selected when creating a new connection in data sources. To do that: Go to the Connections node under Data sources; Select rest Web Service connection; Create a new connection; In the authentication type section, select the previously configured authentication method. Configuration of a connection using (...)