External content by Daniel Krüger; August, 2022 ; The original post has appeared on daniels-notes.de If you are working with web services data sources like REST then you will have noticed that you can't view the outgoing request. This is also true, if you have a problem, when the instances hasn't been saved yet. All in all this can be quite annoying, if there&
External content by Daniel Krüger; July 06, 2024 ; The original post has appeared on daniels-notes.de WEBCON BPS 2024 introduced different kind of form templates: While this is great for WEBCON BPS 2024 users. You can already achieve something similar with a little HTML field in previous version. You could even make it dynamic. If one tab needs a lot of
(...) chat by clicking on an assigned user. In case Microsoft fixes the issue that the Teams Windows desktop application ignores the message, you can start a chat with a configurable message and the URL to the current workflow instance. You can read up on it here:
(...) eparată if (!window.originalFetch) { window.originalFetch = window.fetch; // Salvează funcția fetch originală dacă nu a fost deja salvată } window.fetch = async (...args) => { const URL = args[0]; // Regular expressions to match the two patterns with dynamic IDs var uploadPattern = //attachments/upload/; var sessionFinishPattern = //attachments/session/[a-f0-9-]+/fi (...)
(...) rce should be created. In its configuration, specify OAuth2 User -> API as the authentication type, and then select the created authentication. It is important to specify the base service instance URL : "https://graph.microsoft.com". Fig. 6. Data source configuration in Designer Studio The next step is to configure the form field responsible for user authentication. The OAuth2 (...)
(...) ocal service configuration. Application pool account in setup.exe → System management tools → Portal address configuration. In the Portal address configuration, also change the Portal URL if it changes along with the machine name. 4. (Optional) Generate certificates for the new service if the Portal-Service connection is implemented using the TCP protocol This can be d (...)
(...) log in to the Public Forms administration panel, APP_ADMIN_PASSWORD – password for the above account, APP_BASE_DOMAIN – domain address, e.g. publicforms.example.com, APP_BPS_PORTAL_URL – Portal URL , APP_BPS_PORTAL_CLIENT_ID – ID of the application created in the Admin panel in Portal, APP_BPS_PORTAL_CLIENT_SECRET – secret generated in the Admin panel for the a (...)
(...) Do choose fields with only ID exist Where are choose fields IDs used Actions Business rules Data sources Fields Default values are set before URL parameters jQuery replacement by cash SDK Migration
(...) lication for a particular group of users. This is where the Application Hub functionality comes in — a mechanism that allows any WEBCON BPS application to be made available under an independent URL , which is a subdomain of the main portal. This gives you full control over what end users see and how they log in, while maintaining the benefits of centralized platform administration. (...)
(...) n the other hand, if we want to provide the data of a specific workflow instance, we configure the mapping of the relevant form fields or item lists. The endpoint then requires the instance ID in the URL so that we can determine exactly which record the retrieved data belongs to. When we create an endpoint, we also define its URL . The platform automatically builds its structure, and the user speci (...)
(...) password for the Autenti account, Client ID – the value provided by Autenti for integration purposes, Client Secret – the API secret key provided by Autenti, Authentication service URL – https://api.accept.autenti.net/api/v2/auth/token. Base service instance URL – https://api.accept.autenti.net/api/v2. The above URL s are current as of April 17, 2025 and may be su (...)
(...) sceleton for new use cases without running in all deadlocks, as I have been in the beginnings with PSU. Creating a new REST API endpoint in PowerShell Universal Create Endpoint Enter the URL for the endpoint, choose the correct method POST and set some other fields to create the endpont, click on the OK button: PowerShell Script Now you can enter your PowerShell code and do (...)
(...) ; as shown before. Screenshot JS Code The language of the result data (e.g. coutry, state, city) can be set with the parameter "accept-language" in the query URL . Be aware of the correct quotes (backtick). let URL = `https://nominatim.openstreetmap.org/search?format=json&accept-language=de&addressdetails=1&limit=1&q=${query}`; JSON resul (...)
(...) idth; canvas.height = targetHeight; try { const pica = window.pica(); await pica.resize(img, canvas); const resizedBase64 = canvas.toDataURL ("image/jpeg", 0.95); SetValue(fieldId, resizedBase64); alert("Image resized to " + targetWidth + "×" + targetHeight + " and saved."); MoveToNextStep(#{PH:2526 (...)
(...) list Licenses Integrations Other related Community articles include: Application hub Introduction Until recently, making applications available under two independent URL s (e.g., Helpdesk and HR portal) required maintaining two separate environments. However, this inconvenience was eliminated with the introduction of the Application Hub functionality in version 2025 R (...)
(...) under "Appy to" to your needs and click Apply. MS Fabric Open your lakehouse and note its name. Go to the lakehouse settings and click on SQL analysis endpoint. Now copy the URL string. You will need it later when creating the WEBCON SQL connection. Next click on "Share" and search for your Entra app that you've created before. Enable the checkbox to read all (...)
(...) Krüger; September 27, 2025 ; The original post has appeared on daniels-notes.de WEBCON BPS 2025 R2 added the Application hub feature, which offers the option to create an alternative URL for an application with other authentication providers. This has already been documented by WEBCON but the whole posts mention "subdomains". I didn't like the implied limitation and (...)
(...) idth; canvas.height = targetHeight; try { const pica = window.pica(); await pica.resize(img, canvas); const resizedBase64 = canvas.toDataURL ("image/jpeg", 0.95); // Set the resized image in the target field SetValue("#{FLD:12530}#", resizedBase64); alert(`Image resized and copied as ${t (...)
(...) d to confirm the user’s identity against the Microsoft Graph API. Configure it as follows: Parameter Value Authorization (URL ) https://login.microsoftonline.com/{tenant}/oauth2/v2.0/authorize Token (endpoint) https://login.microsoftonline.com/{tenant}/oauth2/v2.0/token (...)
(...) ain window. Select the Prometheus option from the list of available data sources in the newly opened window. In the Prometheus data source configuration window enter URL address of the Prometheus server (e.g. http://localhost:9090/). The remaining settings are optional and can be modified by the user based on their preferences. After entering al (...)