(...) External content by Daniel Krüger; February 02, 2025 ; The original POST has appeared on daniels-notes.de Everyone who moves to WEBCON BPS 2025 will notice, that it looks better/more modern, but there is less space for the content of the form. One idea to cope with this is, to add a full screen mode. This way we can utilize the full screen real estate when working on the form.&nb (...)
Applies to version: 2022 R1 and above; author: Konrad Keppert Related documentation License Activation Service WEBCON BPS License activation Configuration of Portal-Service communication and selection of Nettops protocol Introduction In the standard platform configuration, the name of the machine on which the WEBCON BPS components are installed is stored i
Applies to version: N/A; author: Filip Janiga Introduction In some cases it may be necessary to look beyond the diagnostic sessions and events stored in the database to diagnose errors occurring in WEBCON BPS Portal. Here, information stored in the browser comes to the rescue: developer console data and HAR files. This article provides instructions on how to create and save the me
(...) External content by Daniel Krüger; February 11, 2025 ; The original POST has appeared on daniels-notes.de Sooner or later users will use a character which would cause an error, when the document should be uploaded to SharePoint. You can find an overview of the unsupported characters and an example implementation of the business rule in this POST .
(...) External content by Daniel Krüger; March 11, 2025 ; The original POST has appeared on daniels-notes.de Whenever we are migrating data from an old system we also need to populate user fields. Quite often the original users have left the company but we need to transfer the data anyway. We have three different use cases we need to take into account: Mapping users to other ac (...)
(...) External content by Daniel Krüger; March 14, 2025 ; The original POST has appeared on daniels-notes.de This POST is a summary of all the topics we encountered, when we upgraded a 2022.1.4.127 version to 20225.1.1.105. I will just copy the headlines of this POST and the related one about upgrading to 2023. Upgrade WEBCON BPS 2022 to 2025 Updating reports and dashboards (...)
(...) External content by Daniel Krüger; March 11, 2025 ; The original POST has appeared on daniels-notes.de When you update to WEBCON BPS 2025 you will also want to upgrade your applications to the new UI features it offers. While playing around with them I soon got annoyed that the save button on the dashboard wasn’t visible. This sparked the idea to introduce hotkeys to WEB (...)
(...) hey fill out a form with test results and conclusions. The IT Specialist submits the test report to the Accounting Manager. Phase 3: Evaluation and deployment Actor: Accounting Manager Step 6: POST -implementation review Description: The Manager reviews the operation of the system and evaluates its compliance with business requirements. They may accept it or, in the event of a non-compliance, d (...)
(...) External content by Daniel Krüger; April 30, 2025 ; The original POST has appeared on daniels-notes.de While WEBCON BPS has a Gantt chart for absence workflows, we can't use it for custom workflow instances. If you need a Gantt chart and are fine with it, that it works only on a dashboard, you can take a look at this POST .
(...) External content by Daniel Krüger; March 30, 2025 ; The original POST has appeared on daniels-notes.de The modal dialog for the form is quite old and I've finally created a variation for the dashboard. While this can be used in the context from a report, there are also other cases, as you will see in the next POST . You can read up on it here.
(...) External content by Daniel Krüger; April 19, 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 interested in the Gantt chart itself, my approach to reuse the filter widget may be interesting for you. The new POST focuses on the difference from th (...)
(...) External content by Daniel Krüger; April 19, 2025 ; The original POST has appeared on daniels-notes.de In my opinion the answer to the question, whether you should use the standard Author value in a worklow is a no. You should always create a dedicated field which can also be a global field. The reasons for this are; Information is out of context Will someone create th (...)
(...) ecret", clientSecret }, { "grant_type", "client_credentials" } }; var authClient = new HttpClient(); var response = await authClient.POST Async(url, new FormUrlEncodedContent(parameters)); var json = await response.Content.ReadAsStringAsync(); var token = JObject.Parse(json)["access_token"].ToString(); (...)
(...) think that this would be mandatory? The path example of advanced colouring will just break on transporting the report to another environment: https://community.webcon.com/community.webcon.com/public/POST s/POST /advanced-cell-coloring-in-reports/18 This is just a simple example and I have more in mind. While I can workaround for some variables by writing a SQL in 1 and 2, I have no chance for 3. I, (...)
(...) Hello! Is there anyone who could help me figure out how to call an external REST API from behind a corporate proxy? I manage to successfully call it using POST man application installed on the server where Webcon is installed. However, when the same call is 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 (...)
(...) Does anyone know if it's possible to show data not present in an application on the report? I have read the article about calculated columns (https://community.webcon.com/POST s/POST /using-calculated-columns/196/3) but that's not my case. What I would like to do is join the items from the report to a table in a different database (on the same server) or to an existing MSSQL data source. In many proce (...)
(...) tion to exchange files between WebCon and SharePoint Online. I was thinking about built-in actions in WebCon ("add an attachment to a list") as described in this article: https://community.webcon.com/POST s/POST /creating-a-sharepoint-site-with-a-webcon-bps-action/203/3 Unfortunately probably because of MFA I am not able to establish connection with SPO (I get error "The sign-in name or password does n (...)
(...) Hi everyone! I read the article about ADFS Customization: https://community.webcon.com/POST s/POST /adfs-customization/208 My issue is that my Windows server is not configured correctly and I lack knowledge to configure it. I started reading the MS documentation and it's huge. There are a lot of settings to configure and I'm not sure what's needed and what not. I was wondering if there is anyone who (...)
(...) An errors section where the community can POST common errors and possible solutions for them. A search by error message or code would be great. We are building one of those blogs for errors internal, but it would be great if the community can have their input on it. Also the version of WEBCON would be an useful filed to group by.
(...) t up the beginning of the process in the Library List (and in the future use the renewal date do display the Start Workflow option for the line) and took the example of https://community.webcon.com/POST s/POST /starting-workflow-from-the-sharepoint-document-library/54 I've did all the same configurations as the document to try to get it working but my Start BPS column is not displayed. The json c (...)