(...) 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 (...)
(...) 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
(...) Response() at HttpWebAdapters.Adapters.HttpWebRequestAdapter.GetResponse() at SolrNet.Impl.SolrConnection.GetResponse(IHttpWebRequest request) at SolrNet.Impl.SolrConnection.PostStream(String relativeURL , String contentType, Stream content, IEnumerable`1 parameters) --- End of inner exception stack trace --- Do you get same error in your installations? On previous versions we didn't have this proble (...)
(...) ing: When I click on the sign in button (1) the server will read the configured endpoint (2) and redirect the popup to the page (3). Unfortunately, the provided query parameters are stripped from the URL and only the path and hash remains. My request is to change the logic that the query parameters are kept. Sample PowerShells script: $uri = new-object System.UriBuilder('https://login.microsoftonli (...)
(...) one of the columns and then I would like to change the position of the other column in the report and then I have an error... http://webcon.net/WEBCONBPS/db/1/app/21/element/1037860/form/view?returnURL =%2Fdb%2F1%2Fapp%2F21 URL : https://webcon.net/WEBCONBPS/api/logger | action: ip: xxx | msg: "stack": "TypeError: Cannot read properties of undefined (reading 'split')\n at HTMLDocument. (https://webc (...)
(...) nly a blank page is displayed instead of the Standard Form. What could be the reason? Does anybody have an idea how to fix this? PS: 1) i noticed, that i unfortunately took the root path as Portal URL - because the installer proposed it and i unfortunately did not change it (see image below). root/Webconbps is the same path where the designer studio portal is located. Might this be the problem? I (...)
(...) My WEBCON App in Teams tries to call a wrong WEBCON-URL . How can i change the configuration / the URL of the WEBCON App?