(...) und in the following sections of the WEBCON Help: Authentication providers Alternative Application Addresses Other related Community articles include: SSL Offloading vs WEBCON BPS portal Introduction Publishing a .NET application behind a reverse proxy is one of the most common deployment scenarios. In this model, the end user communicates exclusively with a public (...)
(...) guration can be found in the following sections of the WEBCON Help: AI Concierge AI Implementation Guide Getting started AI Concierge extends the way users interact with the portal by adding a conversational layer that makes processes easier to access and supports users while they complete forms. The functionality was designed to shorten the path from issuing a command to carry (...)
(...) ly within an application registered in Entra ID. Microsoft Entra ID Environment Configuration Application registration A new application can be registered in the Microsoft Entra ID portal , in the App registrations section. In the Supported account types dropdown, it is recommended to select Single tenant only. Configuring certificate-based application (...)
(...) in which the external document ID, the link to the document in Autenti, and the document status will be stored. Fig.12. Output data After configuring the action, you can go to the portal and test the solution. To do this, create a new instance, complete the list of signers, and then follow the path to the Manager approval step. Fig. 13. Form window After approval (...)
(...) arted b) When one sub-workflow finishes c) When all sub-workflows are in state finished Verification path Did anyone use this and has an idea how to use it/what it does and whether it works with BPS portal ? Kind regards, Daniel
(...) Curently there is only one option to install Office Add-Ins from Webcon portal - use Internet Explorer. As we know IE is realy old web browser and Microsoft is going to finish support for this browser at 21th of August 2021. We should add support for this feature for modern web browsers.
(...) at have the searched term somewhere in the metadata. If i do a global search I get hundreds of hits - so the documents are properly indexed, and can be found when searched. The report is SQL based. portal Version is 2020.1.3.411, but I couldn't find anything in the bug fix lists about a behaviour like this. Although there were a few bug fixes prior to version 411. I have the same behaviour in TEST an (...)
(...) notifications in Webcon BPS. It would be a nice feature for users to be able to manage from which process / step they want to receive notifications and from which not. Just like they can personalize portal main page. Now if user are assigned to a lot of applications, it usually create mail rule in it's mail client which move all notifications to one place, which provides to situation when some really i (...)
(...) 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.
(...) er with Webcon BPS installed in an Azure VM (Region North Europe), which has (according to Powershell) the right timezone for us (see attached picture). We didn't find any timezone settings in Azure portal for the VM, so we think this should be correct. In Webcon portal every time shown is 2 hours ahead (including DST), so something is obviously wrong here. Can anyone please lead me to the right path (...)
(...) gate the instances of different business entities in different databases, but I am not sure that is possible. What else do you know about this subject of multiple content databases on the same Webcon portal . Thanks, Razvan
(...) Hi everyone, maybe I'm missing something, but is there an option to create multilingual custom emails? Example: A task is assigned to three users, one of them has set the portal language to English the other ones are using German. If we are using the "standard mail action" or activate the corresponding checkbox two mails will be send. One in English for the first one and another one in German for the r (...)
(...) Hi community! Maybe this is a silly question, but I'm asking it anyway ;-) In Webcon BPS management tools one has to provide a portal URL, so this looks like a fixed Url for the whole portal . Is it possible to run the same Webcon BPS portal with different URLs pointing to different applications on the same server for different use cases? I mean this should be only a question of DNS resolving to the (...)
(...) ------------------------------------------------------- at WebCon.WorkFlow.Base.Exceptions.Handling.ExceptionHandler.ThrowException(Error error) at WebCon.WorkFlow.Studio.Logic.Authentication.portal RequestHandler.CreateException(HttpResponseMessage response) at WebCon.WorkFlow.Studio.Logic.Authentication.portal RequestHandler.ExecuteGetRequest(String path) at WebCon.WorkFlow.Studio.Logic. (...)
(...) shell on the webcon server with the account and testing the script. I see the following error in event viewer. PowerShell Error Message=WCF Service can be executed on registered account only. Valid portal AppPoolIdentity username from database is empty. Source=WebCon.WorkFlow.Service StackTrace= at WebCon.WorkFlow.Service.WCFService.WCFService.Validateportal Account(Int32 dbId) at WebCon.WorkFlow.S (...)
(...) Hello Community, i tried to install the newest version of WebCon on a server as - Sharepoint/Full Trust installation - WEBCON BPS portal + WEBCON BPS Classic package (We first installed the .NET Hosting Bundle 1.9, then the System compontents check displayed that Version 2.1 is required.) When clicking on the "Warning-Sign" next to "not installed", it shows the the alert (see below in the screensho (...)
(...) In the browser, the portal WEBCON shows the following error: Cannot execute as the server principal because the principal "BPS_readonly" does not exist, this type of principal cannot be impersonated, or you do not have permission. the BPS_readonly account exists in DB\Security\Logins and has access to the Content database. How to fix it?
(...) tely, only 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 proble (...)
(...) In the portal , when editing the form, an error pops up: "Column 'WFD_Guid' does not belong to the Result table". Adding a new item fails, the window does not open, three loading dots all the time. Details: url: http://win2019web2a/api/nav/db/1/app/7/element/3036/goToNextStep | action: GoToNextStep ip: 192.168.10.146 | msg: An unhandled exception has occurred while executing the request. | agent: (...)
(...) So usually I validate fields “on value change” and set the field error if necessary. Currently I use a js-function like this to showing/remove the error message (form display mode: Modern on BPS portal ): function showError(columnName, hintText) { let errorLines = $("#" + columnName + " .attributeErrorsPanel li"); if (errorLines.length === 0) { $("#" + columnName + " .attributeError (...)