(...) 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 (...)
(...) Applies to version: 2022 R1 and above; author: Konrad Keppert 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 R2. As a result, keeping two environments (...)
(...) 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 (...)
(...) he report was returned but without rows without impersonation. I even granted the APP business administrator privileges without success. Using impersonation worked though. Regards, Daniel let api_URL = "http://*.cosmoconsult.com", token_path = "/api/login", Content = "{'clientId':'4c01c4fb-9b82-4912-b410-5e54ef352e2b','clientSecret':'*','impersonation': { 'login': '*' } }", Token_Respo (...)
(...) Hello again, Is there a possibility to add an HTML Button to a dashboard, which leads to another dashboard? I Implemented an simple button, but when I add an href with the URL from dev system and import this version on prod, it doesn't work anymore, because the URL doesn't match anymore. Greets Georg
(...) s made from Webcon, it doesn't work. I'm using the POST method of the "Invoke REST Web service" action on a menu button. If I enable "Use proxy" in System settings I get the following error: Request URL : https://test.findynamic.com/iris/credit-card/api/buyers Response Code: MethodNotAllowed (405) Exceptions: Rest service call failed. Http code MethodNotAllowed (405). Inspect log to get more informat (...)
(...) ON BPS!', if ([$Status] == 'In progress', '', ''))", "attributes": { "target": "_blank", "href": " = 'https: //vision-box.webconapps.com/db/1/app/41/start/wf/93/dt/86/form?com_id=1&returnURL =%2Fdb%2F1%2Fapp%2F41%2F&AttText1=' + [$FileLeafRef] + '&AttText2=' + [$ID] + '&AttText3='+[$FileRef]" } } Using the example, as my Status column is empty, the Start should be displayed. D (...)
(...) Hi guys, I'm totally new to WEBCON. I tried to install Webcon Express 2021, all looks fine but when I go to set up Portal URL I can't understand what kind of address I have to type. Read few times manual but I can't understand. Tried several things but I can't connect to WEBCON BPS 2021 Designer Studio. Any advice and recommendations are welcome.
(...) me here either. Has anybody tried this an maybe got an idea what the problem could be? Thank's in advance for any advice. Pasquale Edit: Found the Problem, i had a trailing space in the AuthServer URL